Commit d0d03b1c by Uros Bizjak Committed by Uros Bizjak

fast-math-vect-call-2.c: Require vect_double effective target.

	* gcc.dg/vect/fast-math-vect-call-2.c: Require vect_double
	effective target.

From-SVN: r181741
parent 3a612dd1
2011-11-26 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/fast-math-vect-call-2.c: Require vect_double
effective target.
2011-11-25 Mikael Morin <mikael@gcc.gnu.org> 2011-11-25 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/51250 PR fortran/51250
......
/* { dg-require-effective-target vect_double } */
#include "tree-vect.h" #include "tree-vect.h"
extern long int lrint (double); extern long int lrint (double);
......
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