Definition
flt (RISC-V)
Compares whether the floating-point value in register
bis less than the value in registercand stores the Boolean result in integer registera.flt.s a, b, cEquivalent C code:
a = (b < c)
flt (RISC-V)
Compares whether the floating-point value in register
bis less than the value in registercand stores the Boolean result in integer registera.flt.s a, b, cEquivalent C code:
a = (b < c)