[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / clang / lib / Headers / x86intrin.h
blobf42e9e580f883aacb4e4323fefb8d5a6b0b25779
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 *===-----------------------------------------------------------------------===
8 */
10 #ifndef __X86INTRIN_H
11 #define __X86INTRIN_H
13 #include <ia32intrin.h>
15 #include <immintrin.h>
17 #if !defined(__SCE__) || __has_feature(modules) || defined(__PRFCHW__)
18 #include <prfchwintrin.h>
19 #endif
21 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE4A__)
22 #include <ammintrin.h>
23 #endif
25 #if !defined(__SCE__) || __has_feature(modules) || defined(__FMA4__)
26 #include <fma4intrin.h>
27 #endif
29 #if !defined(__SCE__) || __has_feature(modules) || defined(__XOP__)
30 #include <xopintrin.h>
31 #endif
33 #if !defined(__SCE__) || __has_feature(modules) || defined(__TBM__)
34 #include <tbmintrin.h>
35 #endif
37 #if !defined(__SCE__) || __has_feature(modules) || defined(__LWP__)
38 #include <lwpintrin.h>
39 #endif
41 #if !defined(__SCE__) || __has_feature(modules) || defined(__MWAITX__)
42 #include <mwaitxintrin.h>
43 #endif
45 #if !defined(__SCE__) || __has_feature(modules) || defined(__CLZERO__)
46 #include <clzerointrin.h>
47 #endif
49 #if !defined(__SCE__) || __has_feature(modules) || defined(__RDPRU__)
50 #include <rdpruintrin.h>
51 #endif
53 #endif /* __X86INTRIN_H */