There was an error while loading. Please reload this page.
1 parent 6ccb081 commit 0f67295Copy full SHA for 0f67295
1 file changed
src/layer/riscv/gemm_riscv.cpp
@@ -28,9 +28,6 @@ Gemm_riscv::Gemm_riscv()
28
{
29
#if __riscv_vector
30
support_packing = true;
31
-// #if __riscv_zfh
32
-// support_fp16_storage = true;
33
-// #endif
34
#endif // __riscv_vector
35
one_blob_only = false;
36
support_inplace = false;
0 commit comments