about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcat-evex.S
Commit message (Collapse)AuthorAgeFilesLines
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+283
Update ifunc-strcpy.h to select the function optimized with 256-bit EVEX instructions using YMM16-YMM31 registers to avoid RTM abort with usable AVX512VL and AVX512BW since VZEROUPPER isn't needed at function exit.