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
4c477e481d
commit
77bdc45333
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
|
|||
arm_tune = ""
|
||||
|
||||
# Whether to use the neon FPU instruction set or not.
|
||||
arm_use_neon = "true"
|
||||
arm_use_neon = ""
|
||||
|
||||
# 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