glibc/sysdeps/x86_64/multiarch/wcsrchr-avx2.S

9 lines
132 B
ArmAsm
Raw Normal View History

#ifndef WCSRCHR
# define WCSRCHR __wcsrchr_avx2
#endif
#define STRRCHR WCSRCHR
#define USE_AS_WCSRCHR 1
#include "strrchr-avx2.S"