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
43c09518e5
commit
ae61f729a4
1 changed files with 1 additions and 1 deletions
|
@ -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 = false
|
||||
arm_optionally_use_neon = true
|
||||
|
||||
# Thumb is a reduced instruction set available on some ARM processors that
|
||||
# has increased code density.
|
||||
|
|
Loading…
Reference in a new issue