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 5780952 commit 32566bfCopy full SHA for 32566bf
cmake/lapack.cmake
@@ -999,6 +999,9 @@ endforeach ()
999
1000
if (NOT C_LAPACK)
1001
set_source_files_properties(${LA_SOURCES} PROPERTIES COMPILE_FLAGS "${LAPACK_FFLAGS}")
1002
+ if (${F_COMPILER} STREQUAL "GFORTRAN")
1003
+ set_source_files_properties(${LA_SOURCES} PROPERTIES COMPILE_FLAGS "${LAPACK_FFLAGS} -fno-tree-vectorize")
1004
+ endif()
1005
else ()
1006
set_source_files_properties(${LA_SOURCES} PROPERTIES COMPILE_FLAGS "${LAPACK_CFLAGS}")
1007
endif ()
0 commit comments