risc-v

Definition

fsub (RISC-V)

Subtracts the floating-point value of register c from register b and stores the result in register a.

fsub.s a, b, c

Equivalent C code:

a = b - c