mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-14 02:13:13 +08:00
Fix doc regarding alignment and c++17
This commit is contained in:
parent
e2999d4c38
commit
0050644b23
@ -17,7 +17,7 @@ especially if you got wrong results in statements where the destination appears
|
|||||||
\section TopicPitfalls_alignment_issue Alignment Issues (runtime assertion)
|
\section TopicPitfalls_alignment_issue Alignment Issues (runtime assertion)
|
||||||
|
|
||||||
%Eigen does explicit vectorization, and while that is appreciated by many users, that also leads to some issues in special situations where data alignment is compromised.
|
%Eigen does explicit vectorization, and while that is appreciated by many users, that also leads to some issues in special situations where data alignment is compromised.
|
||||||
Indeed, since C++17, C++ does not have quite good enough support for explicit data alignment.
|
Indeed, prior to C++17, C++ does not have quite good enough support for explicit data alignment.
|
||||||
In that case your program hits an assertion failure (that is, a "controlled crash") with a message that tells you to consult this page:
|
In that case your program hits an assertion failure (that is, a "controlled crash") with a message that tells you to consult this page:
|
||||||
\code
|
\code
|
||||||
http://eigen.tuxfamily.org/dox/group__TopicUnalignedArrayAssert.html
|
http://eigen.tuxfamily.org/dox/group__TopicUnalignedArrayAssert.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user