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

9 lines
140 B
ArmAsm
Raw Normal View History

#ifndef STRCHRNUL
# define STRCHRNUL __strchrnul_avx2
#endif
#define STRCHR STRCHRNUL
#define USE_AS_STRCHRNUL 1
#include "strchr-avx2.S"