x86: Update memmove to use new VEC macros
commit4fb7d8a9385a08871d4dcf92f41b51da7ade732e
authorNoah Goldstein <goldstein.w.n@gmail.com>
Sat, 15 Oct 2022 03:00:27 +0000 (14 22:00 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Sat, 15 Oct 2022 04:21:58 +0000 (14 21:21 -0700)
tree317c5c7cf507e877a33ddf3632764a0506a0eba3
parent3088a66ff8801c28ca5d268f0ae6a0983d9cfb5e
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
sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms-rtm.S
sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S
sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S
sysdeps/x86_64/multiarch/memmove-evex-unaligned-erms.S
sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S