Skip to content

Commit b173176

Browse files
committed
wasm64 build with target-feature=+simd128,+atomics
1 parent 2937f6f commit b173176

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/core_simd/src/swizzle_dyn.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ where
3030
use core::arch::arm::{uint8x8_t, vtbl1_u8};
3131
#[cfg(target_arch = "wasm32")]
3232
use core::arch::wasm32 as wasm;
33+
#[cfg(target_arch = "wasm64")]
34+
use core::arch::wasm64 as wasm;
3335
#[cfg(target_arch = "x86")]
3436
use core::arch::x86;
3537
#[cfg(target_arch = "x86_64")]

0 commit comments

Comments
 (0)