about summary refs log tree commit diff
path: root/src/math/fma.c
Commit message (Expand)AuthorAgeFilesLines
* math: rewrite fma with mostly int arithmeticsSzabolcs Nagy2017-10-131-431/+154
* add parenthesis in fma.c to clarify intent and silence warningsSzabolcs Nagy2015-02-081-1/+1
* math: fix rare underflow issue in fmaSzabolcs Nagy2013-10-071-2/+14
* math: remove *_WORD64 macros from libm.hSzabolcs Nagy2013-09-051-13/+13
* math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy2013-09-051-24/+14
* math: add fma TODO comments about the underflow issueSzabolcs Nagy2013-05-191-0/+2
* math: fix two fma issues (only affects non-nearest rounding mode, x86)Szabolcs Nagy2013-05-191-4/+38
* math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy2012-11-131-0/+2
* math: fix fma bug on x86 (found by Bruno Haible with gnulib)nsz2012-06-201-2/+10
* use scalbn or *2.0 instead of ldexp, fix fmalnsz2012-03-191-6/+6
* remove unnecessary TODO comments from fma.cnsz2012-03-191-5/+1
* add fma implementation for x86nsz2012-03-191-7/+143
* 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/+270