From 20c982e8e1f1c2b168464002071a58d1ebddc853 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Mon, 22 May 2017 22:38:49 -0700 Subject: Move SIMD Now tracked by: https://github.com/WebAssembly/design/issues/1075 As discussed here: https://github.com/WebAssembly/design/issues/1066 --- FutureFeatures.md | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'FutureFeatures.md') diff --git a/FutureFeatures.md b/FutureFeatures.md index 3053e6f..eb48059 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -18,19 +18,6 @@ the [MVP](MVP.md). This is covered in the [tooling](Tooling.md) section. -### Fixed-width SIMD -#### :star: - -Support fixed-width SIMD vectors, initially only for 128-bit wide vectors as -demonstrated in [PNaCl's SIMD][] and [SIMD.js][]. - -SIMD adds new local types (e.g., `f32x4`) so it has to be part of the core -semantics. SIMD operators (e.g., `f32x4.add`) could be either builtin -operators (no different from `i32.add`) or exports of a builtin SIMD module. - - [PNaCl's SIMD]: https://developer.chrome.com/native-client/reference/pnacl-c-cpp-language-support#portable-simd-vectors - [SIMD.js]: https://github.com/tc39/ecmascript_simd - ### Zero-cost Exception Handling #### :star: -- cgit v1.2.3