842fb0e8f5
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 |
||
---|---|---|
.. | ||
BUILD.gn | ||
compiler.gni |