@@ -79,14 +79,6 @@ features! {
79
79
/// * P: `"p"`
80
80
/// * Zam: `"zam"`
81
81
///
82
- /// Defined by Privileged Specification:
83
- ///
84
- /// * Supervisor: `"s"`
85
- /// * Svnapot: `"svnapot"`
86
- /// * Svpbmt: `"svpbmt"`
87
- /// * Svinval: `"svinval"`
88
- /// * Hypervisor: `"h"`
89
- ///
90
82
/// [ISA manual]: https://github.com/riscv/riscv-isa-manual/
91
83
#[ stable( feature = "riscv_ratified" , since = "1.78.0" ) ]
92
84
@@ -254,22 +246,6 @@ features! {
254
246
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] unaligned_vector_mem: "unaligned-vector-mem" ;
255
247
/// Has reasonably performant unaligned vector
256
248
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
273
249
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] j: "j" ;
274
250
without cfg check: true ;
275
251
/// "J" Extension for Dynamically Translated Languages
0 commit comments