RE: [aarch64] Enable FP16 feature by default for Armv9

2022-03-08 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Andre Vieira (lists) > Sent: Tuesday, March 8, 2022 3:20 PM > To: gcc-patches@gcc.gnu.org > Cc: Richard Sandiford ; Kyrylo Tkachov > > Subject: [aarch64] Enable FP16 feature by default for Armv9 > > Hi all, > > This pa

[aarch64] Enable FP16 feature by default for Armv9

2022-03-08 Thread Andre Vieira (lists) via Gcc-patches
Hi all, This patch adds the feature bit for FP16 to the feature set for Armv9 since Armv9 requires SVE to be implemented and SVE requires FP16 to be implemented. 2022-03-04  Andre Vieira      * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH9): Add FP16 feature bit. diff --git