Skip to content

Commit 7a6203f

Browse files
authored
restore default Neoverse SVE build instructions for non-NVIDIA compilers
1 parent 49689fb commit 7a6203f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ else ifeq ($(TARGET_CORE), LOONGSON3R4)
8080
else ifneq ($(filter NEOVERSEN2 NEOVERSEV1, $(TARGET_CORE)),)
8181
ifeq ($(C_COMPILER), PGI)
8282
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -Msve_intrinsics
83+
else
84+
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
8385
endif
8486
else
8587
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)

0 commit comments

Comments
 (0)