fast-math-mgrid-resid.f: Limit to x86, add -msse2.

* gfortran.dg/vect/fast-math-mgrid-resid.f: Limit to x86, add
        -msse2.

From-SVN: r156170
This commit is contained in:
Michael Matz 2010-01-22 13:13:18 +00:00 committed by Michael Matz
parent ca6b063db1
commit addb239cd3
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-01-22 Michael Matz <matz@suse.de>
* gfortran.dg/vect/fast-math-mgrid-resid.f: Limit to x86, add
-msse2.
2010-01-21 Paul Thomas <pault@gcc.gnu.org>
PR fortran/42736

View File

@ -1,6 +1,7 @@
! { dg-do compile }
! { dg-do compile { target i?86-*-* x86_64-*-* } }
! { dg-require-effective-target vect_double }
! { dg-options "-O3 -ffast-math -fpredictive-commoning -ftree-vectorize -fdump-tree-optimized" }
! { dg-options "-O3 -ffast-math -msse2 -fpredictive-commoning -ftree-vectorize -fdump-tree-optimized" }
******* RESID COMPUTES THE RESIDUAL: R = V - AU
*