]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm-project/clang/lib/Headers/wmmintrin.h
Merge ^/head r358000 through r358048.
[FreeBSD/FreeBSD.git] / contrib / llvm-project / clang / lib / Headers / wmmintrin.h
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 */