about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strchrnul-avx2.S
blob: 10ad5e6058be51e9953794b0f9be57b4992e9e3e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef STRCHRNUL
# define STRCHRNUL	__strchrnul_avx2
#endif

#define STRCHR	STRCHRNUL
#define USE_AS_STRCHRNUL 1

#include "strchr-avx2.S"