diff options
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2023-10-26 17:30:36 +0100 |
---|---|---|
committer | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2023-11-13 16:52:50 +0000 |
commit | 2f5524cc5381eb75fef55f7901bb907bd5628333 (patch) | |
tree | a5f386ae756b48047b6b2765e2c80c0026086d24 /manual | |
parent | 3d7090f14b13312320e425b27dcf0fe72de026fd (diff) | |
download | glibc-2f5524cc5381eb75fef55f7901bb907bd5628333.tar.gz glibc-2f5524cc5381eb75fef55f7901bb907bd5628333.tar.xz glibc-2f5524cc5381eb75fef55f7901bb907bd5628333.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>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/tunables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi index c28360adcd..5549f70795 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -532,7 +532,7 @@ This tunable is specific to powerpc, powerpc64 and powerpc64le. @deftp Tunable glibc.cpu.name The @code{glibc.cpu.name=xxx} tunable allows the user to tell @theglibc{} to assume that the CPU is @code{xxx} where xxx may have one of these values: -@code{generic}, @code{falkor}, @code{thunderxt88}, @code{thunderx2t99}, +@code{generic}, @code{thunderxt88}, @code{thunderx2t99}, @code{thunderx2t99p1}, @code{ares}, @code{emag}, @code{kunpeng}, @code{a64fx}. |