mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
4fb7d8a938
Replace %VEC(n) -> %VMM(n) This commit does not change libc.so Tested build on x86-64
13 lines
208 B
ArmAsm
13 lines
208 B
ArmAsm
#include <isa-level.h>
|
|
|
|
#if ISA_SHOULD_BUILD (4)
|
|
|
|
# include "x86-evex512-vecs.h"
|
|
|
|
# ifndef MEMMOVE_SYMBOL
|
|
# define MEMMOVE_SYMBOL(p,s) p##_avx512_##s
|
|
# endif
|
|
|
|
# include "memmove-vec-unaligned-erms.S"
|
|
#endif
|