commit | 369be8f618ac145d2421ea4bfff86ee774ad618c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Oct 19 16:14:06 2011 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Oct 19 16:14:06 2011 +0000 |
tree | 6b7f1e6b30e8cc6a60febe9c25f9f17f841db34c | |
parent | b8b8ea05c4008343afcedf99b9c91fd750ea90e5 [diff] |
softfloat: Implement fused multiply-add Implement fused multiply-add as a softfloat primitive. This implements "a+b*c" as a single step without any intermediate rounding; it is specified in IEEE 754-2008 and implemented in a number of CPUs. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>