Stream: git-wasmtime

Topic: wasmtime / PR #10779 x64: convert some SSE `cvt*` instruc...


view this post on Zulip Wasmtime GitHub notifications bot (May 14 2025 at 23:47):

abrown opened PR #10779 from abrown:asm-sse-cvt to bytecodealliance:main:

x86 CPUs have a set of conversions of the form: cvt{from}2{to}, where from and to can be various XMM-held types (e.g., ss, ps, si, etc.). These also have their truncating versions, cvtt*`. This change defines all of the instructions Cranelift needs (there are a few more) and wires them up in ISLE and in various emitted sequences. For these sequences, this chooses to factor out the choice of instruction into a closure since we no longer can pass around an opcode.

<!--
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 (May 14 2025 at 23:47):

abrown requested fitzgen for a review on PR #10779.

view this post on Zulip Wasmtime GitHub notifications bot (May 14 2025 at 23:47):

abrown requested wasmtime-compiler-reviewers for a review on PR #10779.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2025 at 02:18):

github-actions[bot] commented on PR #10779:

Subscribe to Label Action

cc @saulecabrera

<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64", "winch"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2025 at 16:04):

abrown updated PR #10779.

view this post on Zulip Wasmtime GitHub notifications bot (May 18 2025 at 16:44):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 18 2025 at 23:50):

alexcrichton merged PR #10779.


Last updated: Dec 06 2025 at 06:05 UTC