]> git.ipfire.org Git - thirdparty/gcc.git/commit
[arm] Add support for Arm Ares
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2018 17:56:51 +0000 (17:56 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2018 17:56:51 +0000 (17:56 +0000)
commit8476ce07cffb2c19d215c0549d84a1006d313549
treec23796561f00c4bde916d8b1a4a4f5a8ea2728b6
parent02839a9aaff5e2d12c1a78aa552cd149beb79206
[arm] Add support for Arm Ares

This adds support for the Arm Ares CPU for in the arm port.
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/arm/arm-cpus.in (ares): New entry.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm-tune.md: Likewise.
* doc/invoke.texi (ARM Options): Document ares.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265881 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm-cpus.in
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm-tune.md
gcc/doc/invoke.texi