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 f8a8863 commit 462e306Copy full SHA for 462e306
nav2_mppi_controller/CMakeLists.txt
@@ -48,7 +48,7 @@ if(COMPILER_SUPPORTS_FMA)
48
endif()
49
50
# If building one the same hardware to be deployed on, try `-march=native`!
51
-add_compile_options(-O3 -finline-limit=10000000 -ffp-contract=fast -ffast-math -mtune=generic)
+add_compile_options(-O3 -finline-limit=10000000 -ffp-contract=fast -ffast-math -mtune=generic -mno-avx512f)
52
53
add_library(mppi_controller SHARED
54
src/controller.cpp
0 commit comments