Skip to content

Commit 269cecc

Browse files
authored
Merge pull request rust-lang#1918 from a4lg/riscv-aes64im-lower-requirements
RISC-V: "Lower" requirements of `aes64im`
2 parents 342a73b + e54cc43 commit 269cecc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

library/stdarch/crates/core_arch/src/riscv64/zk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pub fn aes64ks2(rs1: u64, rs2: u64) -> u64 {
176176
/// Version: v1.0.1
177177
///
178178
/// Section: 3.9
179-
#[target_feature(enable = "zkne", enable = "zknd")]
179+
#[target_feature(enable = "zknd")]
180180
#[cfg_attr(test, assert_instr(aes64im))]
181181
#[inline]
182182
#[unstable(feature = "riscv_ext_intrinsics", issue = "114544")]

0 commit comments

Comments
 (0)