aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k/m680x0/fpu
AgeCommit message (Expand)AuthorFilesLines
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella2-1239/+0
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert41-41/+41
2024-12-18math: Use tanhf from CORE-MATHAdhemerval Zanella1-3/+0
2024-12-18math: Use atan2f from CORE-MATHAdhemerval Zanella1-8/+0
2024-12-18math: Use asinhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use acoshf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use erfcf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella1-0/+20
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Add e_gammaf_r to glibc code and styleAdhemerval Zanella1-1/+0
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann1-4/+0
2024-07-08math: Update m68k ULPsAndreas K. Hüttel1-90/+361
2024-05-21math: Fix i386 and m68k exp10 on static build (BZ 31775)Adhemerval Zanella1-2/+7
2024-05-21math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella2-5/+7
2024-01-12math: remove exp10 wrappersWilco Dijkstra1-0/+3
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert40-40/+40
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2-0/+28
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers40-40/+40
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert40-40/+40
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar14-18/+0
2021-04-06m68: Fix build after 9acda61d94acAdhemerval Zanella1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert40-40/+40
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-0/+5
2020-03-19math: Remove inline math testsAdhemerval Zanella1-584/+0
2020-03-19m68k: Remove mathinline.hAdhemerval Zanella15-378/+238
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho2-2/+2
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra45-47/+52
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers41-41/+41
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert41-41/+41
2019-02-26Add and move fall-through comments in system-specific code.Joseph Myers1-0/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers41-41/+41
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy2-0/+2
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers1-0/+1
2018-09-19Add new pow implementationSzabolcs Nagy1-0/+1
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers1-0/+1
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers3-0/+3
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-0/+1
2018-09-12Add new log2 implementationSzabolcs Nagy1-0/+1
2018-09-12Add new log implementationSzabolcs Nagy1-0/+1
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy3-1/+2
2018-08-24Remove unused math filesWilco Dijkstra3-9/+0
2018-08-10Improve performance of sincosfWilco Dijkstra1-0/+1