r275509 - in /branches/gcc-9-branch/gcc: Change...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Mon Sep 9 10:51:00 GMT 2019


Author: jakub
Date: Mon Sep  9 10:51:04 2019
New Revision: 275509

URL: https://gcc.gnu.org/viewcvs?rev=275509&root=gcc&view=rev
Log:
	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.

Added:
    branches/gcc-9-branch/gcc/testsuite/gcc.target/i386/pr91704.c
Modified:
    branches/gcc-9-branch/gcc/ChangeLog
    branches/gcc-9-branch/gcc/config/i386/avx2intrin.h
    branches/gcc-9-branch/gcc/config/i386/avxintrin.h
    branches/gcc-9-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list