This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH][arm][gas] Add -mcpu support for Arm Ares
- From: Ramana Radhakrishnan <ramana dot gcc at googlemail dot com>
- To: Kyrill Tkachov <kyrylo dot tkachov at foss dot arm dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Mon, 7 Jan 2019 09:19:01 +0000
- Subject: Re: [PATCH][arm][gas] Add -mcpu support for Arm Ares
- References: <5C33173F.8070206@foss.arm.com>
On Mon, Jan 7, 2019 at 9:09 AM Kyrill Tkachov
<kyrylo.tkachov@foss.arm.com> wrote:
>
> Hi all,
>
> 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.
>
> Tested with check-gas on arm-none-eabi
>
> Ok for master (2.32)?
>
Ok.
Ramana
> Thanks,
> Kyrill
>
> 2019-01-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
>
> * config/tc-arm.c (arm_cpus): Add ares.
> * doc/c-arm.texi (-mcpu): Document ares value.