aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FutureFeatures.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 81f392b..92da214 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -235,7 +235,8 @@ use cases:
* float64.maxnum - maximum; if exactly one operand is NaN, returns the other operand
* float64.fma - fused multiply-add (results always conforming to IEEE-754)
-MinNum, and MaxNum operations would treat -0 as being effectively less than 0.
+`minnum` and `maxnum` operations would treat `-0.0` as being effectively less
+than `0.0`.
Note that some operations, like fma, may not be available or may not perform
well on all platforms. These should be guarded by