algebraic_float
cargoWrapper type over floating point numbers that treats them like real numbers. This allows the compiler to exploit algebraic properties of the real numbers like associativity etc. This can result in shallower dependency depth in the output assembly code, or in the case of loops can help the compiler to perform SIMD vectorisation.
Audits
No audits for this package yet.