glibc/sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms-rtm.S
Noah Goldstein 4fb7d8a938 x86: Update memmove to use new VEC macros
Replace %VEC(n) -> %VMM(n)

This commit does not change libc.so

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

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