diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-06-08 12:39:23 -0800 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-06-12 14:26:17 -0700 |
| commit | 1578d64ffa884dae4cb57e286e16fc1ca94311d7 (patch) | |
| tree | 335b5a7193ad81a90032b38c618ef4152c4d47be /FutureFeatures.md | |
| parent | 071bc0fd8e9ce738f00a3f699c24460806058b38 (diff) | |
| download | nanowasm-design-1578d64ffa884dae4cb57e286e16fc1ca94311d7.tar.gz | |
Add FMA to FutureFeatures.md.
Diffstat (limited to 'FutureFeatures.md')
| -rw-r--r-- | FutureFeatures.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md index 7eaca32..c38225b 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -234,8 +234,10 @@ use cases: * Float32MinNum - minimum; if exactly one operand is NaN, returns the other operand * Float32MaxNum - maximum; if exactly one operand is NaN, returns the other operand + * Float32FMA - fused multiply-add * Float64MinNum - minimum; if exactly one operand is NaN, returns the other operand * Float64MaxNum - maximum; if exactly one operand is NaN, returns the other operand + * Float64FMA - fused multiply-add MinNum, and MaxNum operations would treat -0 as being effectively less than 0. |
