Go to the documentation of this file. 25 #error "Never use <__wmmintrin_pclmul.h> directly; include <wmmintrin.h> instead." 28 #ifndef __WMMINTRIN_PCLMUL_H 29 #define __WMMINTRIN_PCLMUL_H 58 #define _mm_clmulepi64_si128(X, Y, I) \ 59 ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \ 60 (__v2di)(__m128i)(Y), (char)(I)))