elliottt edited PR #6982:
Adds support for
f32.abs
andf64.abs
to winch. Additionally, this adds agpr_to_xmm
function to the x64 backend to allow loading a constant and moving it to an xmm register. It also reservesxmm15
as 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.neg
to winch. Additionally, this adds agpr_to_xmm
function to the x64 backend to allow loading a constant and moving it to an xmm register. It also reservesxmm15
as 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: Nov 22 2024 at 16:03 UTC