]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/x86_64/multiarch/wcschr-evex.S
x86: Add support to build strcmp/strlen/strchr with explicit ISA level
[thirdparty/glibc.git] / sysdeps / x86_64 / multiarch / wcschr-evex.S
1 #ifndef WCSCHR
2 # define WCSCHR __wcschr_evex
3 #endif
4
5 #define STRCHR WCSCHR
6 #define USE_AS_WCSCHR 1
7
8 #include "strchr-evex.S"