about summary refs log tree commit diff
path: root/sysdeps/m68k
Commit message (Expand)AuthorAgeFilesLines
...
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-201-0/+1
* Add new pow implementationSzabolcs Nagy2018-09-191-0/+1
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-0/+1
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-145-0/+5
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Add new log2 implementationSzabolcs Nagy2018-09-121-0/+1
* Add new log implementationSzabolcs Nagy2018-09-121-0/+1
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-053-1/+2
* Remove unused math filesWilco Dijkstra2018-08-243-9/+0
* Move EXCEPTION_TESTS_* out of math-tests.hJoseph Myers2018-08-231-26/+0
* Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers2018-08-221-3/+0
* Improve performance of sincosfWilco Dijkstra2018-08-101-0/+1
* m68k: Reorganize log1p and significand implementationsTulio Magno Quites Machado Filho2018-06-226-32/+44
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* 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
* Drop fpregset unused symbol expositionSamuel Thibault2018-04-201-1/+1
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+1
* 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
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+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
* Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers2018-02-061-88/+0
* Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers2018-02-011-4/+2
* Remove some math_private.h libc_feholdexcept_setround overrides.Joseph Myers2018-02-012-43/+0
* Remove some math_private.h libc_fe* overrides.Joseph Myers2018-02-011-3/+0
* Move some fenv.h override macros to generic math_private.h.Joseph Myers2018-02-011-7/+1
* Add ColdFire math-tests.h.Joseph Myers2018-02-011-0/+29
* Fix m68k bits/fenv.h for no-FPU ColdFire.Joseph Myers2018-02-011-11/+47
* Add no-FPU ColdFire math_private.h.Joseph Myers2018-01-241-0/+52
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01121-121/+121
* 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
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-123-2/+1
* Remove --with-fp / --without-fp.Joseph Myers2017-12-121-1/+5
* Use libm_alias_float for coldfire.Joseph Myers2017-11-303-3/+9
* Use libm_alias_double for coldfire.Joseph Myers2017-11-303-15/+9
* 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
* nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella2017-11-071-0/+2
* nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella2017-11-071-0/+5
* m68k: Update elf_machine_load_address for static PIEH.J. Lu2017-10-201-0/+6
* m68k: Check PIC instead of SHARED in start.SH.J. Lu2017-10-201-1/+1
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-023-0/+3
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-022-0/+2