]> git.ipfire.org Git - thirdparty/gcc.git/commit
[AArch64] Add -mcpu/-mtune support for Arm Ares
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2018 17:55:27 +0000 (17:55 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2018 17:55:27 +0000 (17:55 +0000)
commit02839a9aaff5e2d12c1a78aa552cd149beb79206
treed77698ae8f4a2363a80f40e196041a58062e99c0
parent551e77813174f0970f95854847e0d64f1b06104d
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265880 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64-cores.def
gcc/config/aarch64/aarch64-tune.md
gcc/doc/invoke.texi