Re: [PATCH 0/8] aarch64: Add new flags for existing features

2024-10-04 Thread Andrew Pinski
On Fri, Oct 4, 2024 at 10:51 AM Andrew Carlotti wrote: > > This patch series adds 7 new flags for features that were previously available > in GCC only as part of an architecture version. It also fixes one other > instance where an architecture version was used in a check instead of a > feature

[PATCH 0/8] aarch64: Add new flags for existing features

2024-10-04 Thread Andrew Carlotti
This patch series adds 7 new flags for features that were previously available in GCC only as part of an architecture version. It also fixes one other instance where an architecture version was used in a check instead of a feature flag. Bootstrapped and regression tested as a whole on aarch64. I