Re: [PATCH, rs6000] Fix VSX/altivec assumptions in altivec-13.c testcase

2018-01-31 Thread Segher Boessenkool
On Tue, Jan 30, 2018 at 04:43:20PM -0600, Will Schmidt wrote: > Hi, > Some VSX function has previosly crept into the altivec-13 testcase. In > particular, > anything 'vector long long' and 'vector double', causing issues on platforms > without > VSX support. So, break that content out into i

[PATCH, rs6000] Fix VSX/altivec assumptions in altivec-13.c testcase

2018-01-30 Thread Will Schmidt
Hi, Some VSX function has previosly crept into the altivec-13 testcase. In particular, anything 'vector long long' and 'vector double', causing issues on platforms without VSX support. So, break that content out into it's own testcase, allowing better testcase coverage. Sniff-tested on Pow