aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)Author
2023-10-24AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay
2023-10-05aarch64: Optimise vecmath logsJoe Ramsay
2023-10-05aarch64: Cosmetic change in SVE exp routinesJoe Ramsay
2023-10-05aarch64: Optimize SVE cos & cosfJoe Ramsay
2023-10-05aarch64: Improve vecmath sin routinesJoe Ramsay
2023-09-26AArch64: Remove -0.0 check from vector sinWilco Dijkstra
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar
2023-06-30aarch64: Add vector implementations of exp routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of log routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of sin routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-05aarch64: More configure checks for libmvecSzabolcs Nagy
2023-05-05aarch64: SVE ACLE configure test cleanupsSzabolcs Nagy
2023-05-04aarch64: fix SVE ACLE check for bootstrap glibc buildsSzabolcs Nagy
2023-05-03Enable libmvec support for AArch64Joe Ramsay
2023-02-24aarch64: update libm test ulpsSzabolcs Nagy
2023-02-22AArch64: Fix HP_TIMING_DIFF computation [BZ# 29329]Jun Tang
2023-02-17string: Remove string_private.hAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06AArch64: Improve SVE memcpy and memmoveWilco Dijkstra
2023-01-17AArch64: Improve strrchrWilco Dijkstra
2023-01-17AArch64: Optimize strnlenWilco Dijkstra
2023-01-17AArch64: Optimize strlenWilco Dijkstra
2023-01-17AArch64: Optimize strcpyWilco Dijkstra
2023-01-17AArch64: Improve strchrnulWilco Dijkstra
2023-01-17AArch64: Optimize strchrWilco Dijkstra
2023-01-17AArch64: Improve strlen_asimdWilco Dijkstra
2023-01-17AArch64: Optimize memrchrWilco Dijkstra
2023-01-17AArch64: Optimize memchrWilco Dijkstra
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-21elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-08-26csu: Change start code license to have link exceptionSzabolcs Nagy
2022-08-11AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra