aboutsummaryrefslogtreecommitdiff
path: root/FutureFeatures.md
diff options
context:
space:
mode:
Diffstat (limited to 'FutureFeatures.md')
-rw-r--r--FutureFeatures.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index e21cba7..5d60a04 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -224,3 +224,12 @@ use cases:
* Int32SMax - signed maximum
* Int32UMin - unsigned minimum
* Int32UMax - unsigned maximum
+
+## Additional floating point operations
+
+ * Float32MinNum - minimum; if exactly one operand is NaN, returns the other operand
+ * Float32MaxNum - maximum; if exactly one operand is NaN, returns the other operand
+ * Float64MinNum - minimum; if exactly one operand is NaN, returns the other operand
+ * Float64MaxNum - maximum; if exactly one operand is NaN, returns the other operand
+
+MinNum, and MaxNum operations would treat -0 as being effectively less than 0.