1 | /* Copyright (C) 2008-2021 Free Software Foundation, Inc.
|
---|
2 |
|
---|
3 | This file is part of GCC.
|
---|
4 |
|
---|
5 | GCC is free software; you can redistribute it and/or modify
|
---|
6 | it under the terms of the GNU General Public License as published by
|
---|
7 | the Free Software Foundation; either version 3, or (at your option)
|
---|
8 | any later version.
|
---|
9 |
|
---|
10 | GCC is distributed in the hope that it will be useful,
|
---|
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
13 | GNU General Public License for more details.
|
---|
14 |
|
---|
15 | Under Section 7 of GPL version 3, you are granted additional
|
---|
16 | permissions described in the GCC Runtime Library Exception, version
|
---|
17 | 3.1, as published by the Free Software Foundation.
|
---|
18 |
|
---|
19 | You should have received a copy of the GNU General Public License and
|
---|
20 | a copy of the GCC Runtime Library Exception along with this program;
|
---|
21 | see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
---|
22 | <http://www.gnu.org/licenses/>. */
|
---|
23 |
|
---|
24 | #ifndef _IMMINTRIN_H_INCLUDED
|
---|
25 | #define _IMMINTRIN_H_INCLUDED
|
---|
26 |
|
---|
27 | #include <x86gprintrin.h>
|
---|
28 |
|
---|
29 | #include <mmintrin.h>
|
---|
30 |
|
---|
31 | #include <xmmintrin.h>
|
---|
32 |
|
---|
33 | #include <emmintrin.h>
|
---|
34 |
|
---|
35 | #include <pmmintrin.h>
|
---|
36 |
|
---|
37 | #include <tmmintrin.h>
|
---|
38 |
|
---|
39 | #include <smmintrin.h>
|
---|
40 |
|
---|
41 | #include <wmmintrin.h>
|
---|
42 |
|
---|
43 | #include <avxintrin.h>
|
---|
44 |
|
---|
45 | #include <avxvnniintrin.h>
|
---|
46 |
|
---|
47 | #include <avx2intrin.h>
|
---|
48 |
|
---|
49 | #include <avx512fintrin.h>
|
---|
50 |
|
---|
51 | #include <avx512erintrin.h>
|
---|
52 |
|
---|
53 | #include <avx512pfintrin.h>
|
---|
54 |
|
---|
55 | #include <avx512cdintrin.h>
|
---|
56 |
|
---|
57 | #include <avx512vlintrin.h>
|
---|
58 |
|
---|
59 | #include <avx512bwintrin.h>
|
---|
60 |
|
---|
61 | #include <avx512dqintrin.h>
|
---|
62 |
|
---|
63 | #include <avx512vlbwintrin.h>
|
---|
64 |
|
---|
65 | #include <avx512vldqintrin.h>
|
---|
66 |
|
---|
67 | #include <avx512ifmaintrin.h>
|
---|
68 |
|
---|
69 | #include <avx512ifmavlintrin.h>
|
---|
70 |
|
---|
71 | #include <avx512vbmiintrin.h>
|
---|
72 |
|
---|
73 | #include <avx512vbmivlintrin.h>
|
---|
74 |
|
---|
75 | #include <avx5124fmapsintrin.h>
|
---|
76 |
|
---|
77 | #include <avx5124vnniwintrin.h>
|
---|
78 |
|
---|
79 | #include <avx512vpopcntdqintrin.h>
|
---|
80 |
|
---|
81 | #include <avx512vbmi2intrin.h>
|
---|
82 |
|
---|
83 | #include <avx512vbmi2vlintrin.h>
|
---|
84 |
|
---|
85 | #include <avx512vnniintrin.h>
|
---|
86 |
|
---|
87 | #include <avx512vnnivlintrin.h>
|
---|
88 |
|
---|
89 | #include <avx512vpopcntdqvlintrin.h>
|
---|
90 |
|
---|
91 | #include <avx512bitalgintrin.h>
|
---|
92 |
|
---|
93 | #include <avx512vp2intersectintrin.h>
|
---|
94 |
|
---|
95 | #include <avx512vp2intersectvlintrin.h>
|
---|
96 |
|
---|
97 | #include <shaintrin.h>
|
---|
98 |
|
---|
99 | #include <fmaintrin.h>
|
---|
100 |
|
---|
101 | #include <f16cintrin.h>
|
---|
102 |
|
---|
103 | #include <rtmintrin.h>
|
---|
104 |
|
---|
105 | #include <gfniintrin.h>
|
---|
106 |
|
---|
107 | #include <vaesintrin.h>
|
---|
108 |
|
---|
109 | #include <vpclmulqdqintrin.h>
|
---|
110 |
|
---|
111 | #include <avx512bf16vlintrin.h>
|
---|
112 |
|
---|
113 | #include <avx512bf16intrin.h>
|
---|
114 |
|
---|
115 | #include <amxtileintrin.h>
|
---|
116 |
|
---|
117 | #include <amxint8intrin.h>
|
---|
118 |
|
---|
119 | #include <amxbf16intrin.h>
|
---|
120 |
|
---|
121 | #include <prfchwintrin.h>
|
---|
122 |
|
---|
123 | #include <keylockerintrin.h>
|
---|
124 |
|
---|
125 | #endif /* _IMMINTRIN_H_INCLUDED */
|
---|