misc: Add better default target-feature values for Android in ARM64 devices

This commit is contained in:
Jorge Martín
2025-11-11 13:35:27 +01:00
committed by Jorge Martin Espinosa
parent f61ba4f47c
commit a22caa32c0

View File

@@ -7,3 +7,7 @@ crates-io = "https://docs.rs/"
[unstable]
rustdoc-map = true
[target.aarch64-linux-android]
# These rust flags improve the performance on Android on arm64
rustflags = ["-C", "target-feature=+neon,+aes,+sha2,+sha3,+pmuv3"]