1#ifndef WMEMCHR
2# define WMEMCHR	__wmemchr_avx2
3#endif
4#define USE_AS_WMEMCHR	1
5#define MEMCHR	WMEMCHR
6
7#include "memchr-avx2.S"
8