Skip to content

🛤 fixed-width SIMD #1075

@jfbastien

Description

@jfbastien

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions