9 lines
149 B
ArmAsm
9 lines
149 B
ArmAsm
|
#ifndef STPNCPY
|
||
|
# define STPNCPY __stpncpy_avx2
|
||
|
#endif
|
||
|
|
||
|
#define USE_AS_STPCPY
|
||
|
#define USE_AS_STRNCPY
|
||
|
#define STRCPY STPNCPY
|
||
|
#include "strcpy-avx2.S"
|