x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / builtins / memmove-lib.c
blobe2293ffc04061801d2282fcc787013fba1dc9bfe
1 #include "lib/memmove.c"
2 #ifdef __vxworks
3 /* The RTP C library uses bzero and bfill, both of which are defined
4 in the same file as bcopy. */
5 #include "lib/bzero.c"
6 #include "lib/bfill.c"
7 #endif