about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorwooden-worm <93303706+wooden-worm@users.noreply.github.com>2024-06-23 22:58:30 -0700
committerwooden-worm <93303706+wooden-worm@users.noreply.github.com>2024-06-23 22:58:30 -0700
commit82c5cdc6b1de77634d63faacd6b606c99e816316 (patch)
treeb55b848d9df33766cab0ebbdb4ff168d164c9338 /library/std/src/lib.rs
parent25c9f2ca06d6d8d5f314362ffd17e71a8df55546 (diff)
downloadrust-82c5cdc6b1de77634d63faacd6b606c99e816316.tar.gz
rust-82c5cdc6b1de77634d63faacd6b606c99e816316.zip
wasm64 build with target-feature=+simd128,+atomics
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 80f67838ac0..f67e4a050cf 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -266,6 +266,7 @@
 )]
 #![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
 #![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
+#![cfg_attr(target_arch = "wasm64", feature(simd_wasm64))]
 #![cfg_attr(
     all(any(target_arch = "x86_64", target_arch = "x86"), target_os = "uefi"),
     feature(stdarch_x86_has_cpuid)