@@ -197,15 +197,15 @@ features! {
197
197
/// AVX-512 P2INTERSECT
198
198
@FEATURE : #[ stable( feature = "simd_x86" , since = "1.27.0" ) ] avx512fp16: "avx512fp16" ;
199
199
/// AVX-512 FP16 (FLOAT16 instructions)
200
- @FEATURE : #[ unstable ( feature = "x86_amx_intrinsics " , issue = "44839 " ) ] avxifma: "avxifma" ;
200
+ @FEATURE : #[ stable ( feature = "avx512_target_feature " , since = "1.88.0 " ) ] avxifma: "avxifma" ;
201
201
/// AVX-IFMA (Integer Fused Multiply Add)
202
- @FEATURE : #[ unstable ( feature = "x86_amx_intrinsics " , issue = "44839 " ) ] avxneconvert: "avxneconvert" ;
202
+ @FEATURE : #[ stable ( feature = "avx512_target_feature " , since = "1.88.0 " ) ] avxneconvert: "avxneconvert" ;
203
203
/// AVX-NE-CONVERT (Exceptionless Convert)
204
- @FEATURE : #[ unstable ( feature = "x86_amx_intrinsics " , issue = "44839 " ) ] avxvnni: "avxvnni" ;
204
+ @FEATURE : #[ stable ( feature = "avx512_target_feature " , since = "1.88.0 " ) ] avxvnni: "avxvnni" ;
205
205
/// AVX-VNNI (Vector Neural Network Instructions)
206
- @FEATURE : #[ unstable ( feature = "x86_amx_intrinsics " , issue = "44839 " ) ] avxvnniint16: "avxvnniint16" ;
206
+ @FEATURE : #[ stable ( feature = "avx512_target_feature " , since = "1.88.0 " ) ] avxvnniint16: "avxvnniint16" ;
207
207
/// AVX-VNNI_INT8 (VNNI with 16-bit Integers)
208
- @FEATURE : #[ unstable ( feature = "x86_amx_intrinsics " , issue = "44839 " ) ] avxvnniint8: "avxvnniint8" ;
208
+ @FEATURE : #[ stable ( feature = "avx512_target_feature " , since = "1.88.0 " ) ] avxvnniint8: "avxvnniint8" ;
209
209
/// AVX-VNNI_INT16 (VNNI with 8-bit integers)
210
210
@FEATURE : #[ unstable( feature = "x86_amx_intrinsics" , issue = "126622" ) ] amx_tile: "amx-tile" ;
211
211
/// AMX (Advanced Matrix Extensions) - Tile load/store
0 commit comments