Skip to content

Commit

Permalink
fix vectorizer flag
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Jan 11, 2025
1 parent f804e87 commit fe98e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ if ( enable-profiling )
elseif ( CMAKE_C_COMPILER_ID STREQUAL "Intel" )
set ( OPT_FLAGS "-qopt-report=3" )
elseif ( CMAKE_C_COMPILER_ID STREQUAL "GNU" )
set ( OPT_FLAGS "-fopt-info -ftree-vectorizer-verbose" )
set ( OPT_FLAGS "-fopt-info -fopt-info-vec-missed" )
endif ( )

set ( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OPT_FLAGS}" )
Expand Down

0 comments on commit fe98e60

Please sign in to comment.