Go to the documentation of this file.
23 #ifndef _WMMINTRIN_PCLMUL_H
24 #define _WMMINTRIN_PCLMUL_H
26 #if !defined (__PCLMUL__)
27 # error "PCLMUL instruction is not enabled"
29 #define _mm_clmulepi64_si128(__X, __Y, __I) \
30 ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(__X), \
31 (__v2di)(__m128i)(__Y), (char)(__I)))