@@ -79,14 +79,6 @@ features! {
7979 /// * P: `"p"`
8080 /// * Zam: `"zam"`
8181 ///
82- /// Defined by Privileged Specification:
83- ///
84- /// * Supervisor: `"s"`
85- /// * Svnapot: `"svnapot"`
86- /// * Svpbmt: `"svpbmt"`
87- /// * Svinval: `"svinval"`
88- /// * Hypervisor: `"h"`
89- ///
9082 /// [ISA manual]: https://github.com/riscv/riscv-isa-manual/
9183 #[ stable( feature = "riscv_ratified" , since = "1.78.0" ) ]
9284
@@ -254,22 +246,6 @@ features! {
254246 @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] unaligned_vector_mem: "unaligned-vector-mem" ;
255247 /// Has reasonably performant unaligned vector
256248
257- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svnapot: "svnapot" ;
258- without cfg check: true ;
259- /// "Svnapot" Extension for NAPOT Translation Contiguity
260- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svpbmt: "svpbmt" ;
261- without cfg check: true ;
262- /// "Svpbmt" Extension for Page-Based Memory Types
263- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] svinval: "svinval" ;
264- without cfg check: true ;
265- /// "Svinval" Extension for Fine-Grained Address-Translation Cache Invalidation
266- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] h: "h" ;
267- without cfg check: true ;
268- /// "H" Extension for Hypervisor Support
269-
270- @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] s: "s" ;
271- without cfg check: true ;
272- /// Supervisor-Level ISA
273249 @FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] j: "j" ;
274250 without cfg check: true ;
275251 /// "J" Extension for Dynamically Translated Languages
0 commit comments