]> 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>
Mon, 18 Jul 2022 18:56:19 +0000 (11:56 -0700)
commitfdf699edeafe240fde6d0ff223c63185c8446bfc
treeef9391a0c683946f174c18417796cf8e816df369
parentde6f7bb8737bc1b00541181364d6ccc98a3e1144
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