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:
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 cfallin for a review on PR #10017.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #10017.
alexcrichton updated PR #10017.
cfallin submitted PR review:
LGTM, thanks!
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:
- fitzgen: pulley
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
cfallin merged PR #10017.
Last updated: Jan 24 2025 at 00:11 UTC