about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c
Commit message (Expand)AuthorAgeFilesLines
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-111-58/+0
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-031-5/+2
* 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
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-161-12/+5
* Optimized rint implementation for x86-64.Ulrich Drepper2009-08-251-0/+79