blob: 3befef95d82dfc6af68d01adfa48d459974db44f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "" { i?86-*-* x86_64-*-* } { "-march=*" } { "-march=atom" } } */
/* { dg-options "-O2 -march=atom -minline-all-stringops -mstringop-strategy=vector_loop" } */
/* { dg-final { scan-assembler-times "movdqa" 4} } */
char *a;
char *b;
void t (void)
{
__builtin_memcpy (a, b, 2048);
}