Skip to content

Commit 54726b8

Browse files
committed
Format message better.
1 parent cbaf8d3 commit 54726b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMAKE/CheckLAPACKCompilerFlags.cmake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ macro(CheckLAPACKCompilerFlags)
6767
CMAKE_Fortran_COMPILER_VERSION VERSION_LESS_EQUAL "14.4") OR
6868
(CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER_EQUAL "15.0" AND
6969
CMAKE_Fortran_COMPILER_VERSION VERSION_LESS_EQUAL "15.2"))
70-
message(WARNING "Disabling loop vectorization for GNU Fortran (14.0-14.4, 15.0-15.2) on ARM due to a compiler bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122408). For full performance, consider changing to a different compiler or compiler version.")
70+
message(WARNING
71+
"Disabling loop vectorization for GNU Fortran (14.0-14.4, 15.0-15.2) on ARM "
72+
"due to a compiler bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122408). "
73+
"For full performance, consider changing to a different compiler or compiler version.")
7174
add_compile_options("$<$<COMPILE_LANGUAGE:Fortran>:-fno-tree-loop-vectorize>")
7275
endif()
7376
endif()

0 commit comments

Comments
 (0)