Skip to content

Commit

Permalink
apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored and github-actions[bot] committed Dec 2, 2024
1 parent 152bb76 commit 39bea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/riscv/unaryop_riscv_zfh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ struct unary_op_round_fp16s
{
return __riscv_vfcvt_f_x_v_f16m8(__riscv_vfcvt_x_f_v_i16m8(x, vl), vl);
}
#else // __riscv_zvfh
#else // __riscv_zvfh
__fp16 operator()(const __fp16& x) const
{
return (__fp16)nearbyintf((float)x);
Expand Down

0 comments on commit 39bea8d

Please sign in to comment.