Ring1_Intrinsic_Fp_SignMask
#define Ring1_Intrinsic_Fp_SignMask_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 sign bit of the raw bits representation of a single-precision floating-point value (1 bit at index 31).
For suffix f64
:
Symbolic constant evaluating to a uint64_t
value.
Masks the sign bit of the raw bits representation of a double-precision floating-point value (1 bit at index 63).