about summary refs log tree commit diff
path: root/src/math/nearbyint.c
Commit message (Expand)AuthorAgeFilesLines
* math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy2012-11-131-0/+1
* nearbyint optimization (only clear inexact when necessary)nsz2012-03-201-12/+11
* remove libm.h includes when math.h and float.h are enoughnsz2012-03-131-1/+1
* first commit of the new libm!Rich Felker2012-03-131-0/+20