Stream: git-wasmtime

Topic: wasmtime / PR #6982 winch: Support abs and neg for f32 an...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 09 2023 at 06:37):

elliottt edited PR #6982:

Adds support for f32.abs and f64.abs to winch. Additionally, this adds a gpr_to_xmm function to the x64 backend to allow loading a constant and moving it to an xmm register. It also reserves xmm15 as the scratch xmm register.

<!--
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 (Sep 09 2023 at 06:44):

elliottt updated PR #6982.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 09 2023 at 07:04):

elliottt edited PR #6982:

Adds support for f32.abs, f64.abs, f32.neg, and f64.neg to winch. Additionally, this adds a gpr_to_xmm function to the x64 backend to allow loading a constant and moving it to an xmm register. It also reserves xmm15 as the scratch xmm register.

<!--
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 (Sep 09 2023 at 07:04):

elliottt requested saulecabrera for a review on PR #6982.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 10 2023 at 21:02):

saulecabrera submitted PR review:

LGTM, thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Sep 10 2023 at 22:53):

saulecabrera merged PR #6982.


Last updated: Oct 23 2024 at 20:03 UTC