mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 08:11:08 +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"
|