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 65a14d4 commit bef3871Copy full SHA for bef3871
test/CMakeLists.txt
@@ -5,7 +5,9 @@ enable_language(Fortran)
5
if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
6
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-tree-vectorize")
7
endif()
8
-
+if (CMAKE_Fortran_COMPILER_ID STREQUAL Flang)
9
+ set(CMAKE_Fortran_FLAGS "$CMAKE_Fortran_FLAGS -O2")
10
+endif()
11
12
if (BUILD_SINGLE)
13
list( APPEND OpenBLAS_Tests sblat1 sblat2 sblat3)
0 commit comments