From 5cbe16179caa899e50fda07e5988d2c97c951ce7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 10 Jun 2015 09:13:37 -0700 Subject: Also mention conversion from float16 to float64. --- FutureFeatures.md | 6 +++--- 1 file 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, -- cgit v1.2.3