Re: [PATCH, rs6000] 2/2 Add x86 SSE3 intrinsics to GCC PPC64LE target

2018-10-05 Thread Segher Boessenkool
On Fri, Oct 05, 2018 at 10:54:18AM -0500, Paul Clarke wrote: > On 10/05/2018 04:20 AM, Segher Boessenkool wrote: > >> @@ -0,0 +1,49 @@ > >> +/* { dg-do compile } */ > >> +/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */ > >> +/* { dg-options "-O3 -mdirect-move" } */ > > > > -mdirect-m

Re: [PATCH, rs6000] 2/2 Add x86 SSE3 intrinsics to GCC PPC64LE target

2018-10-05 Thread Paul Clarke
On 10/05/2018 04:20 AM, Segher Boessenkool wrote: > On Tue, Oct 02, 2018 at 09:12:07AM -0500, Paul Clarke wrote: >> This is part 2/2 for contributing PPC64LE support for X86 SSE3 >> instrisics. This patch includes testsuite/gcc.target tests for the >> intrinsics defined in pmmintrin.h. >> >> Teste

Re: [PATCH, rs6000] 2/2 Add x86 SSE3 intrinsics to GCC PPC64LE target

2018-10-05 Thread Segher Boessenkool
Hi! On Tue, Oct 02, 2018 at 09:12:07AM -0500, Paul Clarke wrote: > This is part 2/2 for contributing PPC64LE support for X86 SSE3 > instrisics. This patch includes testsuite/gcc.target tests for the > intrinsics defined in pmmintrin.h. > > Tested on POWER8 ppc64le and ppc64 (-m64 and -m32, the l

[PATCH, rs6000] 2/2 Add x86 SSE3 intrinsics to GCC PPC64LE target

2018-10-02 Thread Paul Clarke
This is part 2/2 for contributing PPC64LE support for X86 SSE3 instrisics. This patch includes testsuite/gcc.target tests for the intrinsics defined in pmmintrin.h. Tested on POWER8 ppc64le and ppc64 (-m64 and -m32, the latter only reporting 10 new unsupported tests.) [gcc/testsuite] 2018-10-01