Skip to content

Commit e92aa7d

Browse files
committed
armv7=1
1 parent f1f3466 commit e92aa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (BUILD_OPENBLAS)
2222
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
2323
message(STATUS "ARM architecture detected. Applying -DTARGET=ARMV7.")
2424
list(APPEND OPENBLAS_MINIMAL_FLAGS -DTARGET=ARMV7)
25-
list(APPEND OPENBLAS_MINIMAL_FLAGS -DNO_GETARCH=1)
25+
list(APPEND OPENBLAS_MINIMAL_FLAGS -DNO_GETARCH=1 -DARMV7=1)
2626
set(SKIP_PARSE_GETARCH TRUE)
2727
else()
2828
message(STATUS "ARM architecture detected. Applying -DTARGET=ARMV8.")

0 commit comments

Comments
 (0)