* gcc.target/i386/pr70021.c: Add -mtune=skylake.

From-SVN: r254147
This commit is contained in:
Jan Hubicka 2017-10-27 14:36:28 +02:00 committed by Jan Hubicka
parent 76ff5c2403
commit 9333319b52
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-10-25 Jan Hubicka <hubicka@ucw.cz>
* gcc.target/i386/pr70021.c: Add -mtune=skylake.
2017-10-27 Jakub Jelinek <jakub@redhat.com>
PR target/82703

View File

@ -1,7 +1,7 @@
/* PR target/70021 */
/* { dg-do run } */
/* { dg-require-effective-target avx2 } */
/* { dg-options "-O2 -ftree-vectorize -mavx2 -fdump-tree-vect-details" } */
/* { dg-options "-O2 -ftree-vectorize -mavx2 -fdump-tree-vect-details -mtune=skylake" } */
#include "avx2-check.h"