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/72805] AVX512: invalid code generation involving masks


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

--- Comment #2 from uros at gcc dot gnu.org ---
Author: uros
Date: Thu Aug  4 21:14:39 2016
New Revision: 239152

URL: https://gcc.gnu.org/viewcvs?rev=239152&root=gcc&view=rev
Log:
        PR target/72805
        * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
        Cast builtin function result to __mmask16 instead of __mmask8.
        (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
        (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
        (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/avx512fintrin.h

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