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)
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


No differences found