1 /* { dg-require-effective-target vect_int } */
8 __attribute__ ((noinline
)) int main1 ()
14 /* Vectorization of fp induction. */
24 for (i
= 0; i
< N
; i
++)
26 if (arr
[i
] != 1.0 + 2.0*i
)
40 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail {! arm_neon_ok } } } } */