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 f42a8e7 + 7996cc1 commit a173bb2Copy full SHA for a173bb2
crates/core_arch/src/riscv64/zk.rs
@@ -176,7 +176,7 @@ pub fn aes64ks2(rs1: u64, rs2: u64) -> u64 {
176
/// Version: v1.0.1
177
///
178
/// Section: 3.9
179
-#[target_feature(enable = "zkne", enable = "zknd")]
+#[target_feature(enable = "zknd")]
180
#[cfg_attr(test, assert_instr(aes64im))]
181
#[inline]
182
#[unstable(feature = "riscv_ext_intrinsics", issue = "114544")]
0 commit comments