mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-15 13:15:57 +08:00
explain how to get rid of it
This commit is contained in:
parent
09f77b356d
commit
d0ac4fa479
@ -12,7 +12,7 @@ is explained here: http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html
|
|||||||
**** READ THIS WEB PAGE !!! ****"' failed.
|
**** READ THIS WEB PAGE !!! ****"' failed.
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
There are 3 known causes for this issue. Please read on to understand them and learn how to fix them.
|
There are 4 known causes for this issue. Please read on to understand them and learn how to fix them.
|
||||||
|
|
||||||
\b Table \b of \b contents
|
\b Table \b of \b contents
|
||||||
- \ref where
|
- \ref where
|
||||||
@ -21,6 +21,7 @@ There are 3 known causes for this issue. Please read on to understand them and l
|
|||||||
- \ref c3
|
- \ref c3
|
||||||
- \ref c4
|
- \ref c4
|
||||||
- \ref explanation
|
- \ref explanation
|
||||||
|
- \ref getrid
|
||||||
|
|
||||||
\section where Where in my own code is the cause of the problem?
|
\section where Where in my own code is the cause of the problem?
|
||||||
|
|
||||||
@ -101,6 +102,12 @@ Eigen normally takes care of these alignment issues for you, by setting an align
|
|||||||
|
|
||||||
However there are a few corner cases where these alignment settings get overridden: they are the possible causes for this assertion.
|
However there are a few corner cases where these alignment settings get overridden: they are the possible causes for this assertion.
|
||||||
|
|
||||||
|
\section getrid I don't care about vectorization, how do I get rid of that stuff?
|
||||||
|
|
||||||
|
Define both preprocessor symbols EIGEN_DONT_VECTORIZE and EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT.
|
||||||
|
|
||||||
|
For more information, see <a href="http://eigen.tuxfamily.org/index.php?title=FAQ#I_disabled_vectorization.2C_but_I.27m_still_getting_annoyed_about_alignment_issues.21">this FAQ</a>.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user