mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
14 lines
218 B
ArmAsm
14 lines
218 B
ArmAsm
|
#ifndef WCSRCHR
|
||
|
# define WCSRCHR __wcsrchr_evex512
|
||
|
#endif
|
||
|
|
||
|
#define STRRCHR WCSRCHR
|
||
|
#define USE_AS_WCSRCHR 1
|
||
|
|
||
|
#define USE_WIDE_CHAR 1
|
||
|
|
||
|
#include "x86-evex512-vecs.h"
|
||
|
#include "reg-macros.h"
|
||
|
|
||
|
#include "strrchr-evex512.S"
|