]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/doc/c-arm.texi
[arm][gas] Add -mcpu support for Arm Ares
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 7 Jan 2019 09:22:55 +0000 (09:22 +0000)
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 7 Jan 2019 09:22:55 +0000 (09:22 +0000)
commitef8df4caec24669a11680aa1a696d470fb6177ba
tree9dba1ab3b1a201fb9def27373de916455325709a
parent7e9ca91e006d57bd39838ca5196c1bd0db3ef170
[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.
gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi