compiler_
builtins
1.89.0-nightly-777d37277-2025-05-17
Module fma
Module Items
Structs
Functions
In compiler_
builtins::
math::
libm_
math::
generic
compiler_builtins
::
math
::
libm_math
::
generic
Module
fma
Copy item path
Source
Structs
§
Norm
🔒
Representation of
F
that has handled subnormals.
Functions
§
fma_
round
Fused multiply-add that works when there is not a larger float size available. Computes
(x * y) + z
.