Re: [PATCH, rs6000 1/2] Add compatible implementations of x86 SSSE3 intrinsics

2018-10-22 Thread Segher Boessenkool
Hi Paul, On Mon, Oct 22, 2018 at 01:25:57PM -0500, Paul Clarke wrote: > This is a follow-on to earlier commits for adding compatibility > implementations of x86 intrinsics for PPC64LE. This patch adds > the 32 x86 intrinsics from ("SSSE3"). > +extern __inline __m64 __attribute__((__gnu_inline__

[PATCH, rs6000 1/2] Add compatible implementations of x86 SSSE3 intrinsics

2018-10-22 Thread Paul Clarke
This is a follow-on to earlier commits for adding compatibility implementations of x86 intrinsics for PPC64LE. This patch adds the 32 x86 intrinsics from ("SSSE3"). (Patch 2/2 adds tests for these intrinsics, and briefly describes the tests performed.) ./gcc/ChangeLog: 2018-10-22 Paul A. Clar