glibc/sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S

8 lines
142 B
ArmAsm
Raw Normal View History

#ifndef STPCPY
# define STPCPY __stpcpy_sse2_unaligned
#endif
#define USE_AS_STPCPY
#define STRCPY STPCPY
#include "strcpy-sse2-unaligned.S"