aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k/m680x0
AgeCommit message (Expand)AuthorFilesLines
2024-01-12math: remove exp10 wrappersWilco Dijkstra1-0/+3
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert52-52/+52
2023-08-25m68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and __mpn_rshiftAdhemerval Zanella3-7/+14
2023-08-25m68k: Fix build with -mcpu=68040 or higher (BZ 30740)Adhemerval Zanella1-1/+0
2023-08-21Remove references to the defunct db2 subdirAndreas Schwab1-3/+0
2023-08-17m68k: fix __mpn_lshift and __mpn_rshift for non-68020Andreas Schwab2-4/+4
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2-0/+28
2023-02-17string: Remove string_private.hAdhemerval Zanella1-21/+0
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers53-53/+53
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