Skip to content

Commit

Permalink
Update src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Feilong Jiang <freedom.jfl@gmail.com>
  • Loading branch information
Ilyagavrilin and feilongjiang authored Aug 29, 2023
1 parent 82b5e59 commit 6216e38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,7 @@ void C2_MacroAssembler::minmax_fp(FloatRegister dst, FloatRegister src1, FloatRe
// rounded result; this differs from behavior of RISC-V fcvt instructions (which
// round out-of-range values to the nearest max or min value), therefore special
// handling is needed by NaN, +/-Infinity, +/-0.
void C2_MacroAssembler::round_double_mode(FloatRegister dst, FloatRegister src, int round_mode, Register tmp1, Register tmp2, Register tmp3)
{
void C2_MacroAssembler::round_double_mode(FloatRegister dst, FloatRegister src, int round_mode, Register tmp1, Register tmp2, Register tmp3) {

assert_different_registers(dst, src);
assert_different_registers(tmp1, tmp2, tmp3);
Expand Down

0 comments on commit 6216e38

Please sign in to comment.