@@ -55,7 +55,7 @@ features! {
55
55
/// * `"sm4"` - FEAT_SM3 & FEAT_SM4
56
56
///
57
57
/// [docs]: https://developer.arm.com/documentation/ddi0487/latest
58
- #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ]
58
+ #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ]
59
59
@BIND_FEATURE_NAME : "asimd" ; "neon" ;
60
60
@NO_RUNTIME_DETECTION : "ras" ;
61
61
@NO_RUNTIME_DETECTION : "v8.1a" ;
@@ -65,84 +65,84 @@ features! {
65
65
@NO_RUNTIME_DETECTION : "v8.5a" ;
66
66
@NO_RUNTIME_DETECTION : "v8.6a" ;
67
67
@NO_RUNTIME_DETECTION : "v8.7a" ;
68
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] asimd: "neon" ;
68
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] asimd: "neon" ;
69
69
/// FEAT_AdvSIMD (Advanced SIMD/NEON)
70
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] pmull: "pmull" ;
70
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] pmull: "pmull" ;
71
71
/// FEAT_PMULL (Polynomial Multiply)
72
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] fp: "fp" ;
72
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] fp: "fp" ;
73
73
/// FEAT_FP (Floating point support)
74
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] fp16: "fp16" ;
74
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] fp16: "fp16" ;
75
75
/// FEAT_FP16 (Half-float support)
76
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sve: "sve" ;
76
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sve: "sve" ;
77
77
/// FEAT_SVE (Scalable Vector Extension)
78
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] crc: "crc" ;
78
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] crc: "crc" ;
79
79
/// FEAT_CRC32 (Cyclic Redundancy Check)
80
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] lse: "lse" ;
80
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] lse: "lse" ;
81
81
/// FEAT_LSE (Large System Extension - atomics)
82
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] lse2: "lse2" ;
82
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] lse2: "lse2" ;
83
83
/// FEAT_LSE2 (unaligned and register-pair atomics)
84
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] rdm: "rdm" ;
84
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] rdm: "rdm" ;
85
85
/// FEAT_RDM (Rounding Doubling Multiply - ASIMDRDM)
86
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] rcpc: "rcpc" ;
86
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] rcpc: "rcpc" ;
87
87
/// FEAT_LRCPC (Release consistent Processor consistent)
88
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] rcpc2: "rcpc2" ;
88
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] rcpc2: "rcpc2" ;
89
89
/// FEAT_LRCPC2 (RCPC with immediate offsets)
90
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] dotprod: "dotprod" ;
90
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] dotprod: "dotprod" ;
91
91
/// FEAT_DotProd (Vector Dot-Product - ASIMDDP)
92
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] tme: "tme" ;
92
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] tme: "tme" ;
93
93
/// FEAT_TME (Transactional Memory Extensions)
94
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] fhm: "fhm" ;
94
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] fhm: "fhm" ;
95
95
/// FEAT_FHM (fp16 multiplication instructions)
96
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] dit: "dit" ;
96
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] dit: "dit" ;
97
97
/// FEAT_DIT (Data Independent Timing instructions)
98
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] flagm: "flagm" ;
98
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] flagm: "flagm" ;
99
99
/// FEAT_FLAGM (flag manipulation instructions)
100
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] ssbs: "ssbs" ;
100
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] ssbs: "ssbs" ;
101
101
/// FEAT_SSBS (speculative store bypass safe)
102
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sb: "sb" ;
102
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sb: "sb" ;
103
103
/// FEAT_SB (speculation barrier)
104
104
@FEATURE : #[ unstable( feature = "stdsimd" , issue = "27731" ) ] pauth: "pauth" ;
105
105
/// FEAT_PAuth (pointer authentication)
106
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] dpb: "dpb" ;
106
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] dpb: "dpb" ;
107
107
/// FEAT_DPB (aka dcpop - data cache clean to point of persistence)
108
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] dpb2: "dpb2" ;
108
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] dpb2: "dpb2" ;
109
109
/// FEAT_DPB2 (aka dcpodp - data cache clean to point of deep persistence)
110
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sve2: "sve2" ;
110
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sve2: "sve2" ;
111
111
/// FEAT_SVE2 (Scalable Vector Extension 2)
112
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sve2_aes: "sve2-aes" ;
112
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sve2_aes: "sve2-aes" ;
113
113
/// FEAT_SVE_AES (SVE2 AES crypto)
114
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sve2_sm4: "sve2-sm4" ;
114
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sve2_sm4: "sve2-sm4" ;
115
115
/// FEAT_SVE_SM4 (SVE2 SM4 crypto)
116
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sve2_sha3: "sve2-sha3" ;
116
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sve2_sha3: "sve2-sha3" ;
117
117
/// FEAT_SVE_SHA3 (SVE2 SHA3 crypto)
118
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sve2_bitperm: "sve2-bitperm" ;
118
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sve2_bitperm: "sve2-bitperm" ;
119
119
/// FEAT_SVE_BitPerm (SVE2 bit permutation instructions)
120
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] frintts: "frintts" ;
120
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] frintts: "frintts" ;
121
121
/// FEAT_FRINTTS (float to integer rounding instructions)
122
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] i8mm: "i8mm" ;
122
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] i8mm: "i8mm" ;
123
123
/// FEAT_I8MM (integer matrix multiplication, plus ASIMD support)
124
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] f32mm: "f32mm" ;
124
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] f32mm: "f32mm" ;
125
125
/// FEAT_F32MM (single-precision matrix multiplication)
126
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] f64mm: "f64mm" ;
126
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] f64mm: "f64mm" ;
127
127
/// FEAT_F64MM (double-precision matrix multiplication)
128
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] bf16: "bf16" ;
128
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] bf16: "bf16" ;
129
129
/// FEAT_BF16 (BFloat16 type, plus MM instructions, plus ASIMD support)
130
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] rand: "rand" ;
130
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] rand: "rand" ;
131
131
/// FEAT_RNG (Random Number Generator)
132
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] bti: "bti" ;
132
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] bti: "bti" ;
133
133
/// FEAT_BTI (Branch Target Identification)
134
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] mte: "mte" ;
134
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] mte: "mte" ;
135
135
/// FEAT_MTE (Memory Tagging Extension)
136
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] jsconv: "jsconv" ;
136
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] jsconv: "jsconv" ;
137
137
/// FEAT_JSCVT (JavaScript float conversion instructions)
138
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] fcma: "fcma" ;
138
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] fcma: "fcma" ;
139
139
/// FEAT_FCMA (float complex number operations)
140
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] aes: "aes" ;
140
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] aes: "aes" ;
141
141
/// FEAT_AES (AES instructions)
142
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sha2: "sha2" ;
142
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sha2: "sha2" ;
143
143
/// FEAT_SHA1 & FEAT_SHA256 (SHA1 & SHA2-256 instructions)
144
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sha3: "sha3" ;
144
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sha3: "sha3" ;
145
145
/// FEAT_SHA512 & FEAT_SHA3 (SHA2-512 & SHA3 instructions)
146
- @FEATURE : #[ unstable ( feature = "stdsimd " , issue = "27731 " ) ] sm4: "sm4" ;
146
+ @FEATURE : #[ stable ( feature = "simd_aarch64 " , since = "1.60.0 " ) ] sm4: "sm4" ;
147
147
/// FEAT_SM3 & FEAT_SM4 (SM3 & SM4 instructions)
148
148
}
0 commit comments