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.
stdsimd
1 parent 894fe28 commit 308f5deCopy full SHA for 308f5de
crates/std_detect/src/lib.rs
@@ -20,10 +20,6 @@
20
#![cfg_attr(test, allow(unused_imports))]
21
#![no_std]
22
#![allow(internal_features)]
23
-// Temporary hack: needed to build against toolchains from before the mass feature renaming.
24
-// Remove this as soon as the stdarch submodule is updated on nightly.
25
-#![allow(stable_features)]
26
-#![cfg_attr(not(feature = "rustc-dep-of-std"), feature(stdsimd))]
27
#![cfg_attr(
28
all(
29
any(target_arch = "x86", target_arch = "x86_64"),
0 commit comments