aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/wcschr-avx2.S
blob: f404888a934ab47233e38e5750d72437d314372f (plain)
1
2
3
4
5
6
7
8
#ifndef WCSCHR
# define WCSCHR	__wcschr_avx2
#endif

#define STRCHR	WCSCHR
#define USE_AS_WCSCHR 1

#include "strchr-avx2.S"