Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Writes to bit fifteen of the control register.
_MM_SET_FLUSH_ZERO_MODE(
x
)
Parameters
x
One of the following values:_MM_FLUSH_ZERO_ON
_MM_FLUSH_ZERO_OFF
Remarks
The header file xmmintrin.h contains the declarations for the SSE intrinsics.
Example
The following example disables flush to zero mode.
_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_OFF)
END Microsoft Specific
See Also
Reference
Macro Functions to Read and Write the Control Registers
_MM_GET_FLUSH_ZERO_MODE