Stream: git-wasmtime

Topic: wasmtime / PR #10017 pulley: Support smaller int-to-float...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2025 at 21:40):

alexcrichton opened PR #10017 from alexcrichton:pulley-more-int-to-float to bytecodealliance:main:

This adds support for converting 8/16-bit integers to floats to Pulley. This is not directly accessible from wasm instructions but is possible through various optimizations to create. A new *.clif runtest was added exercising many combinations of scalars-to-scalars for int-to-floats of varying widths.

<!--
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 (Jan 14 2025 at 21:40):

alexcrichton requested cfallin for a review on PR #10017.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2025 at 21:40):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jan 14 2025 at 21:41):

alexcrichton updated PR #10017.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 16 2025 at 17:42):

cfallin submitted PR review:

LGTM, thanks!

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

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

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "cranelift", "fuzz-bug", "pulley"

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 (Jan 16 2025 at 18:02):

cfallin merged PR #10017.


Last updated: Jan 24 2025 at 00:11 UTC