mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
be066536bd
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
8 lines
141 B
ArmAsm
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"
|