summaryrefslogtreecommitdiff
path: root/sysdeps/m68k
AgeCommit message (Expand)Author
2026-03-16math: Remove the SVID error handling from sinhAdhemerval Zanella
2026-03-16math: Remove the SVID error handling from coshAdhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-11-05math: Remove the SVID error handling from atan2fAdhemerval Zanella
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from sinhfAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderfAdhemerval Zanella
2025-11-04nptl: Remove ATOMIC_EXCHANGE_USES_CAS usageWilco Dijkstra
2025-11-04Define __HAVE_64B_ATOMICS from compiler supportWilco Dijkstra
2025-11-04m68k: Consolidade atomic-machine.h and Remove ununsed atomic macrosAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from coshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from atanhfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from asinfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acosfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from log10fAdhemerval Zanella
2025-10-30m68k: Remove SVID error handling on fmodAdhemerval Zanella
2025-10-30m68k: Avoid include e_fmod.c on fmod/remainder implementationAdhemerval Zanella
2025-10-30m68k: Remove the SVID error handling from fmodfAdhemerval Zanella
2025-09-23math: Remove unused filesAdhemerval Zanella
2025-09-11math: Add fetestexcept internal aliasAdhemerval Zanella
2025-09-11math: Add feclearexcept internal aliasAdhemerval Zanella
2025-09-09atomic: Switch m68k to builtin atomicsWilco Dijkstra
2025-08-27elf: early conversion of elf p_flags to mprotect flagsCupertino Miranda
2025-06-02math: Optimize float ilogb/llogbAdhemerval Zanella
2025-06-02math: Optimize double ilogb/llogbAdhemerval Zanella
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella
2025-01-10Add missing include guards to <dl-tls.h>Florian Weimer
2025-01-09Move <thread_pointer.h> to kernel-independent sysdeps directoriesFlorian Weimer
2025-01-02elf: Remove the remaining uses of GET_ADDR_OFFSETFlorian Weimer
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-18math: Use tanhf from CORE-MATHAdhemerval Zanella
2024-12-18math: Use atanhf from CORE-MATHAdhemerval Zanella
2024-12-18math: Use atan2f from CORE-MATHAdhemerval Zanella
2024-12-18math: Use asinhf from CORE-MATHAdhemerval Zanella
2024-12-18math: Use acoshf from CORE-MATHAdhemerval Zanella
2024-12-09nptl: Add <thread_pointer.h> for m68kMichael Jeanson
2024-11-28Remove nios2-linux-gnuAdhemerval Zanella
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella
2024-11-22math: Use erfcf from CORE-MATHAdhemerval Zanella
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella
2024-11-01math: Add e_gammaf_r to glibc code and styleAdhemerval Zanella
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann
2024-07-08math: Update m68k ULPsAndreas K. Hüttel
2024-06-17Implement C23 logp1Joseph Myers