Runtime kernels for configured binary formats #
Configured binary arithmetic lifts the descriptor-model operations through the carrier selected
by StoragePlan. The definitions are the total executable baseline for every precision and
encoding policy. Correctness proofs live in Configured.Core.Proof.
The carrier conversion is deliberately explicit. The execution planner can charge for it and prefer a direct byte, word, fixed-limb, or family-defined kernel when one is available.
Reference addition for a configured carrier.
Instances For
Reference subtraction for a configured carrier.
Instances For
Reference multiplication for a configured carrier.
Instances For
Reference division for a configured carrier.
Instances For
Reference square root for a configured carrier.
Instances For
Reference fused multiply-add for a configured carrier.
Instances For
Total generic kernels #
Width-generic proved addition.
Instances For
Width-generic proved subtraction.
Instances For
Width-generic proved multiplication.
Instances For
Width-generic proved division.
Instances For
Width-generic proved square root.
Instances For
Width-generic proved fused multiply-add.
Instances For
Proved word and fixed-limb arithmetic #
Parameterized word/fixed-format addition, adapted through the selected carrier.
The operation planner only advertises this candidate when the descriptor satisfies the kernel's structural eligibility predicate.
Instances For
Parameterized word/fixed-format subtraction.
Instances For
Parameterized word or fixed-limb multiplication.
Instances For
Parameterized word or fixed-limb division.
Instances For
Parameterized word square root.
Instances For
Parameterized word fused multiply-add.
Instances For
Square-root dispatcher, including structurally eligible fixed-limb kernels.
Instances For
Fused multiply-add dispatcher, including structurally eligible fixed-limb kernels.