We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2358c1 + 1207c2b commit 0335ff6Copy full SHA for 0335ff6
crates/core_arch/src/riscv_shared/zb.rs
@@ -68,7 +68,7 @@ pub fn orc_b(rs: usize) -> usize {
68
///
69
/// Section: 2.11
70
#[unstable(feature = "riscv_ext_intrinsics", issue = "114544")]
71
-#[target_feature(enable = "zbc")]
+#[target_feature(enable = "zbkc")]
72
#[cfg_attr(test, assert_instr(clmul))]
73
#[inline]
74
pub fn clmul(rs1: usize, rs2: usize) -> usize {
@@ -93,7 +93,7 @@ pub fn clmul(rs1: usize, rs2: usize) -> usize {
93
94
/// Section: 2.12
95
96
97
#[cfg_attr(test, assert_instr(clmulh))]
98
99
pub fn clmulh(rs1: usize, rs2: usize) -> usize {
0 commit comments