Skip to content

Commit

Permalink
Try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Nov 9, 2023
1 parent a7b3bd2 commit 0c5ea50
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 @@ -63,7 +63,7 @@ if(CODE_COVERAGE)
include(CodeCoverage)
endif(CODE_COVERAGE)

add_compile_options(-funroll-loops -flax-vector-conversions)
add_compile_options(-funroll-loops -flax-vector-conversions -march=native)

file(READ ${CMAKE_SOURCE_DIR}/list_builtin.txt hpcombi_compiler_builtins)
string(REPLACE ";" "|" hpcombi_compiler_builtins "${hpcombi_compiler_builtins}")
Expand Down

0 comments on commit 0c5ea50

Please sign in to comment.