ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/powerpc/powerpc64/rtld-memset.c

5 lines
228 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
/* PPCA2 has a different cache-line size than the usual 128 bytes. To avoid
using code that assumes cache-line size to be 128 bytes (with dcbz
instructions) we use the generic code instead. */
#include <string/memset.c>