2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / memcpy-strategy-3.c
blobddd1ef7c0b2315b98d640266b5cb4ca9fdf82f16
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=atom -mmemcpy-strategy=vector_loop:2000:align,libcall:-1:align" } */
3 /* { dg-final { scan-assembler-times "memcpy" 2 } } */
5 char a[2048];
6 char b[2048];
7 void t (void)
9 __builtin_memcpy (a, b, 2048);