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 c955aa2 + 11a64e4 commit c7c2bfaCopy full SHA for c7c2bfa
stdarch/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