math: raise invalid flag in ilogb*.c on +-0, +-inf and nan
[musl] / src / math / fma.c
2012-06-20 nszmath: fix fma bug on x86 (found by Bruno Haible with...
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszuse scalbn or *2.0 instead of ldexp, fix fmal
2012-03-19 Rich FelkerMerge remote branch 'nsz/master'
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszMerge branch 'master' of git://git.etalabs.net/musl
2012-03-19 nszremove unnecessary TODO comments from fma.c
2012-03-18 nszadd fma implementation for x86
2012-03-17 Rich Felkermake fma and lrint functions build without full fenv...
2012-03-13 Rich Felkerfirst commit of the new libm!