diff options
| author | Benjamin Bouvier <public@benj.me> | 2015-05-04 11:29:47 +0200 |
|---|---|---|
| committer | Benjamin Bouvier <public@benj.me> | 2015-05-04 11:29:47 +0200 |
| commit | 1625dec9fc0aef70f74da56459ff9e66be64f0af (patch) | |
| tree | ff8ca98a635c627f55fb2a1e2f669f28fe35dd27 /EssentialPostV1Features.md | |
| parent | 9712e4ff672fb128961d1a0591488febd412fc92 (diff) | |
| download | nanowasm-design-1625dec9fc0aef70f74da56459ff9e66be64f0af.tar.gz | |
Fix SIMD proposal link in EssentialPostV1Features
Diffstat (limited to 'EssentialPostV1Features.md')
| -rw-r--r-- | EssentialPostV1Features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md index 8494479..2f52fe8 100644 --- a/EssentialPostV1Features.md +++ b/EssentialPostV1Features.md @@ -25,7 +25,7 @@ in [future versions](FutureFeatures.md). ## Fixed-width SIMD * 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). + * Would be statically typed analogous to [SIMD.js-in-asm.js](http://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. * SIMD adds new primitive variable/expression types (e.g., `float32x4`) so it has to be part of |
