Skip to content

Commit 41266e4

Browse files
committed
fix hazmat on aarch64
1 parent 2d544bc commit 41266e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aes/src/hazmat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ macro_rules! if_intrinsics_available {
2727
))]
2828
if crate::features_aes::get() {
2929
#[cfg(target_arch = "aarch64")]
30-
use crate::armv8::hazmat as intrinsics;
30+
use crate::backends::aarch64_aes::hazmat as intrinsics;
3131
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
3232
use crate::backends::x86_aes::hazmat as intrinsics;
3333

0 commit comments

Comments
 (0)