PowerPC LE strcmp and strncmp
[glibc.git] / sysdeps / powerpc / powerpc64 / rtld-memset.c
blobf3ed8ad1e74b6bbf9af8764b37c140179767744e
1 /* PPCA2 has a different cache-line size than the usual 128 bytes. To avoid
2 using code that assumes cache-line size to be 128 bytes (with dcbz
3 instructions) we use the generic code instead. */
4 #include <string/memset.c>