8 lines
122 B
ArmAsm
8 lines
122 B
ArmAsm
|
#ifndef STPCPY
|
||
|
# define STPCPY __stpcpy_sse2
|
||
|
#endif
|
||
|
|
||
|
#define USE_AS_STPCPY
|
||
|
#define STRCPY STPCPY
|
||
|
#include "strcpy-sse2.S"
|