aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/stpcpy-evex.S
AgeCommit message (Collapse)AuthorFilesLines
2021-03-29x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu1-0/+3
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.