SIMD · Issue #41 · WebAssembly/design (original) (raw)
We current suggest that we'll support SIMD.js (RFC).
The C++ standard committee is currently discuss adding explicit SIMD support as well as auto-vectorization hints to the language, and vector execution policies to executors. C++ isn't the only language that we want wasm to support, but we should make sure that what we implement can support C++! There may need to be some reconciliation between SIMD.js and C++ for the sake of wasm and not JavaScript.
Here are the recent relevant papers (older ones may also be relevant):