1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
// Original work Copyright 2016 bluss
// Modified work Copyright 2016 J. Millard
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use ;
/// IMPLEMENTED
/// sandybridge - Select the sandybridge processor.
/// genericsse2 - For older CPUs
///
/// DEFERRED
/// ivybridge - Select the ivybridge processor. DEFER TO SANDYBRIDGE
///
/// UN-IMPLEMENTED
/// amdfam10 - Select the amdfam10 processor.
/// athlon - Select the athlon processor.
/// athlon-4 - Select the athlon-4 processor.
/// athlon-fx - Select the athlon-fx processor.
/// athlon-mp - Select the athlon-mp processor.
/// athlon-tbird - Select the athlon-tbird processor.
/// athlon-xp - Select the athlon-xp processor.
/// athlon64 - Select the athlon64 processor.
/// athlon64-sse3 - Select the athlon64-sse3 processor.
/// atom - Select the atom processor.
/// barcelona - Select the barcelona processor.
/// bdver1 - Select the bdver1 processor.
/// bdver2 - Select the bdver2 processor.
/// bdver3 - Select the bdver3 processor.
/// bdver4 - Select the bdver4 processor.
/// bonnell - Select the bonnell processor.
/// broadwell - Select the broadwell processor.
/// btver1 - Select the btver1 processor.
/// btver2 - Select the btver2 processor.
/// c3 - Select the c3 processor.
/// c3-2 - Select the c3-2 processor.
/// cannonlake - Select the cannonlake processor.
/// core-avx-i - Select the core-avx-i processor.
/// core-avx2 - Select the core-avx2 processor.
/// core2 - Select the core2 processor.
/// corei7 - Select the corei7 processor.
/// corei7-avx - Select the corei7-avx processor.
/// generic - Select the generic processor.
/// geode - Select the geode processor.
/// haswell - Select the haswell processor.
/// i386 - Select the i386 processor.
/// i486 - Select the i486 processor.
/// i586 - Select the i586 processor.
/// i686 - Select the i686 processor.
/// k6 - Select the k6 processor.
/// k6-2 - Select the k6-2 processor.
/// k6-3 - Select the k6-3 processor.
/// k8 - Select the k8 processor.
/// k8-sse3 - Select the k8-sse3 processor.
/// knl - Select the knl processor.
/// lakemont - Select the lakemont processor.
/// nehalem - Select the nehalem processor.
/// nocona - Select the nocona processor.
/// opteron - Select the opteron processor.
/// opteron-sse3 - Select the opteron-sse3 processor.
/// penryn - Select the penryn processor.
/// pentium - Select the pentium processor.
/// pentium-m - Select the pentium-m processor.
/// pentium-mmx - Select the pentium-mmx processor.
/// pentium2 - Select the pentium2 processor.
/// pentium3 - Select the pentium3 processor.
/// pentium3m - Select the pentium3m processor.
/// pentium4 - Select the pentium4 processor.
/// pentium4m - Select the pentium4m processor.
/// pentiumpro - Select the pentiumpro processor.
/// prescott - Select the prescott processor.
/// silvermont - Select the silvermont processor.
/// skx - Select the skx processor.
/// skylake - Select the skylake processor.
/// skylake-avx512 - Select the skylake-avx512 processor.
/// slm - Select the slm processor.
/// westmere - Select the westmere processor.
/// winchip-c6 - Select the winchip-c6 processor.
/// winchip2 - Select the winchip2 processor.
/// x86-64 - Select the x86-64 processor.
/// yonah - Select the yonah processor.
/// znver1 - Select the znver1 processor.
use Float;
use cmp;
use AddAssign;
use *;
use Loop;
pub type GA<T, U> = ;
;
;
;
;
;
;