mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2025-12-24 00:01:03 -05:00
misc: Add better default target-feature values for Android in ARM64 devices
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
f61ba4f47c
commit
a22caa32c0
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user