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

9 lines
125 B
ArmAsm
Raw Normal View History

#ifndef WCSCHR
# define WCSCHR __wcschr_avx2
#endif
#define STRCHR WCSCHR
#define USE_AS_WCSCHR 1
#include "strchr-avx2.S"