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

#define STRCHR	STRCHRNUL
#define USE_AS_STRCHRNUL 1

#include "strchr-evex512.S"