jeffcharles requested fitzgen for a review on PR #7290.
jeffcharles opened PR #7290 from jeffcharles:winch-float-binary-ops
to bytecodealliance:main
:
<!--
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
-->
Related to #6528. Adds support forf32.add
,f64.add
,f32.sub
,f64.sub
,f32.mul
,f64.mul
,f32.div
,f64.div
,f32.min
,f64.min
,f32.max
,f64.max
,f32.copysign
, andf64.copysign
instructions to Winch.
jeffcharles requested wasmtime-fuzz-reviewers for a review on PR #7290.
jeffcharles requested wasmtime-compiler-reviewers for a review on PR #7290.
jeffcharles requested wasmtime-core-reviewers for a review on PR #7290.
saulecabrera submitted PR review:
Looks good to me!
saulecabrera merged PR #7290.
Last updated: Nov 22 2024 at 16:03 UTC