about summary refs log tree commit diff
path: root/src/math/fmaf.c
Commit message (Expand)AuthorAgeFilesLines
* math: fix fmaf not to depend on FE_TOWARDZEROSzabolcs Nagy2021-07-061-11/+10
* fix fmaf wrong resultSzabolcs Nagy2018-04-021-1/+1
* math: fix rare underflow issue in fmaSzabolcs Nagy2013-10-071-9/+27
* math: add fma TODO comments about the underflow issueSzabolcs Nagy2013-05-191-2/+10
* math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy2012-11-131-0/+1
* make fma and lrint functions build without full fenv supportRich Felker2012-03-161-0/+2
* first commit of the new libm!Rich Felker2012-03-131-0/+64