TorchLean API

FloatLib.Floats.ExecFloat.Backends.Word.Narrow.Base.Proof

Correctness of native binary32 storage operations #

The UInt32 storage conversions are mutual inverses, and native sign-bit negation agrees with the generic binary32 model. Runtime clients can import Base.Runtime without these proofs.

@[simp]

Word negation is the model sign flip.

@[simp]

Repacking the stored word returns the value.

@[simp]

Unpacking a freshly packed word returns the word.