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
9 lines
146 B
ArmAsm
9 lines
146 B
ArmAsm
#if IS_IN (libc)
|
|
|
|
# include "x86-avx-rtm-vecs.h"
|
|
|
|
# define MEMMOVE_SYMBOL(p,s) p##_avx_##s##_rtm
|
|
|
|
# include "memmove-vec-unaligned-erms.S"
|
|
#endif
|