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 4730ae1 commit 2fcfab0Copy full SHA for 2fcfab0
nav2_mppi_controller/CMakeLists.txt
@@ -61,7 +61,7 @@ if(COMPILER_SUPPORTS_FMA)
61
endif()
62
63
# If building one the same hardware to be deployed on, try `-march=native`!
64
-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)
65
66
add_library(mppi_controller SHARED
67
src/controller.cpp
0 commit comments