]> git.ipfire.org Git - thirdparty/glibc.git/commit
AArch64: Add memset_zva64
authorWilco Dijkstra <wilco.dijkstra@arm.com>
Thu, 26 Oct 2023 16:07:21 +0000 (17:07 +0100)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Mon, 8 Apr 2024 16:32:25 +0000 (17:32 +0100)
commit90b03336d9cfc779d058f3e2d36b825e1643abcc
treeab112887d8c35cdbdcc6a68066d6124e02187cee
parentd166309459c2b0b6d18f52919e76c45d8be07068
AArch64: Add memset_zva64

Add a specialized memset for the common ZVA size of 64 to avoid the
overhead of reading the ZVA size.  Since the code is identical to
__memset_falkor, remove the latter.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit 3d7090f14b13312320e425b27dcf0fe72de026fd)
sysdeps/aarch64/memset.S
sysdeps/aarch64/multiarch/Makefile
sysdeps/aarch64/multiarch/ifunc-impl-list.c
sysdeps/aarch64/multiarch/memset.c
sysdeps/aarch64/multiarch/memset_falkor.S [deleted file]
sysdeps/aarch64/multiarch/memset_zva64.S [new file with mode: 0644]