alexcrichton opened PR #6590 from alexcrichton:x64-sse2-no-palignr
to bytecodealliance:main
:
A
shuffle
specialization can fall-back to the default implementation and otherwise two other rules already gated on SSE4.1 for other instructions needs a second clause for SSSE3 as well.Note that the
shuffle
variant will get tested in a subsequent commit that adds apshufb
fallback.<!--
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 fitzgen for a review on PR #6590.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6590.
alexcrichton requested abrown for a review on PR #6590.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6590.
elliottt submitted PR review:
Looks good to me!
alexcrichton merged PR #6590.
Last updated: Nov 22 2024 at 17:03 UTC