Update arm.gni

This commit is contained in:
Alexander David Frick 2022-08-24 23:22:07 -05:00 committed by GitHub
parent 9b569cff66
commit d9ace90b09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
} else if (current_cpu == "arm64" || v8_current_cpu == "arm64") {
# arm64 supports only "hard".
arm_float_abi = "hard"
arm_use_neon = true
arm_use_neon = "true"
declare_args() {
# Enables the new Armv8 branch protection features. Valid strings are:
# - "pac": Enables Pointer Authentication Code (PAC, featured in Armv8.3)