about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove-erms.S
Commit message (Collapse)AuthorAgeFilesLines
* x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein2022-06-291-0/+72
The primary memmove_{impl}_unaligned_erms implementations don't interact with this function. Putting them in same file both wastes space and unnecessarily bloats a hot code section.