mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 10:20:15 +00:00
9 lines
146 B
ArmAsm
9 lines
146 B
ArmAsm
|
#ifndef STRCHRNUL
|
||
|
# define STRCHRNUL __strchrnul_evex512
|
||
|
#endif
|
||
|
|
||
|
#define STRCHR STRCHRNUL
|
||
|
#define USE_AS_STRCHRNUL 1
|
||
|
|
||
|
#include "strchr-evex512.S"
|