24 #if defined (_M_CEE_PURE)
25 #error ERROR: EMM intrinsics not supported in the pure mode!
40 #define _MM_DENORMALS_ZERO_MASK 0x0040
41 #define _MM_DENORMALS_ZERO_ON 0x0040
42 #define _MM_DENORMALS_ZERO_OFF 0x0000
44 #define _MM_SET_DENORMALS_ZERO_MODE(mode) \
45 _mm_setcsr((_mm_getcsr() & ~_MM_DENORMALS_ZERO_MASK) | (mode))
46 #define _MM_GET_DENORMALS_ZERO_MODE() \
47 (_mm_getcsr() & _MM_DENORMALS_ZERO_MASK)
54 #if defined __cplusplus
90 extern void _mm_monitor(
void const *p,
unsigned extensions,
unsigned hints);
95 extern void _mm_mwait(
unsigned extensions,
unsigned hints);
97 #if defined __cplusplus
__m128d
Definition: emmintrin.h:48
__m128 _mm_addsub_ps(__m128 a, __m128 b)
__m128 _mm_hsub_ps(__m128 a, __m128 b)
__m128d _mm_movedup_pd(__m128d a)
void _mm_monitor(void const *p, unsigned extensions, unsigned hints)
void _mm_mwait(unsigned extensions, unsigned hints)
__m128 _mm_hadd_ps(__m128 a, __m128 b)
__m128d _mm_loaddup_pd(double const *dp)
__m128d _mm_hadd_pd(__m128d a, __m128d b)
__m128i
Definition: emmintrin.h:44
__m128
Definition: xmmintrin.h:70
__m128 _mm_movehdup_ps(__m128 a)
__m128 _mm_moveldup_ps(__m128 a)
__m128d _mm_hsub_pd(__m128d a, __m128d b)
__m128i _mm_lddqu_si128(__m128i const *p)
__m128d _mm_addsub_pd(__m128d a, __m128d b)