alexcrichton opened PR #9832 from alexcrichton:simd-splat
to bytecodealliance:main
:
Gets a few spec tests and CLIF tests passing
cc #9783
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested abrown for a review on PR #9832.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #9832.
alexcrichton requested wasmtime-core-reviewers for a review on PR #9832.
alexcrichton requested dicej for a review on PR #9832.
alexcrichton requested wasmtime-default-reviewers for a review on PR #9832.
github-actions[bot] commented on PR #9832:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "pulley"Thus the following users have been cc'd because of the following labels:
- fitzgen: pulley
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
abrown submitted PR review:
LGTM!
abrown created PR review comment:
;;;; Rules for `splat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
abrown created PR review comment:
...just mulling over whether discarding the upper bits here is going to be problematic — probably not?
abrown created PR review comment:
We may need
get_u8
andget_u16
eventually?
alexcrichton updated PR #9832.
alexcrichton has enabled auto merge for PR #9832.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
I've been wondering the same yeah, I'll probably add these in a follow-up
alexcrichton merged PR #9832.
Last updated: Dec 23 2024 at 12:05 UTC