Commit addb239c by Michael Matz Committed by Michael Matz

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
parent ca6b063d
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> 2010-01-21 Paul Thomas <pault@gcc.gnu.org>
PR fortran/42736 PR fortran/42736
......
! { dg-do compile } ! { dg-do compile { target i?86-*-* x86_64-*-* } }
! { dg-require-effective-target vect_double } ! { 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 ******* RESID COMPUTES THE RESIDUAL: R = V - AU
* *
......
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