1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int_mult } */
4 int foo(int* A
, int* B
, unsigned start
, unsigned BS
)
7 for (unsigned k
= start
; k
< start
+ BS
; k
++)
15 int bar(int* A
, int* B
, unsigned BS
)
18 for (unsigned k
= 0; k
< BS
; k
++)
26 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" } } */