From 5843090627fef3c6b8ba3396c43343417df08513 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Mon, 5 Sep 2022 03:25:16 -0500 Subject: [PATCH] Update arm.gni --- arm/arm.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm/arm.gni b/arm/arm.gni index 90b036082..4786d73b9 100644 --- a/arm/arm.gni +++ b/arm/arm.gni @@ -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. @@ -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