glibc/sysdeps/x86_64/multiarch/stpcpy-avx2.S

8 lines
122 B
ArmAsm
Raw Normal View History

#ifndef STPCPY
# define STPCPY __stpcpy_avx2
#endif
#define USE_AS_STPCPY
#define STRCPY STPCPY
#include "strcpy-avx2.S"