aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k/m680x0
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert53-53/+53
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella1-28/+0
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar15-19/+0
2021-04-06m68: Fix build after 9acda61d94acAdhemerval Zanella1-1/+0
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer1-0/+26
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert52-52/+52
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 Myers53-53/+53
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert53-53/+53
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 Myers53-53/+53
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
2018-06-22m68k: Reorganize log1p and significand implementationsTulio Magno Quites Machado Filho6-32/+44
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers1-0/+1
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2-20/+37
2018-03-16Revert m68k __ieee754_sqrt changeWilco Dijkstra1-0/+1
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-1/+0
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra1-1/+1
2018-02-15Remove mplog and mpexpWilco Dijkstra2-2/+0
2018-02-12Remove slow paths from expSzabolcs Nagy1-1/+0
2018-02-12Remove slow paths from powWilco Dijkstra2-2/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers51-51/+51
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-0/+1
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-1/+0
2017-12-19Fix m68k bits/mathinline.h attributes (bug 22631).Joseph Myers2-68/+73
2017-11-30Rework m68k libm functions to use declare_mgen_alias.Joseph Myers73-434/+654
2017-11-30Use libm_alias macros in m68k llrint functions.Joseph Myers3-3/+6
2017-11-30Use declare_mgen_alias in m68k templates.Joseph Myers4-4/+4
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy3-0/+3
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy2-0/+2
2017-09-29New generic powfSzabolcs Nagy1-0/+1
2017-09-29New generic log2fSzabolcs Nagy1-0/+1
2017-09-29New generic logfSzabolcs Nagy1-0/+1