about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcschr-evex.S
blob: b5ccc59230a6e59e668e75a023d28ba59927e67a (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WCSCHR
# define WCSCHR	__wcschr_evex
#endif

#define STRCHR	WCSCHR
#define USE_AS_WCSCHR 1

#include "strchr-evex.S"