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
This commit is contained in:
parent
3a612dd1d0
commit
d0d03b1ccb
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
PR fortran/51250
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* { dg-require-effective-target vect_double } */
|
||||
|
||||
#include "tree-vect.h"
|
||||
|
||||
extern long int lrint (double);
|
||||
|
|
Loading…
Add table
Reference in a new issue