aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-06-10 09:13:37 -0700
committerDan Gohman <sunfish@mozilla.com>2015-06-12 14:26:17 -0700
commit5cbe16179caa899e50fda07e5988d2c97c951ce7 (patch)
treef554bf5b7fa3b7133e22cbb9c9bd1d1b72cf7cb8
parentb12be6709e1762804793c5fd22d3468c33c40026 (diff)
downloadnanowasm-design-5cbe16179caa899e50fda07e5988d2c97c951ce7.tar.gz
Also mention conversion from float16 to float64.
-rw-r--r--FutureFeatures.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 1cccb12..0623143 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -251,9 +251,9 @@ would need clarification.
## 16-bit and 128-bit floating-point support
For 16-bit floating-point support, it may make sense to split the feature
-into two parts: support for just converting between 16-bit and 32-bit
-formats possibly folded into load and store operations, and full support
-for actual 16-bit arithmetic.
+into two parts: support for just converting between 16-bit and 32-bit or
+64-bit formats possibly folded into load and store operations, and full
+support for actual 16-bit arithmetic.
128-bit is an interesting question because hardware support for it is very
rare, so it's usually going to be implemented with software emulation anyway,