11 #error "Never use <fxsrintrin.h> directly; include <immintrin.h> instead." 14 #ifndef __FXSRINTRIN_H 15 #define __FXSRINTRIN_H 17 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("fxsr"))) 32 __builtin_ia32_fxsave(__p);
50 __builtin_ia32_fxrstor(__p);
67 __builtin_ia32_fxsave64(__p);
85 __builtin_ia32_fxrstor64(__p);
89 #undef __DEFAULT_FN_ATTRS #define __DEFAULT_FN_ATTRS
static __inline unsigned char unsigned int unsigned int unsigned int * __p
static __inline__ void __DEFAULT_FN_ATTRS _fxrstor(void *__p)
Restores the XMM, MMX, MXCSR and x87 FPU registers from the 512-byte memory region pointed to by the ...
static __inline__ void __DEFAULT_FN_ATTRS _fxsave(void *__p)
Saves the XMM, MMX, MXCSR and x87 FPU registers into a 512-byte memory region pointed to by the input...