Update arm.gni

This commit is contained in:
Alexander David Frick 2022-07-11 07:21:05 -05:00 committed by GitHub
parent 43c09518e5
commit ae61f729a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
arm_use_neon = "true" arm_use_neon = "true"
# Whether to enable optional NEON code paths. # 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 # Thumb is a reduced instruction set available on some ARM processors that
# has increased code density. # has increased code density.