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};
15 /* Vectorized: unknown loop bound). */
16 for (i
= 0; i
< n
; i
++){
21 for (i
= 0; i
< n
; i
++)
37 /* Need misalignment support, or cgraph to delay emitting the arrays until
38 after vectorization can force-align them. */
39 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_align } } } */
40 /* { dg-final { cleanup-tree-dump "vect" } } */