]> 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>
Mon, 16 May 2022 17:36:04 +0000 (10:36 -0700)
commit0a10b8b181d0ad84c5f8a7c42f4932528b2964bc
tree64dcf151f53afde5c0e9dfc8dbc4d40bdd492a45
parentf0a53588da7d6b642eeabdbd934d799ed0df2b8f
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]