Skip to content

Commit a48bd93

Browse files
committed
noasm
1 parent cb476d3 commit a48bd93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ if (BUILD_OPENBLAS)
2626
# list(APPEND OPENBLAS_MINIMAL_FLAGS -DARMV7:BOOL=ON)
2727
# Set environment variable to disable assembly
2828
# set(ENV{NOASM} "1")
29+
# set(NOASM 1)
2930

3031
list(APPEND OPENBLAS_MINIMAL_FLAGS
3132
-DTARGET=ARMV7
3233
-DBINARY=32
34+
-DNOASM=1
3335
-DDYNAMIC_ARCH:BOOL=OFF
3436
-DUSE_THREAD:BOOL=OFF
3537
# Aggressively disable complex operations
@@ -39,7 +41,6 @@ if (BUILD_OPENBLAS)
3941
-DNO_ZTRMM:BOOL=ON
4042
-DNO_CTRSM:BOOL=ON
4143
-DNO_ZTRSM:BOOL=ON
42-
4344
# Disable all Level 3 BLAS (includes TRMM, TRSM, etc.)
4445
-DNO_LEVEL3:BOOL=ON
4546
)

0 commit comments

Comments
 (0)