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

Unified Diff: build/config/arm.gni

Issue 1888763002: Build 64bit browser for Android with clang for ARMv8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch Set 2 - Build 64bit browser for Android with clang for ARMv8 Created 4 years, 8 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
Index: build/config/arm.gni
diff --git a/build/config/arm.gni b/build/config/arm.gni
index d9d2eaede6946383ab04c31fa67f085981ec7962..0f65c0105da64664794902a474f36e3e2ca20af1 100644
--- a/build/config/arm.gni
+++ b/build/config/arm.gni
@@ -71,4 +71,6 @@ if (current_cpu == "arm") {
} else if (current_cpu == "arm64") {
# arm64 supports only "hard".
arm_float_abi = "hard"
+ arm_use_neon = true
+ arm_fpu = "cortex-a57+simd+crypto+fp+crc"
jochen (gone - plz use gerrit) 2016/05/10 05:18:35 Can you check that this results in the same flags
}

Powered by Google App Engine
This is Rietveld 408576698