mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-07 18:10:07 +00:00
10 lines
155 B
ArmAsm
10 lines
155 B
ArmAsm
|
#ifndef WCSCHR
|
||
|
# define WCSCHR __wcschr_evex512
|
||
|
#endif
|
||
|
|
||
|
#define STRCHR WCSCHR
|
||
|
#define USE_AS_WCSCHR 1
|
||
|
|
||
|
#define USE_WIDE_CHAR 1
|
||
|
#include "strchr-evex512.S"
|