1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
4 void IMB_double_fast_x (int * __restrict__ destf
,
5 int * __restrict__ dest
, int y
,
6 int * __restrict__ p1f
)
9 for (i
= y
; i
> 0; i
--)
25 /* { dg-final { scan-tree-dump "vectorized 1 loops" "vect" { target { vect_hw_misalign && vect_perm } } } } */