Re: [PATCH, rs6000] Don't use __vector __m64 for compatibility reasons

2018-10-20 Thread Segher Boessenkool
Hi Bill, On Fri, Oct 19, 2018 at 04:22:56PM -0500, Bill Schmidt wrote: > For historical reasons, there are different interpretations of whether a > type "__vector " is allowed when is a typedef. For maximum > compatibility between compilers, this patch removes some such cases from > the x86 intr

[PATCH, rs6000] Don't use __vector __m64 for compatibility reasons

2018-10-19 Thread Bill Schmidt
Hi, For historical reasons, there are different interpretations of whether a type "__vector " is allowed when is a typedef. For maximum compatibility between compilers, this patch removes some such cases from the x86 intrinsic compatibility headers. Bootstrapped and tested on powerpc64le-linux-