@@ -116,14 +116,6 @@ features! {
116
116
/// * P: `"p"`
117
117
/// * Zam: `"zam"`
118
118
///
119
- /// Defined by Privileged Specification:
120
- ///
121
- /// * *Supervisor-Level ISA* (not "S" extension): `"s"`
122
- /// * H (hypervisor): `"h"`
123
- /// * Svnapot: `"svnapot"`
124
- /// * Svpbmt: `"svpbmt"`
125
- /// * Svinval: `"svinval"`
126
- ///
127
119
/// # Performance Hints
128
120
///
129
121
/// Following two features define performance implications for unaligned
@@ -336,22 +328,6 @@ features! {
336
328
without cfg check: true ;
337
329
/// "Supm" Extension for Pointer-Masking Support in User Mode with Platform-Defined Facility to Control
338
330
339
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svnapot: "svnapot" ;
340
- without cfg check: true ;
341
- /// "Svnapot" Extension for NAPOT Translation Contiguity
342
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svpbmt: "svpbmt" ;
343
- without cfg check: true ;
344
- /// "Svpbmt" Extension for Page-Based Memory Types
345
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svinval: "svinval" ;
346
- without cfg check: true ;
347
- /// "Svinval" Extension for Fine-Grained Address-Translation Cache Invalidation
348
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] h: "h" ;
349
- without cfg check: true ;
350
- /// "H" Extension for Hypervisor Support
351
-
352
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] s: "s" ;
353
- without cfg check: true ;
354
- /// Supervisor-Level ISA
355
331
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] j: "j" ;
356
332
without cfg check: true ;
357
333
/// "J" Extension for Dynamically Translated Languages
0 commit comments