[Bug target/87853] _mm_cmpgt_epi8 broken with -funsigned-char
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Sep 9 10:31:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87853
--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Sep 9 10:31:02 2019
New Revision: 275508
URL: https://gcc.gnu.org/viewcvs?rev=275508&root=gcc&view=rev
Log:
PR target/87853
* config/i386/emmintrin.h (_mm_cmpeq_epi8): Use casts to __v16qi
instead of __v16qs.
* gcc.target/i386/pr87853.c: New test.
Added:
trunk/gcc/testsuite/gcc.target/i386/pr87853.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/emmintrin.h
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list