Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2361)

Unified Diff: build/config/arm.gni

Issue 371853007: Fix optional neon support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-missing-files
Patch Set: Rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/arm.gni
diff --git a/build/config/arm.gni b/build/config/arm.gni
index d3ed3c605eca5d7c2e6c9a04246ade7201d99711..65cb160a535ab85146eb02a3838badc1f8465e82 100644
--- a/build/config/arm.gni
+++ b/build/config/arm.gni
@@ -21,7 +21,7 @@ if (cpu_arch == "arm") {
if (is_android) {
arm_use_neon = false
- arm_optionally_use_neon = false
+ arm_optionally_use_neon = true
} else {
arm_use_neon = true
arm_optionally_use_neon = true
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698