repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: Add evex optimized functions for the wchar_t strcpy family
[glibc.git]
/
sysdeps
/
x86_64
/
multiarch
/
wcsncat-evex.S
blob
392215950afd56bea22aa1e966476fcf81ffb3c3
1
#ifndef WCSCAT
2
# define WCSCAT __wcsncat_evex
3
#endif
4
5
#define USE_AS_WCSCPY
6
#define USE_AS_STRCAT
7
8
#define STRNCAT WCSCAT
9
#include "strncat-evex.S"