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.
1 parent 6a1fb99 commit 3292cd0Copy full SHA for 3292cd0
crates/core_arch/src/riscv64/zk.rs
@@ -184,7 +184,7 @@ pub fn aes64ks2(rs1: u64, rs2: u64) -> u64 {
184
///
185
/// Section: 3.9
186
#[target_feature(enable = "zkne", enable = "zknd")]
187
-#[cfg_attr(test, assert_instr(aes64im))]
+#[cfg_attr(test, assert_instr(aes64ks2))] // intentionally broken
188
#[inline]
189
#[unstable(feature = "riscv_ext_intrinsics", issue = "114544")]
190
pub fn aes64im(rs1: u64) -> u64 {
0 commit comments