From 1625dec9fc0aef70f74da56459ff9e66be64f0af Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Mon, 4 May 2015 11:29:47 +0200 Subject: Fix SIMD proposal link in EssentialPostV1Features --- EssentialPostV1Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EssentialPostV1Features.md') 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 -- cgit v1.2.3