2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / memset-vector_loop-1.c
blobd6fdc98190816dfab8aac623e84a2b41b726bf34
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { *-*-* } { "-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);