Skip to content
Snippets Groups Projects
Commit 793f8ccf authored by Antonio El Khoury's avatar Antonio El Khoury
Browse files

[wip/metapod] Document aggressive optimization flags in DESCR.

parent 69c1797f
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,9 @@ templates, such that each algorithm remains model-independant, yet is
optimized for a particular robot at compile-time.
As of today, the following algorithms have been implemented:
- RNEA (Recursive Newton Euler Algorithm) for inverse dynamics.
\ No newline at end of file
- RNEA (Recursive Newton Euler Algorithm) for inverse dynamics.
This software is designed to be a low-level library, performance is
thus a key issue. For increased performance, it is strongly
recommended to add the "-march=native -mfpmath=sse" flags to the
CMAKE_CXX_FLAGS variable before compiling it.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment