elliottt edited PR #6982:
Adds support for
f32.absandf64.absto winch. Additionally, this adds agpr_to_xmmfunction to the x64 backend to allow loading a constant and moving it to an xmm register. It also reservesxmm15as the scratch xmm register.<!--
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
-->
elliottt updated PR #6982.
elliottt edited PR #6982:
Adds support for
f32.abs,f64.abs,f32.neg, andf64.negto winch. Additionally, this adds agpr_to_xmmfunction to the x64 backend to allow loading a constant and moving it to an xmm register. It also reservesxmm15as the scratch xmm register.<!--
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
-->
elliottt requested saulecabrera for a review on PR #6982.
saulecabrera submitted PR review:
LGTM, thanks!
saulecabrera merged PR #6982.
Last updated: Dec 13 2025 at 19:03 UTC