Skip to content

Commit

Permalink
Add back feature for SIMD on AARCH64
Browse files Browse the repository at this point in the history
  • Loading branch information
zowens committed Feb 6, 2024
1 parent f644c8a commit 0e2e9c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
//! Otherwise, the crate will use `cpuid` at runtime to detect the
//! running CPU's features, and enable the appropiate algorithm.
#![cfg_attr(all(target_arch = "aarch64", nightly), feature(stdarch_arm_crc32))]

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

0 comments on commit 0e2e9c1

Please sign in to comment.