mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update arm.gni
This commit is contained in:
parent
8677df5053
commit
6f07f13faf
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
|
|||
|
||||
# The ARM architecture. This will be a string like "armv6" or "armv7-a".
|
||||
# An empty string means to use the default for the arm_version.
|
||||
arm_arch = "armv8.5-a"
|
||||
arm_arch = ""
|
||||
|
||||
# The ARM floating point hardware. This will be a string like "neon" or
|
||||
# "vfpv3". An empty string means to use the default for the arm_version.
|
||||
|
@ -31,7 +31,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
|
|||
arm_use_neon = "true"
|
||||
|
||||
# Whether to enable optional NEON code paths.
|
||||
arm_optionally_use_neon = true
|
||||
arm_optionally_use_neon = false
|
||||
|
||||
# Thumb is a reduced instruction set available on some ARM processors that
|
||||
# has increased code density.
|
||||
|
|
Loading…
Reference in a new issue