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