mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 00:31:08 +00:00
9 lines
144 B
ArmAsm
9 lines
144 B
ArmAsm
|
#ifndef WCPCPY
|
||
|
# define WCPCPY __wcpcpy_avx2
|
||
|
#endif
|
||
|
|
||
|
#define USE_AS_STPCPY
|
||
|
#define USE_AS_WCSCPY
|
||
|
#define STRCPY WCPCPY
|
||
|
#include "strcpy-avx2.S"
|