Skip to content

Commit

Permalink
Remove usage of the stdsimd feature
Browse files Browse the repository at this point in the history
This feature is removed from the Nightly and should be removed as well
from this crate.
  • Loading branch information
a4lg committed Feb 25, 2024
1 parent e6faaba commit 02e3b3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/uuid-simd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#![doc=vsimd::shared_docs!()]
//
#![cfg_attr(not(any(feature = "std", test)), no_std)]
#![cfg_attr(feature = "unstable", feature(stdsimd))]
#![cfg_attr(feature = "unstable", feature(arm_target_feature))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(test, deny(warnings))]
Expand Down
1 change: 0 additions & 1 deletion crates/vsimd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![cfg_attr(not(any(test, feature = "std")), no_std)]
#![cfg_attr(
feature = "unstable",
feature(stdsimd),
feature(arm_target_feature),
feature(portable_simd),
feature(inline_const),
Expand Down

0 comments on commit 02e3b3b

Please sign in to comment.