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
/
strnlen-avx2.S
blob
c4a12097f0678efae10a0e84992943269d527a32
1
#ifndef STRNLEN
2
# define STRNLEN __strnlen_avx2
3
#endif
4
5
#define USE_AS_STRNLEN 1
6
#define STRLEN STRNLEN
7
8
#include "strlen-avx2.S"