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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Sep 29 16:09:59 2018
New Revision: 264713

URL: https://gcc.gnu.org/viewcvs?rev=264713&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-8-branch/gcc/ChangeLog
    branches/gcc-8-branch/gcc/config/i386/avx512fintrin.h
    branches/gcc-8-branch/gcc/testsuite/ChangeLog
    branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/avx512f-abspd-1.c

Reply via email to