aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
AgeCommit message (Expand)Author
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers
2015-04-22Use __copysign rather than copysign.Wilco Dijkstra
2012-03-13Clean up dbl-64 rint, nearbyint.Joseph Myers
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2011-10-18Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper
2009-08-25Optimized nearbyint for 64-bit.Ulrich Drepper