mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-05 00:17:12 +08:00
force linking to clang_rt_builtins when using LLVM for AppleM4
This commit is contained in:
@@ -42,6 +42,7 @@ ifeq ($(TARGET_CORE), VORTEXM4)
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
|
||||
else
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
|
||||
override LFLAGS += -lclang_rt_builtins-aarch64
|
||||
endif
|
||||
ifdef OS_WINDOWS
|
||||
ifeq ($(C_COMPILER), CLANG)
|
||||
|
||||
Reference in New Issue
Block a user