Fix cmake for power

This commit is contained in:
Rafael Cardoso Fernandes Sousa
2021-12-09 08:28:17 -06:00
parent f7f7fea0dc
commit 214fbcee15
4 changed files with 65 additions and 5 deletions

View File

@@ -49,6 +49,8 @@ GenerateNamedObjects("openblas_get_config.c;openblas_get_parallel.c" "" "" 0 ""
if (DYNAMIC_ARCH)
if (ARM64)
list(APPEND COMMON_SOURCES dynamic_arm64.c)
elseif (POWER)
list(APPEND COMMON_SOURCES dynamic_power.c)
else ()
list(APPEND COMMON_SOURCES dynamic.c)
endif ()