mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update arm.gni
This commit is contained in:
parent
49cd8cb80c
commit
9b569cff66
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue