summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)Author
2018-05-22Fix i686-linux-gnu build with GCC mainline.Joseph Myers
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers
2018-04-15Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty
2018-04-03[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra
2018-04-03[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra
2018-04-03[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra
2018-04-03[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra
2018-04-03[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra
2018-04-03[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra
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-10Add narrowing add functions.Joseph Myers
2018-02-07Remove slow paths from logWilco Dijkstra
2018-02-01Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers
2018-02-01Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger
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-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers
2017-10-04[BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy
2017-10-04[BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers
2017-10-03Use libm_alias_float for dbl-64 fmaf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 frexp.Joseph Myers
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler
2017-09-14Make more libm functions into weak aliases.Joseph Myers
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-08-24Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes