[Arm] Set Armv7-A tune to Cortex-A53
commit24851701582dd5d3cfb39d946c949289756b7553
authorWilco Dijkstra <wdijkstr@arm.com>
Tue, 19 Nov 2019 14:20:12 +0000 (19 14:20 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Tue, 19 Nov 2019 14:20:12 +0000 (19 14:20 +0000)
treecf831d70c50c06f72d72675238fc8dd16d297389
parent89842a5104770789045e4a89fd9e0eaa31abf6a8
[Arm] Set Armv7-A tune to Cortex-A53

By default Armv7-A tunes for Cortex-A8. This is an ancient core
today and the settings are no longer useful for newer cores. So
switch to Cortex-A53 tuning since it works well across a wide range
of modern cores.

On SPECINT2006 the performance gain is 0.7% compared to Cortex-A8 tuning,
and codesize reduces by 0.2%.

    gcc/
* config/arm/arm-cpus.in (armv7): Set tune to Cortex-A53.
(armv7-a): Likewise.
(armv7ve): Likewise.

From-SVN: r278447
gcc/ChangeLog
gcc/config/arm/arm-cpus.in