Re: [PATCH V2 3/11] Do not allow -mvsx to boost processor to power7.

2024-11-14 Thread Peter Bergner
On 11/8/24 1:48 PM, Michael Meissner wrote: > This patch restructures the code so that -mvsx for example will not silently > convert the processor to power7. The user must now use -mcpu=power7 or > higher. > This means if the user does -mvsx and the default processor does not have VSX > support,

[PATCH V2 3/11] Do not allow -mvsx to boost processor to power7.

2024-11-08 Thread Michael Meissner
This patch restructures the code so that -mvsx for example will not silently convert the processor to power7. The user must now use -mcpu=power7 or higher. This means if the user does -mvsx and the default processor does not have VSX support, it will be an error. I have built both big endian and