Skip to content

Commit eb620a6

Browse files
authored
add arch option for ARMV8SVE target as well
1 parent 5e1c61e commit eb620a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ else ifeq ($(TARGET_CORE), ZEN)
9797
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) $(AVX2OPT)
9898
else 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, $(TARGET_CORE)),)
101101
ifeq ($(C_COMPILER), PGI)
102102
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -Msve_intrinsics
103103
else

0 commit comments

Comments
 (0)