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
/
wcpncpy-evex.S
blob
62ddb694fe3bfc73b8be1608dc22e3ac6ce35886
1
#ifndef WCPNCPY
2
# define WCPNCPY __wcpncpy_evex
3
#endif
4
5
#define USE_AS_WCSCPY
6
#define USE_AS_STPCPY
7
#define STRNCPY WCPNCPY
8
#include "strncpy-evex.S"