elf.h: add ELFCOMPRESS_ZSTD
[musl] / src / math / modfl.c
2014-10-31 Szabolcs Nagymath: use the rounding idiom consistently
2014-04-11 Szabolcs Nagymath: fix aliasing violation in long double wrappers
2013-10-06 Szabolcs Nagymath: remove an unused variable from modfl
2013-09-05 Szabolcs Nagymath: rewrite remainder functions (remainder, remquo...
2012-07-03 Rich Felkerfix invalid implicit pointer conversion in ld64 modfl
2012-03-28 nszmath: fix modfl.c bug
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nsznew modff.c code, fix nan handling in modfl
2012-03-13 Rich Felkerfirst commit of the new libm!