We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49689fb commit 7a6203fCopy full SHA for 7a6203f
kernel/Makefile
@@ -80,6 +80,8 @@ else ifeq ($(TARGET_CORE), LOONGSON3R4)
80
else ifneq ($(filter NEOVERSEN2 NEOVERSEV1, $(TARGET_CORE)),)
81
ifeq ($(C_COMPILER), PGI)
82
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -Msve_intrinsics
83
+ else
84
+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
85
endif
86
else
87
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
0 commit comments