File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library/stdarch/crates/core_arch/src/riscv_shared Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ pub fn orc_b(rs: usize) -> usize {
68
68
///
69
69
/// Section: 2.11
70
70
#[ unstable( feature = "riscv_ext_intrinsics" , issue = "114544" ) ]
71
- #[ target_feature( enable = "zbc " ) ]
71
+ #[ target_feature( enable = "zbkc " ) ]
72
72
#[ cfg_attr( test, assert_instr( clmul) ) ]
73
73
#[ inline]
74
74
pub fn clmul ( rs1 : usize , rs2 : usize ) -> usize {
@@ -93,7 +93,7 @@ pub fn clmul(rs1: usize, rs2: usize) -> usize {
93
93
///
94
94
/// Section: 2.12
95
95
#[ unstable( feature = "riscv_ext_intrinsics" , issue = "114544" ) ]
96
- #[ target_feature( enable = "zbc " ) ]
96
+ #[ target_feature( enable = "zbkc " ) ]
97
97
#[ cfg_attr( test, assert_instr( clmulh) ) ]
98
98
#[ inline]
99
99
pub fn clmulh ( rs1 : usize , rs2 : usize ) -> usize {
You can’t perform that action at this time.
0 commit comments