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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulley: Finish simd proposal implementation #9935

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexcrichton
Copy link
Member

This commit fills out the final and miscellaneous set of opcodes for Pulley to have a complete implementation of the simd proposal for WebAssembly. All spec tests are now enabled and the Pulley-specific exceptions for *.wast tests are all gone.

Closes #9783

This commit fills out the final and miscellaneous set of opcodes for
Pulley to have a complete implementation of the `simd` proposal for
WebAssembly. All spec tests are now enabled and the Pulley-specific
exceptions for `*.wast` tests are all gone.

Closes bytecodealliance#9783
@alexcrichton alexcrichton requested review from a team as code owners January 6, 2025 18:56
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team January 6, 2025 18:56
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get all .wast tests passing under Pulley
1 participant