Skip to content

Commit

Permalink
Remove last mention of stdsimd
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Feb 6, 2024
1 parent 894fe28 commit 308f5de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/std_detect/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
#![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"),
Expand Down

0 comments on commit 308f5de

Please sign in to comment.