]> sourceware.org Git - glibc.git/commit
AArch64: Remove thunderx{,2} memcpy
authorAndrew Pinski <quic_apinski@quicinc.com>
Wed, 20 Nov 2024 11:08:53 +0000 (11:08 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Wed, 20 Nov 2024 11:23:53 +0000 (11:23 +0000)
commite162ab2bf1b82c40f29e1925986582fa07568ce8
treecf72d346487423de0d9eadb55ccfea1a81df92fa
parentd899b48a30b2dd27ab25e1cd90ce28b75f7c0755
AArch64: Remove thunderx{,2} memcpy

ThunderX1 and ThunderX2 have been retired for a few years now.
So let's remove the thunderx{,2} specific versions of memcpy.
The performance gain or them was for medium and large sizes
while the generic (aarch64) memcpy will handle just slightly worse.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
sysdeps/aarch64/cpu-features.h
sysdeps/aarch64/multiarch/Makefile
sysdeps/aarch64/multiarch/ifunc-impl-list.c
sysdeps/aarch64/multiarch/memcpy.c
sysdeps/aarch64/multiarch/memcpy_thunderx.S [deleted file]
sysdeps/aarch64/multiarch/memcpy_thunderx2.S [deleted file]
sysdeps/aarch64/multiarch/memmove.c
This page took 0.037787 seconds and 5 git commands to generate.