Skip to content

Commit

Permalink
delete riscv_zfh comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu302 committed Sep 22, 2023
1 parent 6ccb081 commit 0f67295
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/layer/riscv/gemm_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Gemm_riscv::Gemm_riscv()
{
#if __riscv_vector
support_packing = true;
// #if __riscv_zfh
// support_fp16_storage = true;
// #endif
#endif // __riscv_vector
one_blob_only = false;
support_inplace = false;
Expand Down

0 comments on commit 0f67295

Please sign in to comment.