diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2018-11-07 17:55:27 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2018-11-07 17:55:27 +0000 |
commit | ce1485c1f7b8da3aa1f4177c92ae8e6af2fb4a3d (patch) | |
tree | d77698ae8f4a2363a80f40e196041a58062e99c0 /gcc/doc | |
parent | 72a7649aa53aa210bbe0d89f1ee083f7fcfc61d6 (diff) | |
download | gcc-ce1485c1f7b8da3aa1f4177c92ae8e6af2fb4a3d.zip gcc-ce1485c1f7b8da3aa1f4177c92ae8e6af2fb4a3d.tar.gz gcc-ce1485c1f7b8da3aa1f4177c92ae8e6af2fb4a3d.tar.bz2 |
[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
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index ae260c6..48c9706 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -15157,13 +15157,13 @@ Specify the name of the target processor for which GCC should tune the performance of the code. Permissible values for this option are: @samp{generic}, @samp{cortex-a35}, @samp{cortex-a53}, @samp{cortex-a55}, @samp{cortex-a57}, @samp{cortex-a72}, @samp{cortex-a73}, @samp{cortex-a75}, -@samp{cortex-a76}, @samp{exynos-m1}, @samp{falkor}, @samp{qdf24xx}, -@samp{saphira}, @samp{phecda}, @samp{xgene1}, @samp{vulcan}, @samp{thunderx}, -@samp{thunderxt88}, @samp{thunderxt88p1}, @samp{thunderxt81},@samp{tsv110}, -@samp{thunderxt83}, @samp{thunderx2t99}, @samp{cortex-a57.cortex-a53}, -@samp{cortex-a72.cortex-a53}, @samp{cortex-a73.cortex-a35}, -@samp{cortex-a73.cortex-a53}, @samp{cortex-a75.cortex-a55}, -@samp{cortex-a76.cortex-a55} +@samp{cortex-a76}, @samp{ares}, @samp{exynos-m1}, @samp{falkor}, +@samp{qdf24xx}, @samp{saphira}, @samp{phecda}, @samp{xgene1}, @samp{vulcan}, +@samp{thunderx}, @samp{thunderxt88}, @samp{thunderxt88p1}, @samp{thunderxt81}, +@samp{tsv110}, @samp{thunderxt83}, @samp{thunderx2t99}, +@samp{cortex-a57.cortex-a53}, @samp{cortex-a72.cortex-a53}, +@samp{cortex-a73.cortex-a35}, @samp{cortex-a73.cortex-a53}, +@samp{cortex-a75.cortex-a55}, @samp{cortex-a76.cortex-a55} @samp{native}. The values @samp{cortex-a57.cortex-a53}, @samp{cortex-a72.cortex-a53}, |