Re: [PATCH V2 11/11] Add -mcpu=future tuning support.

2024-11-14 Thread Peter Bergner
On 11/8/24 1:57 PM, Michael Meissner wrote: > This patch makes -mtune=future use the same tuning decision as -mtune=power11. > > 2024-11-06 Michael Meissner > > gcc/ > > * config/rs6000/power10.md (all reservations): Add future as an > alterntive to power10 and power11. Obviously

[PATCH V2 11/11] Add -mcpu=future tuning support.

2024-11-08 Thread Michael Meissner
This patch makes -mtune=future use the same tuning decision as -mtune=power11. 2024-11-06 Michael Meissner gcc/ * config/rs6000/power10.md (all reservations): Add future as an alterntive to power10 and power11. --- gcc/config/rs6000/power10.md | 144 +-