summaryrefslogtreecommitdiff
path: root/sysdeps/m68k
AgeCommit message (Expand)Author
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-19Add new pow implementationSzabolcs Nagy
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-12Add new log2 implementationSzabolcs Nagy
2018-09-12Add new log implementationSzabolcs Nagy
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy
2018-08-24Remove unused math filesWilco Dijkstra
2018-08-23Move EXCEPTION_TESTS_* out of math-tests.hJoseph Myers
2018-08-22Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers
2018-08-10Improve performance of sincosfWilco Dijkstra
2018-06-22m68k: Reorganize log1p and significand implementationsTulio Magno Quites Machado Filho
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers
2018-04-20Drop fpregset unused symbol expositionSamuel Thibault
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki
2018-03-16Revert m68k __ieee754_sqrt changeWilco Dijkstra
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra
2018-03-11hurd: add gscope supportSamuel Thibault
2018-02-15Remove mplog and mpexpWilco Dijkstra
2018-02-12Remove slow paths from expSzabolcs Nagy
2018-02-12Remove slow paths from powWilco Dijkstra
2018-02-06Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers
2018-02-01Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers
2018-02-01Remove some math_private.h libc_feholdexcept_setround overrides.Joseph Myers
2018-02-01Remove some math_private.h libc_fe* overrides.Joseph Myers
2018-02-01Move some fenv.h override macros to generic math_private.h.Joseph Myers
2018-02-01Add ColdFire math-tests.h.Joseph Myers
2018-02-01Fix m68k bits/fenv.h for no-FPU ColdFire.Joseph Myers
2018-01-24Add no-FPU ColdFire math_private.h.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
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-12-12Add sysdeps/ieee754/soft-fp.Joseph Myers
2017-12-12Remove --with-fp / --without-fp.Joseph Myers
2017-11-30Use libm_alias_float for coldfire.Joseph Myers
2017-11-30Use libm_alias_double for coldfire.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-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella