summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32
Commit message (Expand)AuthorAgeFilesLines
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-6/+60
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0139-39/+39
* x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2018-12-262-70/+88
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-111-0/+12
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-281-1/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-276-11/+12
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-1/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-2/+3
* Fix the documentation comment of checkint in powfSzabolcs Nagy2018-09-191-1/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-1/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-1/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-143-4/+5
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-044-4/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-039-0/+9
* Remove unused math filesWilco Dijkstra2018-08-244-400/+0
* Speedup tanf range reductionWilco Dijkstra2018-08-231-1/+28
* Use generic sinf/cosf in lgammaf_rWilco Dijkstra2018-08-153-112/+8
* Improve performance of sinf and cosfWilco Dijkstra2018-08-143-370/+134
* Improve performance of sincosfWilco Dijkstra2018-08-103-132/+256
* Clean up converttoint handling and document the semanticsSzabolcs Nagy2018-08-102-9/+16
* Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy2018-07-023-11/+11
* Fix i686-linux-gnu build with GCC mainline.Joseph Myers2018-05-221-0/+10
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-116-0/+6
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1015-0/+15
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-0913-0/+13
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-158-17/+17
* Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell2018-02-011-2/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0137-37/+37
* New generic sincosfRajalakshmi Srinivasaraghavan2017-12-164-237/+297
* New generic cosfPaul Clarke2017-12-111-40/+214
* math: Use sign as double for reduced case in sinfAdhemerval Zanella2017-12-051-2/+2
* [PATCH] fix sinf(NAN)Szabolcs Nagy2017-12-051-3/+3
* s_sinf.c: Replace floor with simple castsH.J. Lu2017-12-051-6/+6
* Use __floor not floor in sinf.Joseph Myers2017-12-041-2/+2
* New generic sinfRajalakshmi Srinivasaraghavan2017-12-041-41/+226
* Add libm_alias_*_other_r macros.Joseph Myers2017-10-105-0/+10
* [BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy2017-10-041-3/+3
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-026-6/+24
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-024-4/+23
* Use fabs(f/l) rather than __fabsWilco Dijkstra2017-09-292-2/+2
* New generic powfSzabolcs Nagy2017-09-293-199/+261
* New generic log2fSzabolcs Nagy2017-09-293-73/+130
* New generic logfSzabolcs Nagy2017-09-293-73/+131
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-281-2/+2
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-256-566/+374
* Use libm_alias_float in flt-32.Joseph Myers2017-09-2240-39/+73
* Make more libm functions into weak aliases.Joseph Myers2017-09-1410-10/+20
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-131-37/+0
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-051-0/+2
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-0/+1