afonso360 opened PR #6643 from afonso360:riscv-simd-fcmp
to bytecodealliance:main
:
:wave: Hey,
This PR implements SIMD
fcmp
for RISC-V. This is a lot simpler thanicmp
since we don't have as many instructions to implement. Furthermore half of the rules are implemented with mask operations and other rules, so we save significant amounts of work by reusing the preexisting rules.All of these lowerings are based on what LLVM generates.
afonso360 requested cfallin for a review on PR #6643.
afonso360 requested wasmtime-compiler-reviewers for a review on PR #6643.
afonso360 requested wasmtime-default-reviewers for a review on PR #6643.
afonso360 updated PR #6643.
alexcrichton submitted PR review:
Nice! And thanks for the addition of all the exhaustive tests as always :+1:
alexcrichton merged PR #6643.
Last updated: Nov 22 2024 at 16:03 UTC