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

Unified Diff: build/config/arm.gni

Issue 1987733002: Revert arm_fpu flags for arm64 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch 2 : removed the complete else part 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
« no previous file with comments | « no previous file | 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 18f923d5174a93e348b4dbfb27b1b02b9b9d314d..d16c0d2a3b798168a2931286583aa333e3dea8b4 100644
--- a/build/config/arm.gni
+++ b/build/config/arm.gni
@@ -90,5 +90,4 @@ if (target_cpu == "arm" || current_cpu == "arm") {
# arm64 supports only "hard".
arm_float_abi = "hard"
arm_use_neon = true
- arm_fpu = "cortex-a57+simd+crypto+fp+crc"
}
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698