]> git.ipfire.org Git - thirdparty/gcc.git/commit
[rs6000] Add compatible implementations of x86 SSSE3 intrinsics
authorPaul A. Clarke <pc@us.ibm.com>
Fri, 26 Oct 2018 18:38:25 +0000 (18:38 +0000)
committerPaul Clarke <pc@gcc.gnu.org>
Fri, 26 Oct 2018 18:38:25 +0000 (18:38 +0000)
commitb1ddadacb897251343102842dbb9ce97d0bae73c
tree70c7c92e47d59b9c49b521d5face6a7e65574958
parent827651b0740936feea4f31d718a2175be128cc42
[rs6000] Add compatible implementations of x86 SSSE3 intrinsics

This is a follow-on to earlier commits for adding compatibility
implementations of x86 intrinsics for PPC64LE.  This is the first of
two patches.  This patch adds the 32 x86 intrinsics from
<tmmintrin.h> ("SSSE3").  (Patch 2/2 adds tests for these intrinsics,
and briefly describes the tests performed.)

gcc/ChangeLog:

2018-10-26  Paul A. Clarke  <pc@us.ibm.com>

* config/rs6000/tmmintrin.h: New file.
* config.gcc (powerpc*-*-*): Add tmmintrin.h to extra_headers.

From-SVN: r265542
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/tmmintrin.h [new file with mode: 0644]