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