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 170e729 commit c0fd0caCopy full SHA for c0fd0ca
library/std/src/lib.rs
@@ -266,6 +266,7 @@
266
)]
267
#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
268
#![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
269
+#![cfg_attr(target_arch = "wasm64", feature(simd_wasm64))]
270
#![cfg_attr(
271
all(any(target_arch = "x86_64", target_arch = "x86"), target_os = "uefi"),
272
feature(stdarch_x86_has_cpuid)
@@ -348,7 +349,6 @@
348
349
#![feature(prelude_2024)]
350
#![feature(ptr_as_uninit)]
351
#![feature(ptr_mask)]
-#![feature(simd_wasm64)]
352
#![feature(slice_internals)]
353
#![feature(slice_ptr_get)]
354
#![feature(slice_range)]
0 commit comments