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 {
6868///
6969/// Section: 2.11
7070#[ unstable( feature = "riscv_ext_intrinsics" , issue = "114544" ) ]
71- #[ target_feature( enable = "zbc " ) ]
71+ #[ target_feature( enable = "zbkc " ) ]
7272#[ cfg_attr( test, assert_instr( clmul) ) ]
7373#[ inline]
7474pub fn clmul ( rs1 : usize , rs2 : usize ) -> usize {
@@ -93,7 +93,7 @@ pub fn clmul(rs1: usize, rs2: usize) -> usize {
9393///
9494/// Section: 2.12
9595#[ unstable( feature = "riscv_ext_intrinsics" , issue = "114544" ) ]
96- #[ target_feature( enable = "zbc " ) ]
96+ #[ target_feature( enable = "zbkc " ) ]
9797#[ cfg_attr( test, assert_instr( clmulh) ) ]
9898#[ inline]
9999pub fn clmulh ( rs1 : usize , rs2 : usize ) -> usize {
You can’t perform that action at this time.
0 commit comments