-
Notifications
You must be signed in to change notification settings - Fork 734
Closed
Labels
RFCclassic interpreterfast interpreternew featureDetermine if this Issue request a new feature or this PR introduces a new feature.Determine if this Issue request a new feature or this PR introduces a new feature.
Description
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
calvin2021y, wenyongh, TianlongLiang and lin72h
Metadata
Metadata
Assignees
Labels
RFCclassic interpreterfast interpreternew featureDetermine if this Issue request a new feature or this PR introduces a new feature.Determine if this Issue request a new feature or this PR introduces a new feature.