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

8 lines
128 B
ArmAsm
Raw Normal View History

#ifndef STPNCPY
# define STPNCPY __stpncpy_avx2
#endif
#define USE_AS_STPCPY
#define STRNCPY STPNCPY
#include "strncpy-avx2.S"