glibc/sysdeps/arm/armv7/multiarch/memcpy_neon.S

10 lines
222 B
ArmAsm
Raw Normal View History

/* 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"