alexcrichton opened PR #6629 from alexcrichton:x64-sse2-pmaddubsw
to bytecodealliance:main
:
This was erroneously listed as SSE2 but this is actually an SSSE3 instruction. This commit updates the ISA requirement as well as related lowerings to have everything work with an SSE2 baseline as well which is mostly plumbing to make sure the relaxed-simd dot product instructions use it when it's available but otherwise fall-back to the deterministic lowering.
<!--
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 #6629.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6629.
alexcrichton requested pchickey for a review on PR #6629.
alexcrichton requested wasmtime-core-reviewers for a review on PR #6629.
abrown submitted PR review.
alexcrichton updated PR #6629.
alexcrichton has enabled auto merge for PR #6629.
alexcrichton merged PR #6629.
Last updated: Nov 22 2024 at 17:03 UTC