summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/m680x0/fpu
AgeCommit message (Expand)Author
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-12-19Fix m68k bits/mathinline.h attributes (bug 22631).Joseph Myers
2017-11-30Rework m68k libm functions to use declare_mgen_alias.Joseph Myers
2017-11-30Use libm_alias macros in m68k llrint functions.Joseph Myers
2017-11-30Use declare_mgen_alias in m68k templates.Joseph Myers
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy
2017-09-29New generic powfSzabolcs Nagy
2017-09-29New generic log2fSzabolcs Nagy
2017-09-29New generic logfSzabolcs Nagy
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-08-29Fix m68k bits/math-inline.h macro namespace (bug 22035).Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-01-20Remove very old libm-test-ulps entries.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-20Fix math_private.h multiple include guards.Joseph Myers
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-09-16Make scalbn set errno (bug 6803).Joseph Myers
2015-07-21m68k: update libm test ULPsAndreas Schwab
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler
2015-01-25m68k: fix missing definition of __feraiseexceptAndreas Schwab
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-07-13m68k: update libm test ULPsAndreas Schwab
2014-06-25m68k: Add compat symbols for scalbln*Andreas Schwab
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler
2014-06-17m68k: update libm test ULPsAndreas Schwab
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers
2014-03-05Don't include individual test ulps in libm-test-ulps.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-10Move m68k from ports to libcAndreas Schwab