Skip to content

Commit

Permalink
Fix whitespaces in c2_MacroAssembler
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Gavrilin committed Aug 28, 2023
1 parent f6dd7b1 commit 492fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
void minmax_fp(FloatRegister dst,
FloatRegister src1, FloatRegister src2,
bool is_double, bool is_min);

void round_double_mode(FloatRegister dst, FloatRegister src, RoundDoubleModeNode round_mode, Register tmp1, Register tmp2, Register tmp3);

// intrinsic methods implemented by rvv instructions
Expand Down

0 comments on commit 492fb25

Please sign in to comment.