[Bug target/87467] Incorrect function parameter for _mm512_abs_pd in `include/avx512fintrin.h`

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Sep 29 18:16:00 GMT 2018


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Sep 29 16:28:53 2018
New Revision: 264714

URL: https://gcc.gnu.org/viewcvs?rev=264714&root=gcc&view=rev
Log:
        PR target/87467
        * config/i386/avx512fintrin.h (_mm512_abs_pd, _mm512_mask_abs_pd): Use
        __m512d type for __A argument rather than __m512.

        * gcc.target/i386/avx512f-abspd-1.c (SIZE): Divide by two.
        (CALC): Use double instead of float.
        (TEST): Adjust to test _mm512_abs_pd and _mm512_mask_abs_pd rather than
        _mm512_abs_ps and _mm512_mask_abs_ps.

Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config/i386/avx512fintrin.h
    branches/gcc-7-branch/gcc/testsuite/ChangeLog
    branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/avx512f-abspd-1.c


More information about the Gcc-bugs mailing list