Skip to content

Commit d507264

Browse files
committed
Don't enable stdsimd feature on aarch64 since intrinsics are now stable
1 parent 0d2621f commit d507264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! crate](https://github.com/BurntSushi/aho-corasick).
66
77
#![warn(missing_docs)]
8-
#![cfg_attr(target_arch = "aarch64", feature(stdsimd))]
8+
// Will be stabilized in 1.61.0 with https://github.com/rust-lang/rust/pull/90621
99
#![cfg_attr(target_arch = "aarch64", feature(aarch64_target_feature))]
1010

1111
/// Substring search implementations using aarch64 architecture features.

0 commit comments

Comments
 (0)