Go to the documentation of this file. 23 #ifndef _WMMINTRIN_PCLMUL_H 24 #define _WMMINTRIN_PCLMUL_H 53 #define _mm_clmulepi64_si128(__X, __Y, __I) \ 54 ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(__X), \ 55 (__v2di)(__m128i)(__Y), (char)(__I)))