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