@@ -203,15 +203,15 @@ features! {
203203 /// AVX-512 P2INTERSECT
204204 @FEATURE : #[ stable( feature = "simd_x86" , since = "1.27.0" ) ] avx512fp16: "avx512fp16" ;
205205 /// AVX-512 FP16 (FLOAT16 instructions)
206- @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.88 .0" ) ] avxifma: "avxifma" ;
206+ @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.89 .0" ) ] avxifma: "avxifma" ;
207207 /// AVX-IFMA (Integer Fused Multiply Add)
208- @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.88 .0" ) ] avxneconvert: "avxneconvert" ;
208+ @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.89 .0" ) ] avxneconvert: "avxneconvert" ;
209209 /// AVX-NE-CONVERT (Exceptionless Convert)
210- @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.88 .0" ) ] avxvnni: "avxvnni" ;
210+ @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.89 .0" ) ] avxvnni: "avxvnni" ;
211211 /// AVX-VNNI (Vector Neural Network Instructions)
212- @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.88 .0" ) ] avxvnniint16: "avxvnniint16" ;
212+ @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.89 .0" ) ] avxvnniint16: "avxvnniint16" ;
213213 /// AVX-VNNI_INT8 (VNNI with 16-bit Integers)
214- @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.88 .0" ) ] avxvnniint8: "avxvnniint8" ;
214+ @FEATURE : #[ stable( feature = "avx512_target_feature" , since = "1.89 .0" ) ] avxvnniint8: "avxvnniint8" ;
215215 /// AVX-VNNI_INT16 (VNNI with 8-bit integers)
216216 @FEATURE : #[ unstable( feature = "x86_amx_intrinsics" , issue = "126622" ) ] amx_tile: "amx-tile" ;
217217 /// AMX (Advanced Matrix Extensions) - Tile load/store
0 commit comments