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

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 5: Keep -fno-integrated-as as ARMv7 needs it Created 4 years, 7 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"
Primiano Tucci (use gerrit) 2016/05/16 11:34:41 If I read this code correctly, these lines will al
}

Powered by Google App Engine
This is Rietveld 408576698