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