Re: [PATCH V2 10/11] Add support for -mcpu=future

2024-11-14 Thread Peter Bergner
On 11/8/24 1:56 PM, Michael Meissner wrote: > This patch adds the support that can be used in developing GCC support for > future PowerPC processors. We used to have support for -mcpu=future. Unfortunately when we added Power10 support, rather than adding new support for the -mcpu=power10 option,

[PATCH V2 10/11] Add support for -mcpu=future

2024-11-08 Thread Michael Meissner
This patch adds the support that can be used in developing GCC support for future PowerPC processors. 2024-11-06 Michael Meissner * config.gcc (powerpc*-*-*): Add support for --with-cpu=future. * config/rs6000/aix71.h (ASM_CPU_SPEC): Add support for -mcpu=future. * conf