Main MRPT website > C++ reference
MRPT logo
dependency_sse.h
Go to the documentation of this file.
1 /** \page dep-sse Optimizations: SSE*
2  *
3 
4 <small> <a href="dependencies.html">Back to list of dependencies</a> </small>
5 <br>
6 
7 <h2>Dependency: <code>SSE2/SSE3/SSE4 optimized instruction sets</code></h2>
8 <hr>
9 
10 By default, all SSE* optimizations are enabled. If your processor does not support them you will have to disable them
11 by enabling viewing the "Advanced" options from CMake and checking the corresponding <code>DISABLE_SSE*</code> option.
12 
13 You'll know that your processor does not support SSE* instructions if you see unexplainable <b>illegal instruction errors</b> when executing MRPT programs.
14 
15 See <a href="group__sse__optimizations.html" >SEE optimizations</a> to learn which functions have explicit vectorization optimizations in MRPT.
16 
17 */
18 



Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013