1#ifndef STRCHRNUL
2# define STRCHRNUL __strchrnul_avx2
3#endif
4
5#define STRCHR STRCHRNUL
6#define USE_AS_STRCHRNUL 1
7
8#include "strchr-avx2.S"
9