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.
1 parent 2937f6f commit b173176Copy full SHA for b173176
crates/core_simd/src/swizzle_dyn.rs
@@ -30,6 +30,8 @@ where
30
use core::arch::arm::{uint8x8_t, vtbl1_u8};
31
#[cfg(target_arch = "wasm32")]
32
use core::arch::wasm32 as wasm;
33
+ #[cfg(target_arch = "wasm64")]
34
+ use core::arch::wasm64 as wasm;
35
#[cfg(target_arch = "x86")]
36
use core::arch::x86;
37
#[cfg(target_arch = "x86_64")]
0 commit comments