aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-06-16 09:28:45 -0700
committerDan Gohman <sunfish@mozilla.com>2015-06-16 09:28:45 -0700
commit05ab2fa303d26edc53f2bba793972d931829af7f (patch)
treec325e355a6fb860ebf1afb8faed15f6f081a2aff
parentea06bd083415a327085984eb78a4e59ca0e4b739 (diff)
downloadnanowasm-design-05ab2fa303d26edc53f2bba793972d931829af7f.tar.gz
Code-quote and capitalize consistently with AstSemantics.md.
-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