mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
10 lines
151 B
ArmAsm
10 lines
151 B
ArmAsm
|
#ifndef WCSNCAT
|
||
|
# define WCSNCAT __wcsncat_avx2
|
||
|
#endif
|
||
|
|
||
|
#define USE_AS_WCSCPY
|
||
|
#define USE_AS_STRCAT
|
||
|
|
||
|
#define STRNCAT WCSNCAT
|
||
|
#include "strncat-avx2.S"
|