]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 29 Jun 2022 23:07:15 +0000 (16:07 -0700)
committerSunil K Pandey <skpgkp2@gmail.com>
Tue, 19 Jul 2022 05:13:57 +0000 (22:13 -0700)
commitfd5f93749d1351c49de10234eb2a1b31c339964b
tree49d642e0e07d51c4b61e1ee21513a1ca00cb0bff
parent2abec4be8a26801dd9785cb367d6a753294ab7a6
x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file

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.

(cherry picked from commit 21925f64730d52eb7d8b2fb62b412f8ab92b0caf)
sysdeps/x86_64/multiarch/Makefile
sysdeps/x86_64/multiarch/memmove-erms.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S