summaryrefslogtreecommitdiff
path: root/src/math/nearbyint.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-13math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy1-0/+1
2012-03-20nearbyint optimization (only clear inexact when necessary)nsz1-12/+11
2012-03-13remove libm.h includes when math.h and float.h are enoughnsz1-1/+1
2012-03-13first commit of the new libm!Rich Felker1-0/+20