summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_lrint.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c,kettenis2006-09-251-0/+95
s_lrint.c and s_lrintf.c, and add i387-specific assembler versions. ok deraadt@, otto@