Skip to content

Commit

Permalink
Move SIMD
Browse files Browse the repository at this point in the history
Now tracked by: #1075
As discussed here: #1066
  • Loading branch information
jfbastien authored May 23, 2017
1 parent e435236 commit 20c982e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions FutureFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 20c982e

Please sign in to comment.