1 /*===---- wmmintrin.h - AES intrinsics ------------------------------------===
2  *
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
6  *
7  *===-----------------------------------------------------------------------===
8  */
9 
10 #ifndef __WMMINTRIN_H
11 #define __WMMINTRIN_H
12 
13 #include <emmintrin.h>
14 
15 #include <__wmmintrin_aes.h>
16 
17 #include <__wmmintrin_pclmul.h>
18 
19 #endif /* __WMMINTRIN_H */
20