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

#define STRCHR	WCSCHR
#define USE_AS_WCSCHR 1

#define USE_WIDE_CHAR 1
#include "strchr-evex512.S"