1 /* { dg-require-effective-target vect_float } */
8 float b
[N
] = {0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30};
16 /* Vectorized: unknown loop bound. */
23 for (i
= 0; i
< n
; i
++)
32 int main2 (unsigned int n
)
37 /* Vectorized: unknown loop bound. */
44 for (i
= 0; i
< nn
; i
++)
62 /* Need misalignment support, or cgraph to delay emitting the arrays until
63 after vectorization can force-align them. */
64 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { xfail vect_no_align } } } */
65 /* { dg-final { cleanup-tree-dump "vect" } } */