1 /*===---- wmmintrin.h - AES intrinsics ------------------------------------===
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 * See https://llvm.org/LICENSE.txt for license information.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
13 #if !defined(__i386__) && !defined(__x86_64__)
14 #error "This header is only meant to be used on x86 and x64 architecture"
17 #include <emmintrin.h>
19 #include <__wmmintrin_aes.h>
21 #include <__wmmintrin_pclmul.h>
23 #endif /* __WMMINTRIN_H */