Update arm.gni

This commit is contained in:
Alexander David Frick 2022-07-12 18:25:11 -05:00 committed by GitHub
parent 4c477e481d
commit 77bdc45333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.