Commit 4c4973ab by Uros Bizjak Committed by Uros Bizjak

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
parent 180ee6d1
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.
2011-10-04 David S. Miller <davem@davemloft.net>
......
/* { 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
......
/* { 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment