File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,22 @@ endif
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)
32+ ifeq ($(C_COMPILER), CLANG)
33+ override CFLAGS += --aarch64-stack-hazard-size=0
34+ endif
35+ endif
3136endif
3237ifeq ($(TARGET_CORE ) , VORTEXM4)
3338 ifeq ($(C_COMPILER), GCC)
3439 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -UHAVE_SME -march=armv8.4-a
3540 else
3641 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv8.4-a+sme
37- endif
42+ ifdef (OS_WINDOWS)
43+ ifeq ($(C_COMPILER), CLANG)
44+ override CFLAGS += --aarch64-stack-hazard-size=0
45+ endif
46+ endif
3847endif
3948ifeq ($(TARGET_CORE ) , SAPPHIRERAPIDS)
4049 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE )
You can’t perform that action at this time.
0 commit comments