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 fdffbfd commit c290f46Copy full SHA for c290f46
cmake/FindHipoDeps.cmake
@@ -22,7 +22,7 @@ if (BUILD_OPENBLAS)
22
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
23
message(STATUS "ARM architecture detected. Applying -DTARGET=ARMV7.")
24
list(APPEND OPENBLAS_MINIMAL_FLAGS -DTARGET=ARMV7)
25
- list(APPEND OPENBLAS_MINIMAL_FLAGS -DNO_GETARCH=ON)
+ # list(APPEND OPENBLAS_MINIMAL_FLAGS -DNO_GETARCH=ON)
26
# set(SKIP_PARSE_GETARCH TRUE)
27
else()
28
message(STATUS "ARM architecture detected. Applying -DTARGET=ARMV8.")
0 commit comments