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

#define STRCHR	STRCHRNUL
#define USE_AS_STRCHRNUL 1

#include "strchr-evex.S"