Does fclass.h modify the floating-point value?
No. It reads the floating-point source and writes the class mask to an integer register.
Examine half FP value; return 10-bit class mask. R-type, fmt=H(10).
fclass.h classifies the half-precision value in f[rs1] and writes a 10-bit class mask to integer register rd.
fclass.h classifies the half-precision value in f[rs1] and writes a 10-bit class mask to integer register rd.
Understand this scenario with real code like «fclass.h x10, f0 # x10 = class of f0».
Understand this scenario with real code like «fclass.h x10, f0 # x10 = class of f0».
No. It reads the floating-point source and writes the class mask to an integer register.
No. FCLASS has no rounded result.