]> git.ipfire.org Git - thirdparty/glibc.git/commit
AArch64: Improve SVE memcpy and memmove
authorWilco Dijkstra <wilco.dijkstra@arm.com>
Wed, 1 Feb 2023 18:45:19 +0000 (18:45 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Mon, 8 Apr 2024 15:46:36 +0000 (16:46 +0100)
commitf45608f6d74b95d0711c80c24b5eda07b60a7e50
tree64e7b843288f6bff0da29cdb128e6cb34ff75334
parent600098c58ab53107a76237cba8b90ce26b253b56
AArch64: Improve SVE memcpy and memmove

Improve SVE memcpy by copying 2 vectors if the size is small enough.
This improves performance of random memcpy by ~9% on Neoverse V1, and
33-64 byte copies are ~16% faster.

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
(cherry picked from commit d2d3f3720ce627a4fe154d8dd14db716a32bcc6e)
sysdeps/aarch64/multiarch/memcpy_sve.S