File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ else ifeq ($(TARGET_CORE), ZEN)
9797 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) $(AVX2OPT )
9898else ifeq ($(TARGET_CORE), LOONGSON3R4)
9999 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) $(MSA_FLAGS )
100- else ifneq ($(filter NEOVERSEN2 NEOVERSEV1, $(TARGET_CORE)),)
100+ else ifneq ($(filter NEOVERSEN2 NEOVERSEV1 ARMV8SVE A64FX , $(TARGET_CORE)),)
101101 ifeq ($(C_COMPILER), PGI)
102102 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -Msve_intrinsics
103103 else
104- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE )
104+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv8.4-a+sve+bf16
105105 endif
106106else
107107 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE )
You can’t perform that action at this time.
0 commit comments