Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃洡 fixed-width SIMD #1075

Closed
jfbastien opened this issue May 23, 2017 · 1 comment
Closed

馃洡 fixed-width SIMD #1075

jfbastien opened this issue May 23, 2017 · 1 comment

Comments

@jfbastien
Copy link
Member

jfbastien commented May 23, 2017

This is a tracking issue for a post-MVP feature
It will be updated as the issue progresses.

Topic Fixed-width SIMD
Champion @PeterJensen, @arunetm
Status in progress
Phase Feature proposal
Linked issues #148, #41
Linked repositories github.com/WebAssembly/simd

Details

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.

@WebAssembly WebAssembly locked and limited conversation to collaborators May 23, 2017
@binji
Copy link
Member

binji commented Oct 16, 2018

Moved to WebAssembly/proposals#1.

@binji binji closed this as completed Oct 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants