@@ -159,32 +159,23 @@ features! {
159
159
/// Has reasonably performant unaligned vector
160
160
161
161
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zicsr: "zicsr" ;
162
- without cfg check: true ;
163
162
/// "Zicsr" Extension for Control and Status Register (CSR) Instructions
164
163
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zicntr: "zicntr" ;
165
- without cfg check: true ;
166
164
/// "Zicntr" Extension for Base Counters and Timers
167
165
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zihpm: "zihpm" ;
168
- without cfg check: true ;
169
166
/// "Zihpm" Extension for Hardware Performance Counters
170
167
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zifencei: "zifencei" ;
171
- without cfg check: true ;
172
168
/// "Zifencei" Extension for Instruction-Fetch Fence
173
169
174
170
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zihintntl: "zihintntl" ;
175
- without cfg check: true ;
176
171
/// "Zihintntl" Extension for Non-Temporal Locality Hints
177
172
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zihintpause: "zihintpause" ;
178
- without cfg check: true ;
179
173
/// "Zihintpause" Extension for Pause Hint
180
174
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zimop: "zimop" ;
181
- without cfg check: true ;
182
175
/// "Zimop" Extension for May-Be-Operations
183
176
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zicboz: "zicboz" ;
184
- without cfg check: true ;
185
177
/// "Zicboz" Extension for Cache-Block Zero Instruction
186
178
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zicond: "zicond" ;
187
- without cfg check: true ;
188
179
/// "Zicond" Extension for Integer Conditional Operations
189
180
190
181
@FEATURE : #[ stable( feature = "riscv_ratified" , since = "1.78.0" ) ] m: "m" ;
@@ -204,7 +195,6 @@ features! {
204
195
without cfg check: true ;
205
196
/// "Zam" Extension for Misaligned Atomics
206
197
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] ztso: "ztso" ;
207
- without cfg check: true ;
208
198
/// "Ztso" Extension for Total Store Ordering
209
199
210
200
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] f: "f" ;
@@ -219,7 +209,6 @@ features! {
219
209
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zfhmin: "zfhmin" ;
220
210
/// "Zfhmin" Extension for Minimal Half-Precision Floating-Point
221
211
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zfa: "zfa" ;
222
- without cfg check: true ;
223
212
/// "Zfa" Extension for Additional Floating-Point Instructions
224
213
225
214
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zfinx: "zfinx" ;
@@ -234,7 +223,6 @@ features! {
234
223
@FEATURE : #[ stable( feature = "riscv_ratified" , since = "1.78.0" ) ] c: "c" ;
235
224
/// "C" Extension for Compressed Instructions
236
225
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zca: "zca" ;
237
- without cfg check: true ;
238
226
/// "Zca" Compressed Instructions excluding Floating-Point Loads/Stores
239
227
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zcf: "zcf" ;
240
228
without cfg check: true ;
@@ -243,14 +231,11 @@ features! {
243
231
without cfg check: true ;
244
232
/// "Zcd" Compressed Instructions for Double-Precision Floating-Point Loads/Stores
245
233
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zcb: "zcb" ;
246
- without cfg check: true ;
247
234
/// "Zcb" Simple Code-size Saving Compressed Instructions
248
235
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zcmop: "zcmop" ;
249
- without cfg check: true ;
250
236
/// "Zcmop" Extension for Compressed May-Be-Operations
251
237
252
238
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] b: "b" ;
253
- without cfg check: true ;
254
239
/// "B" Extension for Bit Manipulation
255
240
@FEATURE : #[ stable( feature = "riscv_ratified" , since = "1.78.0" ) ] zba: "zba" ;
256
241
/// "Zba" Extension for Address Generation
0 commit comments