diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2019-01-07 09:22:55 +0000 |
---|---|---|
committer | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2019-01-07 09:22:55 +0000 |
commit | ef8df4caec24669a11680aa1a696d470fb6177ba (patch) | |
tree | 9dba1ab3b1a201fb9def27373de916455325709a /gas/doc/c-arm.texi | |
parent | 7e9ca91e006d57bd39838ca5196c1bd0db3ef170 (diff) | |
download | gdb-ef8df4caec24669a11680aa1a696d470fb6177ba.zip gdb-ef8df4caec24669a11680aa1a696d470fb6177ba.tar.gz gdb-ef8df4caec24669a11680aa1a696d470fb6177ba.tar.bz2 |
[arm][gas] Add -mcpu support for Arm Ares
This adds support for the Arm Ares CPU in the arm port.
It implements the Armv8.2-A architecture with the relevant optional
features
of 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/tc-arm.c (arm_cpus): Add ares.
* doc/c-arm.texi (-mcpu): Document ares value.
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index c39af95..7026605 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -129,6 +129,7 @@ recognized: @code{cortex-a73}, @code{cortex-a75}, @code{cortex-a76}, +@code{ares}, @code{cortex-r4}, @code{cortex-r4f}, @code{cortex-r5}, |