Re: [PATCH 0/3][rs6000] x86-compat vector intrinsics fixes for BE, 32bit

2018-12-04 Thread Segher Boessenkool
On Tue, Dec 04, 2018 at 08:58:15AM -0600, Paul Clarke wrote: > Many of the tests for the x86-compatible vector intrinsics implementations > were protected by "#ifdef __BUILTIN_CPU_SUPPORTS__", which is only enabled > with recent enough glibc that in most environments, the test were silently > passi

[PATCH 0/3][rs6000] x86-compat vector intrinsics fixes for BE, 32bit

2018-12-04 Thread Paul Clarke
Many of the tests for the x86-compatible vector intrinsics implementations were protected by "#ifdef __BUILTIN_CPU_SUPPORTS__", which is only enabled with recent enough glibc that in most environments, the test were silently passing without actually testing anything. Patches which follow: 01: Fix