mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 01:40:07 +00:00
2f5524cc53
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>
22 lines
371 B
Makefile
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
|