Skip to content

Commit

Permalink
remove stdsimd feature flag for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
srijs committed Feb 12, 2024
1 parent e9c65bd commit 3580338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(
all(feature = "nightly", target_arch = "aarch64"),
feature(stdsimd, aarch64_target_feature)
feature(stdarch_arm_crc32)
)]

#[deny(missing_docs)]
Expand Down

0 comments on commit 3580338

Please sign in to comment.