* gcc.target/i386/funcspec-2.c, gcc.target/i386/funcspec-3.c,
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / memset-vector_loop-1.c
blobf7e45165c44de0d91036f31e3b11987f0c920ef8
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { i?86-*-* x86_64-*-* } { "-march=*" } { "-march=atom" } } */
3 /* { dg-options "-O2 -march=atom -minline-all-stringops -mstringop-strategy=vector_loop" } */
4 /* { dg-final { scan-assembler-times "movdqa" 4 } } */
6 char a[2048];
7 void t (void)
9 __builtin_memset (a, 0, 2048);