aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-04-30 09:43:40 -0700
committerDan Gohman <sunfish@mozilla.com>2015-04-30 09:43:40 -0700
commit6f72e6053c63f1ab96fb71fc427afd34ff689e2f (patch)
tree7a6012698f8d71f3cc910429c167748a2f85dee6
parent878f1149991414720edfc0a32bb77e9ffeb6b251 (diff)
downloadnanowasm-design-6f72e6053c63f1ab96fb71fc427afd34ff689e2f.tar.gz
Clean up accidential duplication of "extra math" features.
And clarify the portability situation for "extra math" features.
-rw-r--r--EssentialPostV1Features.md6
-rw-r--r--FutureFeatures.md2
2 files changed, 1 insertions, 7 deletions
diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md
index d8b8468..f248a17 100644
--- a/EssentialPostV1Features.md
+++ b/EssentialPostV1Features.md
@@ -43,9 +43,3 @@ feedback.
## Irreducible control flow
* TODO
-
-## Extra math
-The following features may not work the same on all platforms:
-* Fused multiply-add.
-* Reciprocal square-root approximate.
-* 16-bit floating-point values.
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 999fc7b..8380dd9 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -38,6 +38,6 @@ which are expected to be standardized immediately after v.1.
## Non-fixed-width SIMD
* TODO
-## Operations which may not work the same on all platforms
+## Operations which may not be available or may not perform well on all platforms
* FMA, reciprocal sqrt approximate, fp16
* TODO