[AArch64] Add -mcpu/-mtune support for Arm Ares
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 7 Nov 2018 17:55:27 +0000 (17:55 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 7 Nov 2018 17:55:27 +0000 (17:55 +0000)
commitce1485c1f7b8da3aa1f4177c92ae8e6af2fb4a3d
treed77698ae8f4a2363a80f40e196041a58062e99c0
parent72a7649aa53aa210bbe0d89f1ee083f7fcfc61d6
[AArch64] Add -mcpu/-mtune support for Arm Ares

This adds support for the Arm Ares CPU for AArch64.
It implements the Armv8.2-A architecture with the optional features
of statistical profiling, dot product and FP16 on by default.

Note: Ares is a codename to enable early adopters and in time
we will add the final product name once it's announced.

* config/aarch64/aarch64-cores.def (ares): Define.
* config/aarch64/aarch64-tune.md: Regenerate.
* doc/invoke.texi (AArch64 Options): Document ares value for mtune.

From-SVN: r265880
gcc/ChangeLog
gcc/config/aarch64/aarch64-cores.def
gcc/config/aarch64/aarch64-tune.md
gcc/doc/invoke.texi