This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 11bad4e AVX-512. Fix patterns for kunpck insns. new f96d88a AVX-512. Introduce SKylake server CPU. new e9b578b PR target/67480
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 25 +++++ gcc/config.gcc | 4 +- gcc/config/i386/i386-c.c | 7 ++ gcc/config/i386/i386.c | 62 ++++++++---- gcc/config/i386/i386.h | 2 + gcc/config/i386/sse.md | 129 ++++++++++++++++++++++--- gcc/doc/invoke.texi | 6 ++ gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/gcc.target/i386/builtin_target.c | 12 +++ gcc/testsuite/gcc.target/i386/funcspec-5.c | 13 +++ gcc/testsuite/gcc.target/i386/pr67480.c | 10 ++ libgcc/ChangeLog | 7 ++ libgcc/config/i386/cpuinfo.c | 22 ++++- 13 files changed, 274 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr67480.c