Skip to content

Commit

Permalink
Remove stdarch_arm_crc32 feature as it is now stable (#566)
Browse files Browse the repository at this point in the history
Fixes #565
  • Loading branch information
pbdeuchler authored Jun 11, 2024
1 parent 30419d0 commit 4968e81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#![cfg_attr(pf_rustc_nightly, allow(internal_features))]
#![cfg_attr(pf_rustc_nightly, feature(link_llvm_intrinsics, core_intrinsics))]
#![cfg_attr(all(target_arch = "aarch64", pf_rustc_nightly), feature(stdarch_arm_crc32))]
#![cfg_attr(pf_rustc_nightly, feature(simd_ffi))]

//! A minimal SIMD abstraction, usable outside of Pathfinder.
Expand Down

0 comments on commit 4968e81

Please sign in to comment.