Update raspi_arm.gni

This commit is contained in:
Alexander David Frick 2022-08-24 23:21:30 -05:00 committed by GitHub
parent ad5bebf647
commit 49cd8cb80c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,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)