risc-v

Definition

fclass (RISC-V)

Classifies the floating-point value in register b and stores the resulting class mask in integer register a.

fclass.s a, b

Equivalent C code:

a = fclass(b)