summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32
AgeCommit message (Expand)Author
2018-07-02Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy
2018-05-22Fix i686-linux-gnu build with GCC mainline.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-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra
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-16New generic sincosfRajalakshmi Srinivasaraghavan
2017-12-11New generic cosfPaul Clarke
2017-12-05math: Use sign as double for reduced case in sinfAdhemerval Zanella
2017-12-05[PATCH] fix sinf(NAN)Szabolcs Nagy
2017-12-05s_sinf.c: Replace floor with simple castsH.J. Lu
2017-12-04Use __floor not floor in sinf.Joseph Myers
2017-12-04New generic sinfRajalakshmi Srinivasaraghavan
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers
2017-10-04[BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra
2017-09-29New generic powfSzabolcs Nagy
2017-09-29New generic log2fSzabolcs Nagy
2017-09-29New generic logfSzabolcs Nagy
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-09-22Use libm_alias_float in flt-32.Joseph Myers
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-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-06-23Optimized version of powf()Paul Clarke
2017-03-15Improve float range reduction accuracy near pi/2 (bug 21094).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
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler