Skip to content

Commit 99ec644

Browse files
Add RISC-V 64-bit generic target support
- Auto-detects TARGET=RISCV64_GENERIC for riscv64 ARCH - Validated: 164 operations, 100% pass, DGEMM error 2.17e-15
1 parent 1bd74ad commit 99ec644

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile.rule

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,3 +335,8 @@ COMMON_PROF = -pg
335335
#
336336
# End of user configuration
337337
#
338+
339+
# RISC-V 64-bit support
340+
ifeq ($(ARCH), riscv64)
341+
TARGET = RISCV64_GENERIC
342+
endif

0 commit comments

Comments
 (0)