Re: [PATCH v2, rs6000 4/4] Add compatible implementations of x86 SSSE3 intrinsics

2018-10-26 Thread Paul Clarke
On 10/26/2018 02:02 PM, Bill Schmidt wrote: > On 10/25/18 2:08 PM, Paul Clarke wrote: >> diff --git a/trunk/gcc/testsuite/gcc.target/powerpc/ssse3-check.h >> b/trunk/gcc/testsuite/gcc.target/powerpc/ssse3-check.h >> new file mode 10644 >> --- /dev/null(revision 0) >> +++

Re: [PATCH v2, rs6000 4/4] Add compatible implementations of x86 SSSE3 intrinsics

2018-10-26 Thread Bill Schmidt
On 10/25/18 2:08 PM, 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, copied from gcc.target/i386. > > Bootstrapped and tested on Linux POWER8 LE, POWER8 BE

Re: [PATCH v2, rs6000 4/4] Add compatible implementations of x86 SSSE3 intrinsics

2018-10-26 Thread Segher Boessenkool
On Thu, Oct 25, 2018 at 02:08:03PM -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, copied from gcc.target/i386. > > Bootstrapped and tested on Linux

[PATCH v2, rs6000 4/4] Add compatible implementations of x86 SSSE3 intrinsics

2018-10-25 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, copied from gcc.target/i386. Bootstrapped and tested on Linux POWER8 LE, POWER8 BE (64 & 32), and POWER7. OK for trunk?