You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defined several floating-point exceptions and a fflag_mask in riscv_private.h
It will now detect invalid_op, overflow, and inexact during execution of FADD and set the corresponding bit in FCSR.
Modify csr_get_ptr and csr_csrrs so that insn CSRRS can deal with CSR_FFLAGS.
New test passed:
fadd_b10-01
fadd_b11-01
fadd_b12-01
fadd_b13-01
fadd_b7-01
0 commit comments