Re: [PATCH][GCC][AArch64] Enable dotproduct by default for Armv8.4-a

2018-01-09 Thread James Greenhalgh
On Tue, Jan 09, 2018 at 10:36:23AM +, Tamar Christina wrote: > Hi All, > > This patch makes the Dot Product extension mandatory on Armv8.4-A. > > Regtested on aarch64-none-elf and no regressions. OK. Thanks, James > gcc/ > 2018-01-09 Tamar Christina > > * config/aarch64/aarch64.h

[PATCH][GCC][AArch64] Enable dotproduct by default for Armv8.4-a

2018-01-09 Thread Tamar Christina
Hi All, This patch makes the Dot Product extension mandatory on Armv8.4-A. Regtested on aarch64-none-elf and no regressions. gcc/ 2018-01-09 Tamar Christina * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_4): Add AARCH64_FL_DOTPROD. gcc/testsuite/ 2018-01-09 Tamar Christi