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. * gcc.dg/vect/fast-math-bb-slp-call-2.c: Ditto. From-SVN: r181742
This commit is contained in:
parent
d0d03b1ccb
commit
a1c63c5fb9
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* gcc.dg/vect/fast-math-vect-call-2.c: Require vect_double
|
||||
effective target.
|
||||
* gcc.dg/vect/fast-math-bb-slp-call-2.c: Ditto.
|
||||
|
||||
2011-11-25 Mikael Morin <mikael@gcc.gnu.org>
|
||||
|
||||
|
|
|
@ -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