mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
8 lines
108 B
ArmAsm
8 lines
108 B
ArmAsm
|
#ifndef STRLEN
|
||
|
# define STRLEN __strlen_evex512
|
||
|
#endif
|
||
|
|
||
|
#define VEC_SIZE 64
|
||
|
|
||
|
#include "strlen-evex-base.S"
|