about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64
Commit message (Expand)AuthorAgeFilesLines
* Fix i686-linux-gnu build with GCC mainline.Joseph Myers2018-05-221-0/+9
* Add narrowing divide functions.Joseph Myers2018-05-172-0/+64
* Add narrowing multiply functions.Joseph Myers2018-05-162-0/+64
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-1112-0/+12
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1019-0/+19
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-0912-0/+12
* Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2018-04-152-7/+211
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2018-04-032-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2018-04-031-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2018-04-031-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2018-04-032-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2018-04-032-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2018-04-032-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-031-26/+14
* Add narrowing subtract functions.Joseph Myers2018-03-202-0/+64
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-158-19/+19
* Remove mplog and mpexpWilco Dijkstra2018-02-154-260/+0
* Remove slow paths from expSzabolcs Nagy2018-02-123-133/+18
* Remove slow paths from powWilco Dijkstra2018-02-125-453/+40
* Add narrowing add functions.Joseph Myers2018-02-102-0/+64
* Remove slow paths from logWilco Dijkstra2018-02-072-205/+16
* Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers2018-02-016-6/+12
* Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell2018-02-011-1/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01101-101/+101
* Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger2017-12-191-1/+2
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-194-471/+270
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-194-270/+471
* Use libm_alias_double for dbl-64 fma.Joseph Myers2017-10-041-6/+2
* [BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy2017-10-041-5/+5
* [BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy2017-10-042-2/+2
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-032-8/+6
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-032-7/+6
* Use libm_alias_float for dbl-64 fmaf.Joseph Myers2017-10-031-1/+2
* Use libm_alias_double for dbl-64 frexp.Joseph Myers2017-10-032-10/+4
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-0318-95/+37
* Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2017-10-022-10/+4
* Make dbl-64 atan and tan into weak aliases.Joseph Myers2017-10-022-6/+14
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-2929-140/+51
* Use fabs(f/l) rather than __fabsWilco Dijkstra2017-09-293-3/+3
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-282-6/+6
* Fix typo in sincos32.h inclusion guard.Stefan Liebler2017-09-251-1/+1
* Make more libm functions into weak aliases.Joseph Myers2017-09-1414-30/+58
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-131-41/+0
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-051-1/+3
* Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy2017-08-241-3/+3
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-0/+1
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-0329-57/+57
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-2/+2
* Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho2017-02-173-3/+3
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-152-2/+2