From 2d57477880b1cd288bd87893a34c7a986d096b8f Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Wed, 24 Aug 2022 23:46:17 -0500 Subject: [PATCH] Update arm.gni --- arm/build/config/arm.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm/build/config/arm.gni b/arm/build/config/arm.gni index f1c968d5..2524aa87 100644 --- a/arm/build/config/arm.gni +++ b/arm/build/config/arm.gni @@ -127,7 +127,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") { } else if (current_cpu == "arm64" || v8_current_cpu == "arm64") { # arm64 supports only "hard". arm_float_abi = "hard" - arm_use_neon = "true" + arm_use_neon = true declare_args() { # Enables the new Armv8 branch protection features. Valid strings are: # - "pac": Enables Pointer Authentication Code (PAC, featured in Armv8.3)