aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2 daysmath: Refactor how to use libm-test-ulpsAdhemerval Zanella2-1783/+0
2025-02-27AArch64: Use prefer_sve_ifuncs for SVE memsetWilco Dijkstra1-1/+1
2025-02-24AArch64: Remove LP64 and ILP32 ifdefsWilco Dijkstra3-32/+9
2025-02-24AArch64: Simplify lrintWilco Dijkstra1-51/+0
2025-02-24AArch64: Remove AARCH64_R macroWilco Dijkstra3-20/+16
2025-02-24AArch64: Cleanup pointer manglingWilco Dijkstra3-34/+16
2025-02-24AArch64: Remove PTR_REG definesWilco Dijkstra6-67/+40
2025-02-24AArch64: Remove PTR_ARG/SIZE_ARG definesWilco Dijkstra30-93/+0
2025-02-20AArch64: Add SVE memsetWilco Dijkstra4-0/+129
2025-02-13AArch64: Improve codegen for SVE powfYat Long Poon1-58/+59
2025-02-13AArch64: Improve codegen for SVE powYat Long Poon1-103/+142
2025-02-13AArch64: Improve codegen for SVE erfcfYat Long Poon1-6/+6
2025-02-13Aarch64: Improve codegen in SVE exp and users, and update expf_inlineLuna Lamb5-49/+59
2025-02-13Aarch64: Improve codegen in SVE asinhLuna Lamb1-34/+77
2025-02-12math: Use tanpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use sinpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use cospif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use atanpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use atan2pif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use asinpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use acospif from CORE-MATHAdhemerval Zanella1-4/+0
2025-01-20aarch64: Fix tests not compatible with targets supporting GCSYury Khrustalev1-1/+3
2025-01-20aarch64: Add GCS user-space allocation logicSzabolcs Nagy3-1/+93
2025-01-20aarch64: Ignore GCS property of ld.soSzabolcs Nagy1-0/+5
2025-01-20aarch64: Handle GCS markingSzabolcs Nagy3-6/+103
2025-01-20aarch64: Use l_searchlist.r_list for btiSzabolcs Nagy1-3/+2
2025-01-20aarch64: Mark objects with GCS property noteSzabolcs Nagy1-2/+3
2025-01-20aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy4-6/+66
2025-01-20aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy1-0/+6
2025-01-20aarch64: Mark swapcontext with indirect_returnSzabolcs Nagy1-0/+36
2025-01-20aarch64: Add GCS support to longjmpSzabolcs Nagy2-0/+40
2025-01-20aarch64: Define jmp_buf offset for GCSSzabolcs Nagy1-0/+62
2025-01-20aarch64: Add asm helpers for GCSSzabolcs Nagy1-0/+7
2025-01-13aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella3-13/+28
2025-01-09math: Fix acosf when building with gcc <= 11Adhemerval Zanella1-2/+0
2025-01-03AArch64: Improve codegen in SVE expm1f and usersLuna Lamb4-45/+44
2025-01-03AArch64: Add vector tanpi routinesJoe Ramsay13-1/+344
2025-01-03AArch64: Add vector cospi routinesJoe Ramsay13-0/+327
2025-01-03AArch64: Add vector sinpi to libmvecJoe Ramsay13-0/+317
2025-01-03AArch64: Improve codegen for SVE log1pf usersYat Long Poon5-122/+95
2025-01-03AArch64: Improve codegen for SVE logsYat Long Poon4-47/+114
2025-01-03AArch64: Improve codegen in SVE tansLuna Lamb2-41/+68
2025-01-03AArch64: Improve codegen in AdvSIMD asinhLuna Lamb1-55/+119
2025-01-02AArch64: Update libm-test-ulpsWilco Dijkstra1-24/+24
2025-01-02elf: Introduce generic <dl-tls.h>Florian Weimer1-27/+0
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert288-288/+288
2024-12-20aarch64: Regenerate ulpsFlorian Weimer1-0/+2
2024-12-18math: Use tanhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use sinhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use coshf from CORE-MATHAdhemerval Zanella1-4/+0