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 531acdd commit cb476d3Copy full SHA for cb476d3
cmake/FindHipoDeps.cmake
@@ -25,10 +25,10 @@ if (BUILD_OPENBLAS)
25
message(STATUS "ARM architecture detected. 32bit.")
26
# list(APPEND OPENBLAS_MINIMAL_FLAGS -DARMV7:BOOL=ON)
27
# Set environment variable to disable assembly
28
- set(ENV{NOASM} "1")
+ # set(ENV{NOASM} "1")
29
30
list(APPEND OPENBLAS_MINIMAL_FLAGS
31
- -DTARGET=GENERIC
+ -DTARGET=ARMV7
32
-DBINARY=32
33
-DDYNAMIC_ARCH:BOOL=OFF
34
-DUSE_THREAD:BOOL=OFF
0 commit comments