about summary refs log tree commit diff
path: root/sysdeps/m68k/m680x0
Commit message (Expand)AuthorAgeFilesLines
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2018-05-092-20/+37
* Revert m68k __ieee754_sqrt changeWilco Dijkstra2018-03-161-0/+1
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-1/+0
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-151-1/+1
* Remove mplog and mpexpWilco Dijkstra2018-02-152-2/+0
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+0
* Remove slow paths from powWilco Dijkstra2018-02-122-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0151-51/+51
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-0/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+0
* Fix m68k bits/mathinline.h attributes (bug 22631).Joseph Myers2017-12-192-68/+73
* Rework m68k libm functions to use declare_mgen_alias.Joseph Myers2017-11-3073-434/+654
* Use libm_alias macros in m68k llrint functions.Joseph Myers2017-11-303-3/+6
* Use declare_mgen_alias in m68k templates.Joseph Myers2017-11-304-4/+4
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-023-0/+3
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-022-0/+2
* New generic powfSzabolcs Nagy2017-09-291-0/+1
* New generic log2fSzabolcs Nagy2017-09-291-0/+1
* New generic logfSzabolcs Nagy2017-09-291-0/+1
* Remove ancient __signbit inlinesWilco Dijkstra2017-09-281-24/+0
* Simplify C99 isgreater macrosWilco Dijkstra2017-09-281-54/+0
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-252-0/+2
* Simplify HUGE_VAL definitions.Joseph Myers2017-08-311-41/+0
* Fix m68k bits/math-inline.h macro namespace (bug 22035).Joseph Myers2017-08-291-33/+40
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-036-6/+6
* Remove bits/string.h.Zack Weinberg2017-06-201-24/+0
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-0/+3
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-7/+8
* m68k: fix 64bit atomic opsAndreas Schwab2017-02-011-6/+8
* Remove very old libm-test-ulps entries.Joseph Myers2017-01-201-8/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0142-42/+42
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-20/+0
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-012-9/+24
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-242-8/+25
* Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2016-11-041-0/+1
* Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy2016-09-011-3/+0
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-293-17/+4
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-196-37/+10
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-193-19/+5
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-182-3/+23
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0440-40/+40
* Fix math_private.h multiple include guards.Joseph Myers2015-11-201-1/+2
* Make nextafter, nexttoward set errno (bug 6799).Joseph Myers2015-11-021-0/+3
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-204-9/+4
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-192-5/+2
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-161-1/+0
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-111-0/+0
* m68k: update libm test ULPsAndreas Schwab2015-07-211-133/+311
* Set errno for log1p on pole/domain error.Stefan Liebler2015-04-133-0/+6