Skip to content

Commit 3292cd0

Browse files
committed
Break CI as possible
Is `assert_instr` working properly?
1 parent 6a1fb99 commit 3292cd0

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
@@ -184,7 +184,7 @@ pub fn aes64ks2(rs1: u64, rs2: u64) -> u64 {
184184
///
185185
/// Section: 3.9
186186
#[target_feature(enable = "zkne", enable = "zknd")]
187-
#[cfg_attr(test, assert_instr(aes64im))]
187+
#[cfg_attr(test, assert_instr(aes64ks2))] // intentionally broken
188188
#[inline]
189189
#[unstable(feature = "riscv_ext_intrinsics", issue = "114544")]
190190
pub fn aes64im(rs1: u64) -> u64 {

0 commit comments

Comments
 (0)