glibc/sysdeps/aarch64/multiarch/Makefile
Wilco Dijkstra 2f5524cc53 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>
2023-11-13 16:52:50 +00:00

22 lines
371 B
Makefile

ifeq ($(subdir),string)
sysdep_routines += \
memchr_generic \
memchr_nosimd \
memcpy_a64fx \
memcpy_generic \
memcpy_mops \
memcpy_sve \
memcpy_thunderx \
memcpy_thunderx2 \
memmove_mops \
memset_a64fx \
memset_emag \
memset_generic \
memset_kunpeng \
memset_mops \
memset_zva64 \
strlen_asimd \
strlen_generic \
# sysdep_routines
endif