Skip to content

Commit 5e3f672

Browse files
committed
fix aarch64_neon_prefetch feature
1 parent 9727419 commit 5e3f672

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#![deny(missing_docs)]
1515
#![cfg_attr(not(feature = "std"), no_std)]
1616
#![cfg_attr(docsrs, feature(doc_cfg))]
17+
#![cfg_attr(feature = "aarch64_neon_prefetch", feature(stdarch_aarch64_prefetch))]
1718

1819
//! Blazingly fast API-compatible UTF-8 validation for Rust using SIMD extensions, based on the implementation from
1920
//! [simdjson](https://github.com/simdjson/simdjson). Originally ported to Rust by the developers of [simd-json.rs](https://simd-json.rs), but now heavily improved.

0 commit comments

Comments
 (0)