Re: [PATCH] PowerPC: Add future hwcap2 bits

2020-06-05 Thread Segher Boessenkool
Hi! On Thu, Jun 04, 2020 at 10:11:29PM -0400, Michael Meissner wrote: > This patch adds support for the two new HWCAP2 fields used by the > __builtin_cpu_supports function. It adds support in the target_clones > attribute for -mcpu=future. > --- a/gcc/config/rs6000/rs6000-call.c > +++ b/gcc/conf

[PATCH] PowerPC: Add future hwcap2 bits

2020-06-04 Thread Michael Meissner via Gcc-patches
This patch adds support for the two new HWCAP2 fields used by the __builtin_cpu_supports function. It adds support in the target_clones attribute for -mcpu=future. The two new __builtin_cpu_supports tests are: __builtin_cpu_supports ("isa_3_1") __builtin_cpu_supports ("mma") The