Stream: git-wasmtime

Topic: wasmtime / PR #6590 x64: Gate usages of `palignr` on SSSE3


view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2023 at 14:43):

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 a pshufb fallback.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2023 at 14:43):

alexcrichton requested fitzgen for a review on PR #6590.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2023 at 14:43):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6590.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2023 at 14:43):

alexcrichton requested abrown for a review on PR #6590.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 16 2023 at 14:43):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #6590.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2023 at 06:41):

elliottt submitted PR review:

Looks good to me!

view this post on Zulip Wasmtime GitHub notifications bot (Jun 19 2023 at 18:14):

alexcrichton merged PR #6590.


Last updated: Oct 23 2024 at 20:03 UTC