1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
3 /* { dg-require-effective-target vect_masked_store } */
5 /* { dg-additional-options "-mavx2" { target avx2 } } */
6 /* { dg-additional-options "-march=armv9-a" { target aarch64-*-* } } */
8 void foo3 (float *restrict a
, int *restrict b
, int *restrict c
, int n
, int stride
)
13 for (int i
= 0; i
< n
; i
++)
23 /* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" } } */
24 /* { dg-final { scan-tree-dump-not "VEC_COND_EXPR " "vect" { target aarch64-*-* } } } */