@@ -115,14 +115,6 @@ features! {
115115 /// * P: `"p"`
116116 /// * Zam: `"zam"`
117117 ///
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- ///
126118 /// # Performance Hints
127119 ///
128120 /// Following two features define performance implications for unaligned
@@ -331,22 +323,6 @@ features! {
331323 @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zvkt: "zvkt" ;
332324 /// "Zvkt" Extension for Vector Data-Independent Execution Latency
333325
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
350326 @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] j: "j" ;
351327 without cfg check: true ;
352328 /// "J" Extension for Dynamically Translated Languages
0 commit comments