aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay14-0/+531
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay12-0/+403
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay12-1/+436
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay12-1/+403
2023-11-01AArch64: Cleanup ifuncsWilco Dijkstra18-125/+41
2023-10-24AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra9-1/+137
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay12-0/+524
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay14-1/+580
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay14-1/+545
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay12-0/+459
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay18-1/+1244
2023-10-05aarch64: Optimise vecmath logsJoe Ramsay7-215/+226
2023-10-05aarch64: Cosmetic change in SVE exp routinesJoe Ramsay2-47/+44
2023-10-05aarch64: Optimize SVE cos & cosfJoe Ramsay2-53/+47
2023-10-05aarch64: Improve vecmath sin routinesJoe Ramsay3-73/+87
2023-09-26AArch64: Remove -0.0 check from vector sinWilco Dijkstra2-12/+2
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar1-91/+111
2023-06-30aarch64: Add vector implementations of exp routinesJoe Ramsay14-1/+593
2023-06-30aarch64: Add vector implementations of log routinesJoe Ramsay14-1/+559
2023-06-30aarch64: Add vector implementations of sin routinesJoe Ramsay12-6/+426
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay10-117/+608
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov1-1/+1
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2-5/+5
2023-05-05aarch64: More configure checks for libmvecSzabolcs Nagy2-6/+48
2023-05-05aarch64: SVE ACLE configure test cleanupsSzabolcs Nagy2-16/+27
2023-05-04aarch64: fix SVE ACLE check for bootstrap glibc buildsSzabolcs Nagy2-2/+2
2023-05-03Enable libmvec support for AArch64Joe Ramsay25-0/+910
2023-02-24aarch64: update libm test ulpsSzabolcs Nagy1-0/+1
2023-02-22AArch64: Fix HP_TIMING_DIFF computation [BZ# 29329]Jun Tang1-1/+1
2023-02-17string: Remove string_private.hAdhemerval Zanella1-20/+0
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella1-0/+1
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella1-0/+1
2023-02-06AArch64: Improve SVE memcpy and memmoveWilco Dijkstra1-20/+14
2023-01-17AArch64: Improve strrchrWilco Dijkstra1-25/+33
2023-01-17AArch64: Optimize strnlenWilco Dijkstra1-21/+18
2023-01-17AArch64: Optimize strlenWilco Dijkstra1-8/+12
2023-01-17AArch64: Optimize strcpyWilco Dijkstra1-17/+19
2023-01-17AArch64: Improve strchrnulWilco Dijkstra1-2/+10
2023-01-17AArch64: Optimize strchrWilco Dijkstra1-28/+24
2023-01-17AArch64: Improve strlen_asimdWilco Dijkstra1-12/+4
2023-01-17AArch64: Optimize memrchrWilco Dijkstra1-9/+11
2023-01-17AArch64: Optimize memchrWilco Dijkstra1-13/+14
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers135-135/+135
2022-11-21elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky1-3/+1
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-1/+1
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+1
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy1-0/+0
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra6-370/+81
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra2-17/+26
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-2/+0