11 #error "Never use <clwbintrin.h> directly; include <immintrin.h> instead." 14 #ifndef __CLWBINTRIN_H 15 #define __CLWBINTRIN_H 18 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("clwb"))) 33 __builtin_ia32_clwb(__p);
36 #undef __DEFAULT_FN_ATTRS static __inline unsigned char unsigned int unsigned int unsigned int * __p
static __inline__ void __DEFAULT_FN_ATTRS _mm_clwb(void const *__p)
Writes back to memory the cache line (if modified) that contains the linear address specified in __p ...
#define __DEFAULT_FN_ATTRS