Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

riscv/sim: Fix order of operations in fnmadd/fnmsub #235

Open
wants to merge 1 commit into
base: fsf-gdb-9.1-with-sim
Choose a base branch
from
Open

riscv/sim: Fix order of operations in fnmadd/fnmsub #235

wants to merge 1 commit into from

Commits on Oct 29, 2020

  1. riscv/sim: Fix order of operations in fnmadd/fnmsub

    Previously it was implicitely assumed that float operations are
    associative. We change the implementation to match exactly the given
    order in the spec.
    bluewww committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2b49863 View commit details
    Browse the repository at this point in the history