r265880 - in /trunk/gcc: ChangeLog config/aarch...

ktkachov@gcc.gnu.org ktkachov@gcc.gnu.org
Wed Nov 7 17:55:00 GMT 2018


Author: ktkachov
Date: Wed Nov  7 17:55:27 2018
New Revision: 265880

URL: https://gcc.gnu.org/viewcvs?rev=265880&root=gcc&view=rev
Log:
[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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64-cores.def
    trunk/gcc/config/aarch64/aarch64-tune.md
    trunk/gcc/doc/invoke.texi



More information about the Gcc-cvs mailing list