Skip to content

Commit

Permalink
Revert "vectorization experiments"
Browse files Browse the repository at this point in the history
This reverts commit 1e34a43. Cost model
indicates vectorization is nonbeneficial
  • Loading branch information
derselbst committed Jan 1, 2025
1 parent 1e34a43 commit 68074d6
Show file tree
Hide file tree
Showing 2 changed files with 584 additions and 623 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ unset ( WITH_PROFILING CACHE )
if ( enable-profiling )
set ( WITH_PROFILING 1 )
if ( CMAKE_C_COMPILER_ID STREQUAL "Clang" )
set ( OPT_FLAGS "-Rpass=loop-vectorize -Rpass-analysis=loop-vectorize" )
set ( OPT_FLAGS "-Rpass=loop-vectorize" ) # -Rpass-analysis=loop-vectorize" )
elseif ( CMAKE_C_COMPILER_ID STREQUAL "Intel" )
set ( OPT_FLAGS "-qopt-report=3" )
elseif ( CMAKE_C_COMPILER_ID STREQUAL "GNU" )
Expand Down
Loading

0 comments on commit 68074d6

Please sign in to comment.