Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-34F1A9DB-1B28-4EF3-B6D1-613210BBB96F
Visible to Intel only — GUID: GUID-34F1A9DB-1B28-4EF3-B6D1-613210BBB96F
_xsaveopt()
Saves the states of x87 FPU, MMX, XMM, YMM, and MXCSR registers to memory, optimizing the save operation if possible.
extern void _xsaveopt(void *mem, unsigned __int64 save_mask); |
- mem
-
A memory reference to FXSAVE area. The 512-bytes memory addressed by the reference must be 16-bytes aligned.
- save_mask
-
A bit mask specifying the extended states to be saved.
Saves the states of x87 FPU, MMX, XMM, YMM, and MXCSR registers to memory, optimizing the save operation if possible. This intrinsic maps to XSAVEOPT instruction.