DescriptionRevert 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
Committed: https://crrev.com/5d3069f38c1bbacbfc9d1ef672ea8c8dc9d12b3f
Cr-Commit-Position: refs/heads/master@{#394334}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Patch 2 : removed the complete else part #
Messages
Total messages: 15 (7 generated)
|