@@ -115,14 +115,6 @@ features! {
115
115
/// * P: `"p"`
116
116
/// * Zam: `"zam"`
117
117
///
118
- /// Defined by Privileged Specification:
119
- ///
120
- /// * *Supervisor-Level ISA* (not "S" extension): `"s"`
121
- /// * H (hypervisor): `"h"`
122
- /// * Svnapot: `"svnapot"`
123
- /// * Svpbmt: `"svpbmt"`
124
- /// * Svinval: `"svinval"`
125
- ///
126
118
/// # Performance Hints
127
119
///
128
120
/// Following two features define performance implications for unaligned
@@ -331,22 +323,6 @@ features! {
331
323
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvkt: "zvkt" ;
332
324
/// "Zvkt" Extension for Vector Data-Independent Execution Latency
333
325
334
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svnapot: "svnapot" ;
335
- without cfg check: true ;
336
- /// "Svnapot" Extension for NAPOT Translation Contiguity
337
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svpbmt: "svpbmt" ;
338
- without cfg check: true ;
339
- /// "Svpbmt" Extension for Page-Based Memory Types
340
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svinval: "svinval" ;
341
- without cfg check: true ;
342
- /// "Svinval" Extension for Fine-Grained Address-Translation Cache Invalidation
343
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] h: "h" ;
344
- without cfg check: true ;
345
- /// "H" Extension for Hypervisor Support
346
-
347
- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] s: "s" ;
348
- without cfg check: true ;
349
- /// Supervisor-Level ISA
350
326
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] j: "j" ;
351
327
without cfg check: true ;
352
328
/// "J" Extension for Dynamically Translated Languages
0 commit comments