about summary refs log tree commit diff
path: root/src/math/fmal.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix rare underflow issue in fmaSzabolcs Nagy2013-10-071-2/+14
* math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy2013-09-051-14/+16
* math: add fma TODO comments about the underflow issueSzabolcs Nagy2013-05-191-0/+2
* math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy2012-11-131-0/+1
* use scalbn or *2.0 instead of ldexp, fix fmalnsz2012-03-191-6/+6
* fmal bug fix: nan input should not raise exceptionnsz2012-03-191-4/+4
* make fma and lrint functions build without full fenv supportRich Felker2012-03-161-2/+12
* first commit of the new libm!Rich Felker2012-03-131-0/+266