(root)/
glibc-2.38/
sysdeps/
arm/
armv7/
multiarch/
memcpy_neon.S
/* For __ARM_NEON__ this file defines memcpy.  */
#ifndef __ARM_NEON__
# define memcpy __memcpy_neon
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(a)
#endif

#define MEMCPY_NEON
#include "memcpy_impl.S"