2 /* { dg-do assemble { target avx2 } } */
3 /* { dg-options "-O3 -mavx2" } */
4 /* { dg-additional-options "-fpic" { target fpic } } */
7 foo (unsigned long *x
, int *y
)
9 static unsigned long b
[2] = { 0x0UL
, 0x9908b0dfUL
};
11 for (c
= 0; c
< 512; c
++)