avx256-unaligned-load-3.c (dg-options): Add -mtune=generic.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 5 Oct 2011 12:21:30 +0000 (14:21 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 5 Oct 2011 12:21:30 +0000 (14:21 +0200)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/avx256-unaligned-load-3.c
gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c

index 70deac7f63325b8ad2835fb6178ab3e000877e30..724999f98d91f7a93f5566819300939b006d6df5 100644 (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.
index 670305423fe85e5f27f57b8b7a2ab128fcdeba81..fe362480b603145bdddc745f314fe96653b600bd 100644 (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
 
index 65e820444e4255e386e0972f1a30c6a1c3ae496b..8ecd363348e9e500a73dd0951da6511934180839 100644 (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