Skip to content

Commit cb476d3

Browse files
committed
v7 complex
1 parent 531acdd commit cb476d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ if (BUILD_OPENBLAS)
2525
message(STATUS "ARM architecture detected. 32bit.")
2626
# list(APPEND OPENBLAS_MINIMAL_FLAGS -DARMV7:BOOL=ON)
2727
# Set environment variable to disable assembly
28-
set(ENV{NOASM} "1")
28+
# set(ENV{NOASM} "1")
2929

3030
list(APPEND OPENBLAS_MINIMAL_FLAGS
31-
-DTARGET=GENERIC
31+
-DTARGET=ARMV7
3232
-DBINARY=32
3333
-DDYNAMIC_ARCH:BOOL=OFF
3434
-DUSE_THREAD:BOOL=OFF

0 commit comments

Comments
 (0)