Merge remote-tracking branch 'nsz/math'
[musl] / src / math / fma.c
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-13 Szabolcs Nagymath: use '#pragma STDC FENV_ACCESS ON' when fenv is...
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!