mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Add CMake build support for IBM Z (#5440)
* Add ZARCH support, including DYNAMIC_ARCH
This commit is contained in:
@@ -52,6 +52,8 @@ if (DYNAMIC_ARCH)
|
||||
list(APPEND COMMON_SOURCES dynamic_arm64.c)
|
||||
elseif (POWER)
|
||||
list(APPEND COMMON_SOURCES dynamic_power.c)
|
||||
elseif (ZARCH)
|
||||
list(APPEND COMMON_SOURCES dynamic_zarch.c)
|
||||
elseif (RISCV64)
|
||||
list(APPEND COMMON_SOURCES dynamic_riscv64.c detect_riscv64.c)
|
||||
elseif (LOONGARCH64)
|
||||
|
||||
Reference in New Issue
Block a user