]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/x86_64/multiarch/wcsrchr-avx2.S
x86: Add support to build strcmp/strlen/strchr with explicit ISA level
[thirdparty/glibc.git] / sysdeps / x86_64 / multiarch / wcsrchr-avx2.S
1 #ifndef WCSRCHR
2 # define WCSRCHR __wcsrchr_avx2
3 #endif
4
5 #define STRRCHR WCSRCHR
6 #define USE_AS_WCSRCHR 1
7
8 #include "strrchr-avx2.S"