]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86_64: Remove bcopy optimizations
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 10 Feb 2022 14:23:24 +0000 (11:23 -0300)
committerSunil K Pandey <skpgkp2@gmail.com>
Tue, 17 May 2022 03:43:01 +0000 (20:43 -0700)
commit7898ee8f3f37b21d244aec24d1f85e099d09e6e8
tree971ca1a5f698a00d79b9ee6638ad5811c2ae8bd5
parenta5cd8efcea55fea567256f9d00adbf590ad3e192
x86_64: Remove bcopy optimizations

The symbols is not present in current POSIX specification and compiler
already generates memmove call.

(cherry picked from commit bf92893a14ebc161b08b28acc24fa06ae6be19cb)
sysdeps/x86_64/multiarch/bcopy.S [deleted file]