@@ -192,6 +192,11 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability)] = &[
192
192
// tidy-alphabetical-start
193
193
( "adx" , Stable ) ,
194
194
( "aes" , Stable ) ,
195
+ ( "amx-bf16" , Stable ) ,
196
+ ( "amx-complex" , Stable ) ,
197
+ ( "amx-fp16" , Stable ) ,
198
+ ( "amx-int8" , Stable ) ,
199
+ ( "amx-tile" , Stable ) ,
195
200
( "avx" , Stable ) ,
196
201
( "avx2" , Stable ) ,
197
202
( "avx512bf16" , Unstable ( sym:: avx512_target_feature) ) ,
@@ -208,6 +213,11 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability)] = &[
208
213
( "avx512vnni" , Unstable ( sym:: avx512_target_feature) ) ,
209
214
( "avx512vp2intersect" , Unstable ( sym:: avx512_target_feature) ) ,
210
215
( "avx512vpopcntdq" , Unstable ( sym:: avx512_target_feature) ) ,
216
+ ( "avxifma" , Unstable ( sym:: avx512_target_feature) ) ,
217
+ ( "avxneconvert" , Unstable ( sym:: avx512_target_feature) ) ,
218
+ ( "avxvnni" , Unstable ( sym:: avx512_target_feature) ) ,
219
+ ( "avxvnniint16" , Unstable ( sym:: avx512_target_feature) ) ,
220
+ ( "avxvnniint8" , Unstable ( sym:: avx512_target_feature) ) ,
211
221
( "bmi1" , Stable ) ,
212
222
( "bmi2" , Stable ) ,
213
223
( "cmpxchg16b" , Stable ) ,
@@ -226,6 +236,9 @@ const X86_ALLOWED_FEATURES: &[(&str, Stability)] = &[
226
236
( "rdseed" , Stable ) ,
227
237
( "rtm" , Unstable ( sym:: rtm_target_feature) ) ,
228
238
( "sha" , Stable ) ,
239
+ ( "sha512" , Stable ) ,
240
+ ( "sm3" , Stable ) ,
241
+ ( "sm4" , Stable ) ,
229
242
( "sse" , Stable ) ,
230
243
( "sse2" , Stable ) ,
231
244
( "sse3" , Stable ) ,
0 commit comments