1#ifndef WCSCHR
2# define WCSCHR	__wcschr_avx2
3#endif
4
5#define STRCHR	WCSCHR
6#define USE_AS_WCSCHR 1
7
8#include "strchr-avx2.S"
9