This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/79932] _mm512_packus_epi32 does not compile under -O0


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Mar  9 09:09:27 2017
New Revision: 245989

URL: https://gcc.gnu.org/viewcvs?rev=245989&root=gcc&view=rev
Log:
        PR target/79932
        * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
        _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
        _mm512_packus_epi32, _mm512_maskz_packus_epi32,
        _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
        guarded section.

        * gcc.target/i386/pr79932-1.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr79932-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/avx512bwintrin.h
    trunk/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]