]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/91704 ([X86] Codegen for _mm256_cmpgt_epi8 is affected by -funsigned...
authorJakub Jelinek <jakub@redhat.com>
Mon, 9 Sep 2019 10:51:04 +0000 (12:51 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 9 Sep 2019 10:51:04 +0000 (12:51 +0200)
commita3d5f4e20904079a5060987b4441cdef874ef019
tree3729fdcba96d70ffa8408a897f7a5542ab1f8d13
parent33ccf76972c1c72def56bab6131daf9332589509
re PR target/91704 ([X86] Codegen for _mm256_cmpgt_epi8 is affected by -funsigned-char)

PR target/91704
* config/i386/avxintrin.h (__v32qs): New typedef.
* config/i386/avx2intrin.h (_mm256_cmpgt_epi8): Use casts to __v32qs
instead of __v32qi.

* gcc.target/i386/pr91704.c: New test.

From-SVN: r275509
gcc/ChangeLog
gcc/config/i386/avx2intrin.h
gcc/config/i386/avxintrin.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr91704.c [new file with mode: 0644]