Re: [PATCH][AArch64] Add support for Arm Cortex-A76

2018-06-27 Thread James Greenhalgh
On Wed, Jun 27, 2018 at 04:50:33AM -0500, Kyrill Tkachov wrote: > Hi all, > > The Cortex-A76 is an Armv8.2-A processor with dotproduct and FP16 support. > It can be paired with the Cortex-A55 and hence the option > -mcpu/-mtune=cortex-a76.cortex-a55 is also introduced. > > Bootstrapped and tested

[PATCH][AArch64] Add support for Arm Cortex-A76

2018-06-27 Thread Kyrill Tkachov
Hi all, The Cortex-A76 is an Armv8.2-A processor with dotproduct and FP16 support. It can be paired with the Cortex-A55 and hence the option -mcpu/-mtune=cortex-a76.cortex-a55 is also introduced. Bootstrapped and tested on aarch64-none-linux-gnu. Ok for trunk? Thanks, Kyrill 2018-06-27 Kyryl