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 e9f1b2d commit 8794544Copy full SHA for 8794544
kernel/Makefile
@@ -77,6 +77,10 @@ else ifeq ($(TARGET_CORE), ZEN)
77
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) $(AVX2OPT)
78
else ifeq ($(TARGET_CORE), LOONGSON3R4)
79
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) $(MSA_FLAGS)
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
+ endif
84
else
85
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
86
endif
0 commit comments