Skip to content

Commit

Permalink
fixup! Add support of FMIN/MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
2011eric committed Sep 8, 2022
1 parent 6f142f4 commit 0dfef89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,6 @@ static inline bool op_fp(struct riscv_t *rv, uint32_t insn)
}


rv->F[rd] = fmaxf(rv->F[rs1], rv->F[rs2]);
break;
default:
rv_except_illegal_insn(rv, insn);
Expand Down

0 comments on commit 0dfef89

Please sign in to comment.