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

8 lines
127 B
ArmAsm
Raw Normal View History

#ifndef STRNCPY
# define STRNCPY __strncpy_avx2
#endif
#define USE_AS_STRNCPY
#define STRCPY STRNCPY
#include "strcpy-avx2.S"