about summary refs log tree commit diff
path: root/sysdeps/aarch64/multiarch/Makefile
diff options
context:
space:
mode:
authorWilco Dijkstra <wilco.dijkstra@arm.com>2023-10-26 17:30:36 +0100
committerWilco Dijkstra <wilco.dijkstra@arm.com>2024-04-08 16:24:41 +0100
commit3dcb8fde81acfc31e5887c0dac56da9bd34ae9db (patch)
treea8d0da58471080920d931857b152768e7ebd366f /sysdeps/aarch64/multiarch/Makefile
parentcb48c2603a18c9059c1611d82aa257d1b14ae2ab (diff)
downloadglibc-3dcb8fde81acfc31e5887c0dac56da9bd34ae9db.tar.gz
glibc-3dcb8fde81acfc31e5887c0dac56da9bd34ae9db.tar.xz
glibc-3dcb8fde81acfc31e5887c0dac56da9bd34ae9db.zip
AArch64: Remove Falkor memcpy
The latest implementations of memcpy are actually faster than the Falkor
implementations [1], so remove the falkor/phecda ifuncs for memcpy and
the now unused IS_FALKOR/IS_PHECDA defines.

[1] https://sourceware.org/pipermail/libc-alpha/2022-December/144227.html

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
(cherry picked from commit 2f5524cc5381eb75fef55f7901bb907bd5628333)
Diffstat (limited to 'sysdeps/aarch64/multiarch/Makefile')
-rw-r--r--sysdeps/aarch64/multiarch/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/aarch64/multiarch/Makefile b/sysdeps/aarch64/multiarch/Makefile
index 171ca5e4cf..e4720b7468 100644
--- a/sysdeps/aarch64/multiarch/Makefile
+++ b/sysdeps/aarch64/multiarch/Makefile
@@ -3,7 +3,6 @@ sysdep_routines += \
   memchr_generic \
   memchr_nosimd \
   memcpy_a64fx \
-  memcpy_falkor \
   memcpy_generic \
   memcpy_mops \
   memcpy_sve \