We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3eb1d commit 2b35559Copy full SHA for 2b35559
driver/others/CMakeLists.txt
@@ -47,7 +47,11 @@ GenerateNamedObjects("abs.c" "DOUBLE" "z_abs" 0 "" "" 1)
47
GenerateNamedObjects("openblas_get_config.c;openblas_get_parallel.c" "" "" 0 "" "" 1)
48
49
if (DYNAMIC_ARCH)
50
- list(APPEND COMMON_SOURCES dynamic.c)
+ if (ARM64)
51
+ list(APPEND COMMON_SOURcES dynamic_arm64.c)
52
+ else ()
53
+ list(APPEND COMMON_SOURCES dynamic.c)
54
+ endif ()
55
else ()
56
list(APPEND COMMON_SOURCES parameter.c)
57
endif ()
0 commit comments