mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update raspi_arm.gni
This commit is contained in:
parent
1e19f69f1c
commit
433d94a56b
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
|
|||
arm_tune = "cortex-a72"
|
||||
|
||||
# Whether to use the neon FPU instruction set or not.
|
||||
arm_use_neon = "true"
|
||||
arm_use_neon = true
|
||||
|
||||
# Whether to enable optional NEON code paths.
|
||||
arm_optionally_use_neon = true
|
||||
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue