clean up dns_parse_callback
[musl] / src / math / fma.c
2017-10-14 Szabolcs Nagymath: rewrite fma with mostly int arithmetics
2015-02-08 Szabolcs Nagyadd parenthesis in fma.c to clarify intent and silence...
2013-10-07 Szabolcs Nagymath: fix rare underflow issue in fma
2013-09-05 Szabolcs Nagymath: remove *_WORD64 macros from libm.h
2013-09-05 Szabolcs Nagymath: fix remaining old long double code (erfl, fmal...
2013-05-19 Szabolcs Nagymath: add fma TODO comments about the underflow issue
2013-05-19 Szabolcs Nagymath: fix two fma issues (only affects non-nearest...
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!