| 1 | /*===---- x86intrin.h - X86 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 __X86INTRIN_H |
| 11 | #define __X86INTRIN_H |
| 12 | |
| 13 | #include <ia32intrin.h> |
| 14 | |
| 15 | #include <immintrin.h> |
| 16 | |
| 17 | #include <prfchwintrin.h> |
| 18 | |
| 19 | #include <ammintrin.h> |
| 20 | |
| 21 | #include <fma4intrin.h> |
| 22 | |
| 23 | #include <xopintrin.h> |
| 24 | |
| 25 | #include <tbmintrin.h> |
| 26 | |
| 27 | #include <lwpintrin.h> |
| 28 | |
| 29 | #include <mwaitxintrin.h> |
| 30 | |
| 31 | #include <clzerointrin.h> |
| 32 | |
| 33 | #include <rdpruintrin.h> |
| 34 | |
| 35 | #endif /* __X86INTRIN_H */ |