Stream: git-wasmtime

Topic: wasmtime / PR #6630 x64: Gate a lowering of `pextrw` on S...


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

alexcrichton opened PR #6630 from alexcrichton:x64-gate-pextrw to bytecodealliance:main:

The memory-store format of pextrw requires SSE4.1 despite pextrw itself only requiring SSE2. This commit updates this lowering to require an extra feature.

<!--
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 22 2023 at 19:38):

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

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

alexcrichton requested cfallin for a review on PR #6630.

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

jameysharp requested abrown for a review on PR #6630.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2023 at 01:04):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2023 at 01:49):

abrown merged PR #6630.


Last updated: Nov 22 2024 at 16:03 UTC