1 /*===---- x86intrin.h - X86 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 #include <ia32intrin.h>
15 #include <immintrin.h>
17 #if !defined(__SCE__) || __has_feature(modules) || defined(__PRFCHW__)
18 #include <prfchwintrin.h>
21 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE4A__)
22 #include <ammintrin.h>
25 #if !defined(__SCE__) || __has_feature(modules) || defined(__FMA4__)
26 #include <fma4intrin.h>
29 #if !defined(__SCE__) || __has_feature(modules) || defined(__XOP__)
30 #include <xopintrin.h>
33 #if !defined(__SCE__) || __has_feature(modules) || defined(__TBM__)
34 #include <tbmintrin.h>
37 #if !defined(__SCE__) || __has_feature(modules) || defined(__LWP__)
38 #include <lwpintrin.h>
41 #if !defined(__SCE__) || __has_feature(modules) || defined(__MWAITX__)
42 #include <mwaitxintrin.h>
45 #if !defined(__SCE__) || __has_feature(modules) || defined(__CLZERO__)
46 #include <clzerointrin.h>
49 #if !defined(__SCE__) || __has_feature(modules) || defined(__RDPRU__)
50 #include <rdpruintrin.h>
53 #endif /* __X86INTRIN_H */