Skip to content

Commit 1576029

Browse files
Merge pull request #1109 from Parrot7483/safe-simd
Remove unsafe expression on safe AVX2 instructions
2 parents d31e614 + 2af622a commit 1576029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcrux-intrinsics/src/avx2.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg_attr(hax, allow(unused_unsafe))]
2+
13
#[cfg(all(target_arch = "x86", not(hax)))]
24
pub use core::arch::x86::*;
35
#[cfg(all(target_arch = "x86_64", not(hax)))]

0 commit comments

Comments
 (0)