1#ifndef RAWMEMCHR
2# define RAWMEMCHR	__rawmemchr_avx2
3#endif
4#define USE_AS_RAWMEMCHR	1
5#define MEMCHR	RAWMEMCHR
6
7#include "memchr-avx2.S"
8