aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)Author
2024-01-04aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev
2024-01-02aarch64: Add longjmp test for SMESzabolcs Nagy
2024-01-02aarch64: Add longjmp support for SMESzabolcs Nagy
2024-01-02aarch64: Add SME runtime supportSzabolcs Nagy
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-20aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay
2023-12-05aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab
2023-12-04aarch64: fix tested ifunc variantsSzabolcs Nagy
2023-11-29aarch64: Improve special-case handling in AdvSIMD double-precision libmvec ro...Joe Ramsay
2023-11-22aarch64: Fix libmvec benchmarksJoe Ramsay
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra
2023-11-13AArch64: Add memset_zva64Wilco Dijkstra
2023-11-13AArch64: Cleanup emag memsetWilco Dijkstra
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay
2023-11-01AArch64: Cleanup ifuncsWilco Dijkstra
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