@@ -199,83 +199,59 @@ features! {
199
199
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] v: "v" ;
200
200
/// "V" Extension for Vector Operations
201
201
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvfh: "zvfh" ;
202
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
203
202
/// Vector Extension for Half-Precision Floating-Point
204
203
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvfhmin: "zvfhmin" ;
205
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
206
204
/// Vector Extension for Minimal Half-Precision Floating-Point
207
205
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zve32x: "zve32x" ;
208
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
209
206
/// Vector Extensions for Embedded Processors
210
207
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zve32f: "zve32f" ;
211
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
212
208
/// Vector Extensions for Embedded Processors
213
209
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zve64x: "zve64x" ;
214
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
215
210
/// Vector Extensions for Embedded Processors
216
211
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zve64f: "zve64f" ;
217
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
218
212
/// Vector Extensions for Embedded Processors
219
213
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zve64d: "zve64d" ;
220
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
221
214
/// Vector Extensions for Embedded Processors
222
215
223
216
// FIXME: we can implement this by getting the current vlen
224
217
// zvl*b: Minimum Vector Length Standard Extensions
225
218
226
219
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvkb: "zvkb" ;
227
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
228
220
/// Vector Bit-manipulation used in Cryptography
229
221
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvbb: "zvbb" ;
230
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
231
222
/// Vector basic bit-manipulation instructions
232
223
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvbc: "zvbc" ;
233
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
234
224
/// Vector Carryless Multiplication
235
225
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvkg: "zvkg" ;
236
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
237
226
/// Vector GCM instructions for Cryptography
238
227
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvkned: "zvkned" ;
239
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
240
228
/// Vector AES Encryption & Decryption (Single Round)
241
229
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvknha: "zvknha" ;
242
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
243
230
/// Vector SHA-2 (SHA-256 only))
244
231
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvknhb: "zvknhb" ;
245
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
246
232
/// Vector SHA-2 (SHA-256 and SHA-512)
247
233
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvksed: "zvksed" ;
248
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
249
234
/// SM4 Block Cipher Instructions
250
235
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvksh: "zvksh" ;
251
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
252
236
/// SM3 Hash Function Instructions
253
237
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvkn: "zvkn" ;
254
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
255
238
/// Shorthand for 'Zvkned', 'Zvknhb', 'Zvkb', and 'Zvkt'
256
239
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvknc: "zvknc" ;
257
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
258
240
/// Shorthand for 'Zvkn' and 'Zvbc'
259
241
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvkng: "zvkng" ;
260
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
261
242
/// Shorthand for 'Zvkn' and 'Zvkg'
262
243
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvks: "zvks" ;
263
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
264
244
/// Shorthand for 'Zvksed', 'Zvksh', 'Zvkb', and 'Zvkt'
265
245
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvksc: "zvksc" ;
266
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
267
246
/// Shorthand for 'Zvks' and 'Zvbc'
268
247
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvksg: "zvksg" ;
269
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
270
248
/// Shorthand for 'Zvks' and 'Zvkg'
271
249
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvkt: "zvkt" ;
272
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
273
250
/// Vector Data-Independent Execution Latency
274
251
275
252
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] unaligned_scalar_mem: "unaligned-scalar-mem" ;
276
253
/// Has reasonably performant unaligned scalar
277
254
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] unaligned_vector_mem: "unaligned-vector-mem" ;
278
- without cfg check: true ; // FIXME: added in https://github.com/rust-lang/rust/pull/138742
279
255
/// Has reasonably performant unaligned vector
280
256
281
257
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svnapot: "svnapot" ;
0 commit comments