diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-06-10 09:13:37 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-06-12 14:26:17 -0700 |
| commit | 5cbe16179caa899e50fda07e5988d2c97c951ce7 (patch) | |
| tree | f554bf5b7fa3b7133e22cbb9c9bd1d1b72cf7cb8 | |
| parent | b12be6709e1762804793c5fd22d3468c33c40026 (diff) | |
| download | nanowasm-design-5cbe16179caa899e50fda07e5988d2c97c951ce7.tar.gz | |
Also mention conversion from float16 to float64.
| -rw-r--r-- | FutureFeatures.md | 6 |
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, |
