avx256-unaligned-load-3.c (dg-options): Add -mtune=generic.

* gcc.target/i386/avx256-unaligned-load-3.c (dg-options): Add
	-mtune=generic.
	* gcc.target/i386/avx256-unaligned-store-3.c (dg-options): Ditto.

From-SVN: r179548
This commit is contained in:
Uros Bizjak 2011-10-05 14:21:30 +02:00 committed by Uros Bizjak
parent 180ee6d101
commit 4c4973ab36
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2011-10-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/avx256-unaligned-load-3.c (dg-options): Add
-mtune=generic.
* gcc.target/i386/avx256-unaligned-store-3.c (dg-options): Ditto.
2011-10-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/torture/builtin-complex-1.c: Use dg-add-options ieee.

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-load" } */
/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-load -mtune=generic" } */
#define N 1024

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-store" } */
/* { dg-options "-O3 -dp -mavx -mavx256-split-unaligned-store -mtune=generic" } */
#define N 1024