From 05ab2fa303d26edc53f2bba793972d931829af7f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 16 Jun 2015 09:28:45 -0700 Subject: Code-quote and capitalize consistently with AstSemantics.md. --- FutureFeatures.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3