about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
Commit message (Expand)AuthorAgeFilesLines
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-111-65/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-1/+1
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-031-5/+2
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-281-4/+4
* Use __copysign rather than copysign.Wilco Dijkstra2015-04-221-1/+1
* Clean up dbl-64 rint, nearbyint.Joseph Myers2012-03-131-12/+0
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Start optimizing the use of the fenv interfaces in libm itselfUlrich Drepper2011-10-181-18/+10
* Optimized nearbyint for 64-bit.Ulrich Drepper2009-08-251-0/+86