aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2024-01-02aarch64: Add longjmp test for SMESzabolcs Nagy2-0/+283
2024-01-02aarch64: Add longjmp support for SMESzabolcs Nagy1-0/+22
2024-01-02aarch64: Add SME runtime supportSzabolcs Nagy3-3/+129
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert223-223/+223
2023-12-20aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay2-0/+113
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay18-14/+108
2023-12-05aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab1-1/+1
2023-12-04aarch64: fix tested ifunc variantsSzabolcs Nagy1-3/+3
2023-11-29aarch64: Improve special-case handling in AdvSIMD double-precision libmvec ro...Joe Ramsay1-1/+7
2023-11-22aarch64: Fix libmvec benchmarksJoe Ramsay2-49/+81
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2-2/+4
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay12-0/+458
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra5-324/+0
2023-11-13AArch64: Add memset_zva64Wilco Dijkstra6-68/+38
2023-11-13AArch64: Cleanup emag memsetWilco Dijkstra4-197/+90
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay12-0/+496
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