11 #error "Never use <serializeintrin.h> directly; include <immintrin.h> instead."
14 #ifndef __SERIALIZEINTRIN_H
15 #define __SERIALIZEINTRIN_H
23 static __inline__
void
24 __attribute__((__always_inline__, __nodebug__, __target__(
"serialize")))
27 __builtin_ia32_serialize ();
static __inline__ void __attribute__((__always_inline__, __nodebug__, __target__("serialize"))) _serialize(void)
Serialize instruction fetch and execution.