jeffcharles requested wasmtime-core-reviewers for a review on PR #10393.
jeffcharles requested wasmtime-compiler-reviewers for a review on PR #10393.
jeffcharles requested fitzgen for a review on PR #10393.
jeffcharles opened PR #10393 from jeffcharles:jc.winch-simd-fix-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
-->
Fixes an issue withf64x2.replace_lane
where it always zeroes out the second lane if the operand containing the replacement value is af64.const
.
saulecabrera submitted PR review:
Good catch, thanks!
jeffcharles commented on PR #10393:
Right, I forgot to add the new tests to the exclusion list. I'll fix that
jeffcharles updated PR #10393.
saulecabrera merged PR #10393.
Last updated: Apr 18 2025 at 09:03 UTC