about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/wcsrchr-avx2.S
blob: 6eaf5e090bd719f6776040916eeea066ed71655c (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef WCSRCHR
# define WCSRCHR	__wcsrchr_avx2
#endif

#define STRRCHR	WCSRCHR
#define USE_AS_WCSRCHR 1

#include "strrchr-avx2.S"