glibc/sysdeps/x86_64/multiarch/strlen-evex512.S
Noah Goldstein be066536bd x86: Update strlen-evex-base to use new reg/vec macros.
To avoid duplicate the VMM / GPR / mask insn macros in all incoming
evex512 files use the macros defined in 'reg-macros.h' and
'{vec}-macros.h'

This commit does not change libc.so

Tested build on x86-64
2022-10-14 21:21:58 -07:00

8 lines
141 B
ArmAsm

#ifndef STRLEN
# define STRLEN __strlen_evex512
#endif
#include "x86-evex512-vecs.h"
#include "reg-macros.h"
#include "strlen-evex-base.S"