afonso360 opened PR #6857 from afonso360:riscv-fma
to bytecodealliance:main
:
:wave: Hey,
This PR Implements the various FMA instructions that we have in the RISC-V Vector specification.
These deal with with a number of cases besides the regular FMA. We have separate instructions to deal with
fneg
at various positions.Additionally this fixes an encoding error in the
valu_rrrr
instruction format, which was introduced in #6815. This encoding error swapped thevs1
andvs2
arguments.
afonso360 requested jameysharp for a review on PR #6857.
afonso360 requested wasmtime-compiler-reviewers for a review on PR #6857.
jameysharp submitted PR review:
Looks plausible, thank you!
afonso360 has enabled auto merge for PR #6857.
afonso360 merged PR #6857.
Last updated: Nov 22 2024 at 17:03 UTC