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