aboutsummaryrefslogtreecommitdiff
path: root/EssentialPostV1Features.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-05-01 10:02:39 -0500
committerLuke Wagner <mail@lukewagner.name>2015-05-01 10:02:39 -0500
commit247be80590029da3da1add9705dfe6efe76079ee (patch)
tree5ec140570a0fd7eb020a3b8b19103b34260c8c5c /EssentialPostV1Features.md
parentdae7a37fc4a54654753769e789c265de045ccaf5 (diff)
downloadnanowasm-design-247be80590029da3da1add9705dfe6efe76079ee.tar.gz
Fill in SIMD
Diffstat (limited to 'EssentialPostV1Features.md')
-rw-r--r--EssentialPostV1Features.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md
index 4976187..8305bac 100644
--- a/EssentialPostV1Features.md
+++ b/EssentialPostV1Features.md
@@ -16,7 +16,10 @@ in [future versions](FutureFeatures.md).
[synchronic]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4195.pdf
## Fixed-width SIMD
-* TODO
+* Essentially, import [SIMD.js](https://github.com/johnmccutchan/ecmascript_simd).
+ * Would be statically typed analogous to [SIMD.js-in-asm.js](discourse.specifiction.org/t/request-for-comments-simd-js-in-asm-js).
+ * The goal is to both reuse specification of op semantics (with TC39) and backend implementation (same IR nodes)
+* Track SIMD.js after v.1.
## Zero-cost Exception Handling
* Developer access to stack unwinding and inspection.