alexcrichton opened PR #6709 from alexcrichton:add-another-simd-guard
to bytecodealliance:main
:
This commit fixes a mistake from the SSE2-simd work where an SSSE3 guard was missing from a usage of
pshufb
. I assumed that the SSE4.1 guard was enough but a fuzz-generated test case shows that it's possible to enable SSE4.1 without SSSE3 so a second condition is added here (SSE4.1 remains forpinsrb
and SSSE3 is forpshufb
).<!--
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 #6709.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6709.
abrown submitted PR review.
abrown has enabled auto merge for PR #6709.
abrown merged PR #6709.
Last updated: Nov 22 2024 at 16:03 UTC