Remove last mention of stdsimd
This commit is contained in:
parent
122674ff51
commit
1e8274d34d
1 changed files with 1 additions and 8 deletions
|
|
@ -20,15 +20,8 @@
|
|||
#![cfg_attr(test, allow(unused_imports))]
|
||||
#![no_std]
|
||||
#![allow(internal_features)]
|
||||
// Temporary hack: needed to build against toolchains from before the mass feature renaming.
|
||||
// Remove this as soon as the stdarch submodule is updated on nightly.
|
||||
#![allow(stable_features)]
|
||||
#![cfg_attr(not(feature = "rustc-dep-of-std"), feature(stdsimd))]
|
||||
#![cfg_attr(
|
||||
all(
|
||||
any(target_arch = "x86", target_arch = "x86_64"),
|
||||
feature = "rustc-dep-of-std"
|
||||
),
|
||||
any(target_arch = "x86", target_arch = "x86_64"),
|
||||
feature(stdarch_x86_has_cpuid)
|
||||
)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue