Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Initial 128-bit SIMD proposal #1

Merged
merged 5 commits into from
Apr 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion proposals/simd/Overview.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
TODO
# SIMD support for WebAssembly

This proposal describes how 128-bit packed SIMD types and operations can be
added to WebAssembly. It is based on [previous work on SIMD.js in the Ecma TC39
ECMAScript committee](https://github.com/tc39/ecmascript_simd) and the
[portable SIMD specification](https://github.com/stoklund/portable-simd) that
resulted.

The [proposed specification](SIMD.md) has the details.
Loading