Skip to content

[RFC] Add SIMD128 support in the interpreters #3803

@jammar1

Description

@jammar1

Feature

Add support for the WASM SIMD opcodes in the interpreters.
For my use case I imagine I would use only ARM NEON intrinsics that can run on ARMv7 processors.
I imagine I can create some stub functions and then implement them for arm and keep x86 disabled for now.

Benefit

Ability to run code that uses the SIMD 128 opcodes in the interpreters where AOT is not possible.

Implementation

I've implemented a few of the SIMD opcodes already as a PoC but I'm expecting to work through the list and add them all.

Alternatives

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions