Skip to content

Commit 43e1b4a

Browse files
committed
riscv64: fix clang-format error
Signed-off-by: Zhang fei <zhangfei@iscas.ac.cn>
1 parent 62313a2 commit 43e1b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpu/rv64/rvv_nchw_pooling.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void MaxPooling(const float *src, float *dst, const dim_t batch,
8181
}
8282

8383
size_t tailLength
84-
= __riscv_vsetvl_e32m8(size - iw);
84+
= __riscv_vsetvl_e32m8(size - iw);
8585
{
8686
vfloat32m8_t vsrc = __riscv_vle32_v_f32m8(
8787
&local_src[local_src_offset + iw],

0 commit comments

Comments
 (0)