use libc-internal malloc for pthread_atfork
[musl] / src / math / fmaf.c
2021-07-06 Szabolcs Nagymath: fix fmaf not to depend on FE_TOWARDZERO
2018-04-02 Szabolcs Nagyfix fmaf wrong result
2013-10-07 Szabolcs Nagymath: fix rare underflow issue in fma
2013-05-19 Szabolcs Nagymath: add fma TODO comments about the underflow issue
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-03-17 Rich Felkermake fma and lrint functions build without full fenv...
2012-03-13 Rich Felkerfirst commit of the new libm!