jeffcharles opened PR #10082 from jeffcharles:winch-simd-replace-lane
to bytecodealliance:main
:
<!--
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
-->
Part of #8093. Implements the*.replace_lane
set of instructions.
jeffcharles requested wasmtime-compiler-reviewers for a review on PR #10082.
jeffcharles requested cfallin for a review on PR #10082.
jeffcharles requested fitzgen for a review on PR #10082.
jeffcharles requested wasmtime-core-reviewers for a review on PR #10082.
github-actions[bot] commented on PR #10082:
Subscribe to Label Action
cc @saulecabrera
<details>
This issue or pull request has been labeled: "winch"Thus the following users have been cc'd because of the following labels:
- saulecabrera: winch
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
saulecabrera commented on PR #10082:
I can take this review.
saulecabrera requested saulecabrera for a review on PR #10082.
jeffcharles updated PR #10082.
saulecabrera submitted PR review:
LGTM, one minor remark.
saulecabrera created PR review comment:
I'd like to keep
OperandSize
as machine independent as possible. Would it be possible to move this to a helper in the x64 masm/asm?
Last updated: Jan 24 2025 at 00:11 UTC