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
sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git]
/
sysdeps
/
x86_64
/
multiarch
/
stpncpy-avx2.S
blob
a46a8edbe2b4f784e4c89a769c25e40036d46cf1
1
#ifndef STPNCPY
2
# define STPNCPY __stpncpy_avx2
3
#endif
4
5
#define USE_AS_STPCPY
6
#define STRNCPY STPNCPY
7
#include "strncpy-avx2.S"