Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public

Visible to Intel only — GUID: GUID-EB36ABCE-0DAA-460E-9F92-D2D2CDF29633

Document Table of Contents

_fxsave64()

Saves the states of x87 FPU, MMX, XMM, and MXCSR registers to memory.

Syntax

extern void _fxsave64(void *mem);

Arguments

mem

A memory reference to FXSAVE area. The 512-bytes memory addressed by the reference must be 16-bytes aligned.

Description

Saves the states of x87 FPU, MMX, XMM, and MXCSR registers to memory. This intrinsic maps to FXSAVE64 instruction.