about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove-evex-unaligned-erms.S
Commit message (Collapse)AuthorAgeFilesLines
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+33
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.