This is the mail archive of the gcc-cvs@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]

r275511 - in /branches/gcc-8-branch/gcc: Change...


Author: jakub
Date: Mon Sep  9 10:59:48 2019
New Revision: 275511

URL: https://gcc.gnu.org/viewcvs?rev=275511&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-8-branch/gcc/testsuite/gcc.target/i386/pr91704.c
Modified:
    branches/gcc-8-branch/gcc/ChangeLog
    branches/gcc-8-branch/gcc/config/i386/avx2intrin.h
    branches/gcc-8-branch/gcc/config/i386/avxintrin.h
    branches/gcc-8-branch/gcc/testsuite/ChangeLog


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