Ring1_Intrinsic_Fp_SignificantMask
#define Ring1_Intrinsic_Fp_SignificantMask_suffix /* Implementation */
where suffix
is
either f32
(for the type float
)
or f64
(for the type double
).
For suffix f32
:
Symbolic constant evaluating to a uint32_t
value.
Masks the significant bits of the raw bits of a single-precision floating-point value (23 bits from index 22 to index 0).
For suffix f64
:
Symbolic constant evaluating to a uint64_t
value.
Masks the significant bits of the raw bits of a double-precision floating-point value (52 bits from index 51 to index 0).