Skip to content
New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pulley: Finish simd proposal implementation #9935

Merged
merged 2 commits into from
Jan 13, 2025

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

@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
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 added this pull request to the merge queue Jan 13, 2025
@alexcrichton alexcrichton removed this pull request from the merge queue due to a manual request Jan 13, 2025
@alexcrichton alexcrichton added this pull request to the merge queue Jan 13, 2025
Merged via the queue into bytecodealliance:main with commit 2fa8711 Jan 13, 2025
73 checks passed
@alexcrichton alexcrichton deleted the pulley-finish-wast branch January 13, 2025 19:06
alexcrichton added a commit to alexcrichton/wasmtime that referenced this pull request Jan 13, 2025
Pulley finished its simd implementation in bytecodealliance#9935 so now that fuzzing was
enabled in bytecodealliance#9966 as well be sure to fuzz the simd proposal too.
github-merge-queue bot pushed a commit that referenced this pull request Jan 13, 2025
Pulley finished its simd implementation in #9935 so now that fuzzing was
enabled in #9966 as well be sure to fuzz the simd proposal too.
# for free to join this conversation on GitHub. Already have an account? # 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
2 participants