Skip to content

Commit 5340bcf

Browse files
committed
Expect Broken CI: Part 1 (again)
1 parent 7b54614 commit 5340bcf

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/riscv64

1 file changed

+1
-1
lines changed

crates/core_arch/src/riscv64/zk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ pub fn aes64ks2(rs1: u64, rs2: u64) -> u64 {
183183
/// Version: v1.0.1
184184
///
185185
/// Section: 3.9
186-
#[cfg_attr(test, assert_instr(aes64im))]
186+
#[cfg_attr(test, assert_instr(aes64ks2))]
187187
#[inline]
188188
#[unstable(feature = "riscv_ext_intrinsics", issue = "114544")]
189189
pub fn aes64im(rs1: u64) -> u64 {

0 commit comments

Comments
 (0)