https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109167

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <li...@gcc.gnu.org>:

https://gcc.gnu.org/g:1e20bb6737e1173a0c3ef3e9e48c0eda40985ded

commit r13-6871-g1e20bb6737e1173a0c3ef3e9e48c0eda40985ded
Author: Kewen Lin <li...@linux.ibm.com>
Date:   Sun Mar 26 21:43:39 2023 -0500

    rs6000: Make _mm_slli_si128 and _mm_bslli_si128 consistent [PR109167]

    As PR109167 shows, it's unexpected to have two different
    implementation ways for _mm_slli_si128 and _mm_bslli_si128,
    as gcc/config/i386/emmintrin.h they should be the same.  So
    this patch is to fix it accordingly.

            PR target/109167

    gcc/ChangeLog:

            * config/rs6000/emmintrin.h (_mm_bslli_si128): Move the
implementation
            from ...
            (_mm_slli_si128): ... here.  Change to call _mm_bslli_si128
directly.

    gcc/testsuite/ChangeLog:

            * gcc.target/powerpc/pr109167.c: New test.

Reply via email to