We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d31e614 + 2af622a commit 1576029Copy full SHA for 1576029
libcrux-intrinsics/src/avx2.rs
@@ -1,3 +1,5 @@
1
+#![cfg_attr(hax, allow(unused_unsafe))]
2
+
3
#[cfg(all(target_arch = "x86", not(hax)))]
4
pub use core::arch::x86::*;
5
#[cfg(all(target_arch = "x86_64", not(hax)))]
0 commit comments