We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stdsimd
1 parent 0d2621f commit d507264Copy full SHA for d507264
src/lib.rs
@@ -5,7 +5,7 @@
5
//! crate](https://github.com/BurntSushi/aho-corasick).
6
7
#![warn(missing_docs)]
8
-#![cfg_attr(target_arch = "aarch64", feature(stdsimd))]
+// Will be stabilized in 1.61.0 with https://github.com/rust-lang/rust/pull/90621
9
#![cfg_attr(target_arch = "aarch64", feature(aarch64_target_feature))]
10
11
/// Substring search implementations using aarch64 architecture features.
0 commit comments