Skip to content

Commit 0f67295

Browse files
committed
delete riscv_zfh comment
1 parent 6ccb081 commit 0f67295

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/layer/riscv/gemm_riscv.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ Gemm_riscv::Gemm_riscv()
2828
{
2929
#if __riscv_vector
3030
support_packing = true;
31-
// #if __riscv_zfh
32-
// support_fp16_storage = true;
33-
// #endif
3431
#endif // __riscv_vector
3532
one_blob_only = false;
3633
support_inplace = false;

0 commit comments

Comments
 (0)