chromium-src-build/config/compiler
khasim.mohammed 842fb0e8f5 Revert arm_fpu flags for arm64
Tried to set arm_fpu to "cortex-a57+simd+crypto+fp+crc" for clang

These lines also affect GCC which is used to ship official chrome,
All ARMv8 implementations would support SIMD and FP by default, but
crypto is optional, so the code generated might fail on devices which
do not support crypto also adding cortex-a57 and using on cortex-a53
or vice versa might generate code that is going to be slower.

So we decided to revert this patch.

BUG : http://crbug.com/539781

BUG=539781
R=thakis@chromium.org
TEST=download apk to ARMv8 board and launch

Review-Url: https://codereview.chromium.org/1987733002
Cr-Original-Commit-Position: refs/heads/master@{#394334}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 5d3069f38c1bbacbfc9d1ef672ea8c8dc9d12b3f
2016-05-18 04:21:31 +00:00
..
BUILD.gn Revert arm_fpu flags for arm64 2016-05-18 04:21:31 +00:00
compiler.gni Revert of 👻 Merge android's use_gold settings with the main use_gold GN arg logic (patchset #2 id:20001 of https://codereview.chromium.org/1972183003/ ) 2016-05-14 20:27:23 +00:00