]> 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)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 30 Jun 2022 02:47:52 +0000 (19:47 -0700)
commit21925f64730d52eb7d8b2fb62b412f8ab92b0caf
treefe440e8569e9faf8c365933e551cc5d688807fef
parent4a3f29e7e475dd4e7cce2a24c187e6fb7b5b0a05
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.
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