8 lines
127 B
ArmAsm
8 lines
127 B
ArmAsm
|
#ifndef STRNCPY
|
||
|
# define STRNCPY __strncpy_avx2
|
||
|
#endif
|
||
|
|
||
|
#define USE_AS_STRNCPY
|
||
|
#define STRCPY STRNCPY
|
||
|
#include "strcpy-avx2.S"
|