Definition
feq (RISC-V)
Compares the floating-point values in registers
bandcfor equality and stores the Boolean result in integer registera.feq.s a, b, cEquivalent C code:
a = (b == c)
feq (RISC-V)
Compares the floating-point values in registers
bandcfor equality and stores the Boolean result in integer registera.feq.s a, b, cEquivalent C code:
a = (b == c)