Stream: git-wasmtime

Topic: wasmtime / PR #5846 x64: Add more `fma` instruction lower...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2023 at 14:25):

alexcrichton opened PR #5846 from improve-fma to main:

The relaxed-simd proposal for WebAssembly adds a fused-multiply-add operation for v128 types so I was poking around at Cranelift's existing support for its fma instruction. I was also poking around at the x86_64 ISA's offerings for the FMA operation and ended up with this PR that improves the lowering of the fma instruction on the x64 backend in a number of ways:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2023 at 19:58):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2023 at 20:33):

alexcrichton updated PR #5846 from improve-fma to main.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2023 at 20:38):

alexcrichton has enabled auto merge for PR #5846.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2023 at 21:35):

alexcrichton merged PR #5846.


Last updated: Nov 22 2024 at 16:03 UTC