pub unsafe fn _fxsave(mem_addr: *mut u8)
Available on (x86 or x86-64) and target feature
fxsr
and x86 only.Expand description
将 x87
FPU,MMX
技术,XMM
和 MXCSR
寄存器保存到
512 字节长,16 字节对齐的内存区域 mem_addr
。
目标操作数未对齐将引发通用保护 (#GP) 或对齐检查异常 (#AC)。