Available on x86-64 only.
Expand description
FXSR floating-point context fast save and restore.
Functionsยง
- _fxrstor64โ
fxsr
- Restores the
XMM
,MMX
,MXCSR
, andx87
FPU registers from the 512-byte-long 16-byte-aligned memory regionmem_addr
. - _fxsave64โ
fxsr
- Saves the
x87
FPU,MMX
technology,XMM
, andMXCSR
registers to the 512-byte-long 16-byte-aligned memory regionmem_addr
. - fxrstor64 ๐ โ
- fxsave64 ๐ โ