File tree 1 file changed +0
-5
lines changed
crates/std_detect/src/detect/arch
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -104,20 +104,15 @@ features! {
104
104
/// RV128I Base Integer Instruction Set
105
105
106
106
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zicsr: "zicsr" ;
107
- without cfg check: true ;
108
107
/// "Zicsr" Extension for Control and Status Register (CSR) Instructions
109
108
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zicntr: "zicntr" ;
110
- without cfg check: true ;
111
109
/// "Zicntr" Extension for Base Counters and Timers
112
110
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zihpm: "zihpm" ;
113
- without cfg check: true ;
114
111
/// "Zihpm" Extension for Hardware Performance Counters
115
112
116
113
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zifencei: "zifencei" ;
117
- without cfg check: true ;
118
114
/// "Zifencei" Extension for Instruction-Fetch Fence
119
115
@FEATURE : #[ unstable( feature = "stdarch_riscv_feature_detection" , issue = "111192" ) ] zihintpause: "zihintpause" ;
120
- without cfg check: true ;
121
116
/// "Zihintpause" Extension for Pause Hint
122
117
123
118
@FEATURE : #[ stable( feature = "riscv_ratified" , since = "1.78.0" ) ] m: "m" ;
You can’t perform that action at this time.
0 commit comments