11#error "Never use <mwaitxintrin.h> directly; include <x86intrin.h> instead."
14#ifndef __MWAITXINTRIN_H
15#define __MWAITXINTRIN_H
18#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("mwaitx")))
38 __builtin_ia32_monitorx(
__p, __extensions, __hints);
55_mm_mwaitx(
unsigned __extensions,
unsigned __hints,
unsigned __clock)
57 __builtin_ia32_mwaitx(__extensions, __hints, __clock);
60#undef __DEFAULT_FN_ATTRS
static __inline__ uint32_t volatile uint32_t * __p
static __inline__ void __DEFAULT_FN_ATTRS _mm_monitorx(void *__p, unsigned __extensions, unsigned __hints)
Establishes a linear address memory range to be monitored and puts the processor in the monitor event...
static __inline__ void __DEFAULT_FN_ATTRS _mm_mwaitx(unsigned __extensions, unsigned __hints, unsigned __clock)
Used with the MONITORX instruction to wait while the processor is in the monitor event pending state.
#define __DEFAULT_FN_ATTRS