]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/x86_64/strnlen.S
x86-64: Add vector log1p/log1pf implementation to libmvec
[thirdparty/glibc.git] / sysdeps / x86_64 / strnlen.S
1 #define AS_STRNLEN
2 #define strlen __strnlen
3 #include "strlen.S"
4
5 weak_alias (__strnlen, strnlen);
6 libc_hidden_builtin_def (strnlen)