File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2828ifdef TARGET_CORE
2929ifeq ($(TARGET_CORE ) , ARMV9SME)
3030 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv9-a+sve2+sme
31- ifdef ( OS_WINDOWS)
31+ ifdef OS_WINDOWS
3232 ifeq ($(C_COMPILER), CLANG)
3333 override CFLAGS += --aarch64-stack-hazard-size=0
3434 endif
@@ -39,11 +39,12 @@ ifeq ($(TARGET_CORE), VORTEXM4)
3939 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -UHAVE_SME -march=armv8.4-a
4040 else
4141 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv8.4-a+sme
42- ifdef ( OS_WINDOWS)
42+ ifdef OS_WINDOWS
4343 ifeq ($(C_COMPILER), CLANG)
4444 override CFLAGS += --aarch64-stack-hazard-size=0
4545 endif
4646 endif
47+ endif
4748endif
4849ifeq ($(TARGET_CORE ) , SAPPHIRERAPIDS)
4950 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE )
You can’t perform that action at this time.
0 commit comments