Skip to content

Commit

Permalink
Update arm.gni
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Sep 5, 2022
1 parent be53fde commit 5843090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm/arm.gni
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
declare_args() {
# Version of the ARM processor when compiling on ARM. Ignored on non-ARM
# platforms.
arm_version = 7
arm_version = 8

# 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.
Expand All @@ -29,7 +29,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
arm_tune = ""

# Whether to use the neon FPU instruction set or not.
arm_use_neon = ""
arm_use_neon = false

# Whether to enable optional NEON code paths.
arm_optionally_use_neon = false
Expand Down

0 comments on commit 5843090

Please sign in to comment.