mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
13 lines
250 B
ArmAsm
13 lines
250 B
ArmAsm
|
#ifndef STRLEN
|
||
|
# define STRLEN __strlen_avx2_rtm
|
||
|
#endif
|
||
|
|
||
|
#define ZERO_UPPER_VEC_REGISTERS_RETURN \
|
||
|
ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST
|
||
|
|
||
|
#define VZEROUPPER_RETURN jmp L(return_vzeroupper)
|
||
|
|
||
|
#define SECTION(p) p##.avx.rtm
|
||
|
|
||
|
#include "strlen-avx2.S"
|