mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 00:01:12 +00:00
8 lines
122 B
ArmAsm
8 lines
122 B
ArmAsm
|
#ifndef WCSCPY
|
||
|
# define WCSCPY __wcscpy_avx2
|
||
|
#endif
|
||
|
|
||
|
#define USE_AS_WCSCPY
|
||
|
#define STRCPY WCSCPY
|
||
|
#include "strcpy-avx2.S"
|