restore default Neoverse SVE build instructions for non-NVIDIA compilers
This commit is contained in:
parent
49689fbef7
commit
7a6203ffa1
|
@ -80,6 +80,8 @@ else ifeq ($(TARGET_CORE), LOONGSON3R4)
|
|||
else ifneq ($(filter NEOVERSEN2 NEOVERSEV1, $(TARGET_CORE)),)
|
||||
ifeq ($(C_COMPILER), PGI)
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -Msve_intrinsics
|
||||
else
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
|
||||
endif
|
||||
else
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
|
||||
|
|
Loading…
Reference in New Issue