math: add fma TODO comments about the underflow issue
authorSzabolcs Nagy <nsz@port70.net>
Sun, 19 May 2013 14:43:32 +0000 (14:43 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sun, 19 May 2013 14:43:32 +0000 (14:43 +0000)
commit1e5eb73545ca6cfe8b918798835aaf6e07af5beb
treed1af43fb6a86387586e5fbdcede7d2a3f56c78d4
parentffd8ac2dd50f99c3c83d7d9d845df9874ec3e7d5
math: add fma TODO comments about the underflow issue

The underflow exception is not raised correctly in some
cornercases (see previous fma commit), added comments
with examples for fmaf, fmal and non-x86 fma.

In fmaf store the result before returning so it has the
correct precision when FLT_EVAL_METHOD!=0
src/math/fma.c
src/math/fmaf.c
src/math/fmal.c