aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-18math: Use atanhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use atan2f from CORE-MATHAdhemerval Zanella1-8/+0
2024-12-18math: Use atanf from CORE-MATHAdhemerval Zanella1-7/+3
2024-12-18math: Use asinhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use asinf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use acoshf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use acosf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-17AArch64: Improve codegen of AdvSIMD expf familyJoana Cruz5-118/+127
2024-12-17AArch64: Improve codegen of AdvSIMD atan(2)(f)Joana Cruz3-68/+160
2024-12-17AArch64: Improve codegen of AdvSIMD logf function familyJoana Cruz3-40/+66
2024-12-13AArch64: Update libm-test-ulpsWilco Dijkstra1-0/+80
2024-12-09AArch64: Improve codegen in users of ADVSIMD expm1 helperPierre Blanchard5-162/+135
2024-12-09AArch64: Improve codegen in users of ADVSIMD log1p helperPierre Blanchard4-127/+93
2024-12-09AArch64: Improve codegen in AdvSIMD logsPierre Blanchard3-106/+140
2024-12-09AArch64: Improve codegen in AdvSIMD powPierre Blanchard1-53/+62
2024-12-08math: Add tanpi aarch64 ulpsAndreas K. Hüttel1-0/+20
2024-12-05AArch64: Update libm-test-ulpsWilco Dijkstra1-0/+40
2024-12-02elf: Consolidate stackinfo.hAdhemerval Zanella1-33/+0
2024-11-29AArch64: Remove zva_128 from memsetWilco Dijkstra1-24/+1
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella1-1/+0
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-21aarch64: Remove non-temporal load/stores from oryon-1's memsetAndrew Pinski1-26/+0
2024-11-21aarch64: Remove non-temporal load/stores from oryon-1's memcpyAndrew Pinski1-40/+0
2024-11-20AArch64: Remove thunderx{,2} memcpyAndrew Pinski7-792/+0
2024-11-01AArch64: Remove SVE erf and erfc tablesJoe Ramsay16-2691/+50
2024-11-01math: Use log10p1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella1-8/+0
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use expm1f from CORE-MATHAdhemerval Zanella1-4/+1
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-10-28AArch64: Small optimisation in AdvSIMD erf and erfcJoe Ramsay2-15/+23