x86-64: Add memmove family functions with 256-bit EVEX
commit63ad43566f7a25d140dc723598aeb441ad657eed
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 5 Mar 2021 14:46:08 +0000 (5 06:46 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 29 Mar 2021 14:40:17 +0000 (29 07:40 -0700)
treedc9bcd568f14661c8adc15e5f69a150d71e426ec
parent525bc2a32c9710df40371f951217c6ae7a923aee
x86-64: Add memmove family functions with 256-bit EVEX

Update ifunc-memmove.h to select the function optimized with 256-bit EVEX
instructions using YMM16-YMM31 registers to avoid RTM abort with usable
AVX512VL since VZEROUPPER isn't needed at function exit.
sysdeps/x86_64/multiarch/Makefile
sysdeps/x86_64/multiarch/ifunc-impl-list.c
sysdeps/x86_64/multiarch/ifunc-memmove.h
sysdeps/x86_64/multiarch/memmove-evex-unaligned-erms.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S