Skip to content

Commit

Permalink
Remove use of stdsimd
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin authored and zowens committed Feb 6, 2024
1 parent d70d4e2 commit 8a78924
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
//! Otherwise, the crate will use `cpuid` at runtime to detect the
//! running CPU's features, and enable the appropiate algorithm.
#![cfg_attr(nightly, feature(stdsimd))]

mod combine;
mod hasher;
#[cfg(all(target_arch = "aarch64", nightly))]
Expand Down

0 comments on commit 8a78924

Please sign in to comment.