Skip to content

Commit 4e1a381

Browse files
committed
fix: resolve the compilation failure without zfh instruction
- modify the macro conditions in Makefile.system - Delete development test code Related to issue#5279
1 parent fa2b08b commit 4e1a381

21 files changed

+51
-38668
lines changed

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ COMMON_PROF = -pg
309309
# BUILD_BFLOAT16 = 1
310310

311311
# If you want to enable the experimental HFLOAT16 support
312-
BUILD_HFLOAT16 = 1
312+
# BUILD_HFLOAT16 = 1
313313

314314
# Set the thread number threshold beyond which the job array for the threaded level3 BLAS
315315
# will be allocated on the heap rather than the stack. (This array alone requires

Makefile.system

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ GEMM_GEMV_FORWARD_BF16 = 1
280280
endif
281281
ifeq ($(ARCH), riscv)
282282
GEMM_GEMV_FORWARD = 1
283-
BUILD_HFLOAT16 = 1
284283
endif
285284
ifeq ($(ARCH), power)
286285
GEMM_GEMV_FORWARD = 1

install/generate.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

install/generated_test

-827 KB
Binary file not shown.

install/generated_test.c

Lines changed: 0 additions & 31 deletions
This file was deleted.

install/include/cblas.h

Lines changed: 0 additions & 457 deletions
This file was deleted.

install/include/f77blas.h

Lines changed: 0 additions & 811 deletions
This file was deleted.

0 commit comments

Comments
 (0)