]> git.ipfire.org Git - thirdparty/glibc.git/commit
aarch64: Use memcpy_simd as the default memcpy
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 26 Oct 2022 13:16:50 +0000 (14:16 +0100)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Tue, 9 Apr 2024 18:12:42 +0000 (19:12 +0100)
commit9d5c6d007e83db9f298d6a28361a23b66f2cfcfb
tree58eb2d1be85bffe306ebb84743e7773ca33d05ce
parentaf3cbeec36aa371d4c8242f3e961cc05a6da66f6
aarch64: Use memcpy_simd as the default memcpy

Since __memcpy_simd is the fastest memcpy on almost all cores, replace
the generic memcpy with it.

(cherry picked from commit 91ac82d0c61076aa55ac08f6c7b58c5c28dd2f59)
sysdeps/aarch64/memcpy.S
sysdeps/aarch64/multiarch/Makefile
sysdeps/aarch64/multiarch/ifunc-impl-list.c
sysdeps/aarch64/multiarch/memcpy.c
sysdeps/aarch64/multiarch/memcpy_advsimd.S [deleted file]
sysdeps/aarch64/multiarch/memmove.c