Skip to content

Commit 1ee5288

Browse files
daxpeddaAmanieu
authored andcommitted
Remove last mention of stdsimd
1 parent 5f94a7d commit 1ee5288

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

crates/std_detect/src/lib.rs

+1-8
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@
2020
#![cfg_attr(test, allow(unused_imports))]
2121
#![no_std]
2222
#![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))]
2723
#![cfg_attr(
28-
all(
29-
any(target_arch = "x86", target_arch = "x86_64"),
30-
feature = "rustc-dep-of-std"
31-
),
24+
any(target_arch = "x86", target_arch = "x86_64"),
3225
feature(stdarch_x86_has_cpuid)
3326
)]
3427

0 commit comments

Comments
 (0)