summaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)Author
9 daysUse #!/usr/bin/python3 in remaining Python scriptsFlorian Weimer
2026-03-05benchtests: Adapt tanhAdhemerval Zanella
2026-03-05benchtests: Adapt sinhAdhemerval Zanella
2026-03-05benchtests: Adapt coshAdhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-17malloc: remove fastbin testsDev Jain
2025-12-16benchtests: Add pthread mutex trylock recursive throughput test (BZ #33704)Sunil K Pandey
2025-12-16benchtests: Refactor pthread trylock throughput test (BZ #33704)Sunil K Pandey
2025-12-13benchtests: Add pthread mutex trylock throughput test (BZ #33704)Sunil K Pandey
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-12-05benchtests: Add benchtests for rsqrtJames Chesterman
2025-12-05benchtests: Add benchtests for rsqrtfJames Chesterman
2025-11-21benchtests: Fix bench-build after cd748a63abAdhemerval Zanella
2025-11-21bench-malloc-thread: Add libm for powfAdhemerval Zanella
2025-11-21benchtests: Remove clang warningsAdhemerval Zanella
2025-11-21benchtests: Add attribute_optimizeAdhemerval Zanella
2025-11-21benchtests: Use __f128 on ilogbf128-inputs constantsAdhemerval Zanella
2025-11-21benchtests: Add fmaf benchtestsAdhemerval Zanella
2025-11-21benchtests: Add fma benchtestsAdhemerval Zanella
2025-11-13htl: Drop pthread-functions infrastructureSamuel Thibault
2025-11-12hurd: Drop remnants of cthreadsSamuel Thibault
2025-11-10benchtests: Add benchmarks for frexp functionsOsama Abdelkader
2025-10-22plot_strings.py: Replace np.complex with complexH.J. Lu
2025-10-08benchtests: Improve fmod benchmarkAdhemerval Zanella
2025-10-08benchtests: Add lgammaf_r benchmarkAdhemerval Zanella
2025-10-01benchtests: Add remainderf benchtestAdhemerval Zanella
2025-10-01benchtests: Add remainder benchtestAdhemerval Zanella
2025-09-27AArch64: Implement AdvSIMD and SVE log10p1(f) routinesLuna Lamb
2025-09-27AArch64: Implement AdvSIMD and SVE log2p1(f) routinesLuna Lamb
2025-09-23benchtests: Add workload for tgammaf-inputsAdhemerval Zanella
2025-09-22benchtests: Fix warning in bench-strchr.cWilco Dijkstra
2025-09-11benchtests: Add workload directive for tgammaAdhemerval Zanella
2025-09-11benchtests: Add workload directive for erf and erfcAdhemerval Zanella
2025-09-11benchtests: Add workload for lgammaAdhemerval Zanella
2025-09-11benchtests: Add workload for asinhAdhemerval Zanella
2025-09-11benchtests: Add workload for acoshAdhemerval Zanella
2025-09-02AArch64: Implement exp2m1 and exp10m1 routinesHasaan Khan
2025-08-27added benchmark inputs for rsqrtf and rsqrtPaul Zimmermann
2025-08-26add missing benchmark files for several C23 binary64 functionsPaul Zimmermann
2025-08-12benchtests: Avoid truncation in random memcpy/memset benchmarksWilco Dijkstra
2025-08-04Revert "benchtests: Avoid overflow in random memcpy/memset benchmarks"Wilco Dijkstra
2025-08-04benchtests: Avoid overflow in random memcpy/memset benchmarksWilco Dijkstra
2025-08-02benchtests: Cleanup bench-malloc-threadWilco Dijkstra
2025-07-29replace atan2-inputs with more meaningful inputsPaul Zimmermann
2025-06-24benchtests: Add IPv6 inet_ntop benchmarkAdhemerval Zanella
2025-06-24benchtests: Add IPv4 inet_ntop benchmarkAdhemerval Zanella
2025-06-13benchtests: Improve modf benchtestAdhemerval Zanella
2025-06-13benchtests: Add modff benchtestAdhemerval Zanella
2025-05-23libmvec: Add inputs for asinpi(f), acospi(f), atanpi(f) and atan2pi(f)Wilco Dijkstra
2025-05-15benchtest: malloc tcache hotpath benchtestCupertino Miranda