From 1578d64ffa884dae4cb57e286e16fc1ca94311d7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 8 Jun 2015 12:39:23 -0800 Subject: Add FMA to FutureFeatures.md. --- FutureFeatures.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FutureFeatures.md') 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. -- cgit v1.2.3