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