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