Expand description
Runtime backend reporting for security-sensitive deployments.
This module does not enable acceleration. It exposes the backend posture so callers can log, assert, or audit whether execution is scalar-only or merely detecting future SIMD candidates.
Structs§
- Backend
Policy Error - Runtime backend policy failure.
- Backend
Report - Backend report for the current build and target.
- Backend
Snapshot - Compact structured backend snapshot for logging and policy evidence.
Enums§
- Backend
- A backend that can be reported by
base64-ng. - Backend
Policy - Deployment policy for runtime backend assertions.
- Security
Posture - Security posture for the active runtime backend.
Functions§
- backend_
report - Returns the runtime backend report for this build and target.
- require_
backend_ policy - Requires the current runtime backend report to satisfy
policy.