]> 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, 13 Nov 2023 16:50:44 +0000 (16:50 +0000)
commit3d7090f14b13312320e425b27dcf0fe72de026fd
tree907257f5525b5a709cc5e3ad04845f95c77ff2b9
parent9627ab99b50d250c6dd3001a3355aa03692f7fe5
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>
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]