diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2018-11-07 17:56:51 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2018-11-07 17:56:51 +0000 |
commit | 6279fcd66fa8dd5b6e8fc78845931bfe72593907 (patch) | |
tree | c23796561f00c4bde916d8b1a4a4f5a8ea2728b6 /gcc/doc | |
parent | ce1485c1f7b8da3aa1f4177c92ae8e6af2fb4a3d (diff) | |
download | gcc-6279fcd66fa8dd5b6e8fc78845931bfe72593907.zip gcc-6279fcd66fa8dd5b6e8fc78845931bfe72593907.tar.gz gcc-6279fcd66fa8dd5b6e8fc78845931bfe72593907.tar.bz2 |
[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.
From-SVN: r265881
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 48c9706..d252b28 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -16708,8 +16708,8 @@ Permissible names are: @samp{arm2}, @samp{arm250}, @samp{cortex-a9}, @samp{cortex-a12}, @samp{cortex-a15}, @samp{cortex-a17}, @samp{cortex-a32}, @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{cortex-r4}, @samp{cortex-r4f}, @samp{cortex-r5}, -@samp{cortex-r7}, @samp{cortex-r8}, @samp{cortex-r52}, +@samp{cortex-a76}, @samp{ares}, @samp{cortex-r4}, @samp{cortex-r4f}, +@samp{cortex-r5}, @samp{cortex-r7}, @samp{cortex-r8}, @samp{cortex-r52}, @samp{cortex-m33}, @samp{cortex-m23}, @samp{cortex-m7}, |