Go to the documentation of this file.
11#error "Never use <__wmmintrin_pclmul.h> directly; include <wmmintrin.h> instead."
14#ifndef __WMMINTRIN_PCLMUL_H
15#define __WMMINTRIN_PCLMUL_H
44#define _mm_clmulepi64_si128(X, Y, I) \
45 ((__m128i)__builtin_ia32_pclmulqdq128((__v2di)(__m128i)(X), \
46 (__v2di)(__m128i)(Y), (char)(I)))