math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed
[musl] / src / math / lrintl.c
2012-11-13 Szabolcs Nagymath: use '#pragma STDC FENV_ACCESS ON' when fenv is...
2012-03-18 nszmake lrint and llrint functions work without fenv support
2012-03-18 nszfaster lrint and llrint functions
2012-03-17 Rich FelkerMerge remote branch 'nsz/master'
2012-03-13 nszremove libm.h includes when math.h and float.h are...
2012-03-13 Rich Felkerfirst commit of the new libm!