mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix the overview page and add mention that the wrong stack alignment issue may have been solved by gcc 4.5
This commit is contained in:
@@ -2,6 +2,9 @@ namespace Eigen {
|
||||
|
||||
/** \page TopicWrongStackAlignment Compiler making a wrong assumption on stack alignment
|
||||
|
||||
<h4>It appears that this was a GCC bug that has been fixed in GCC 4.5.
|
||||
If you hit this issue, please upgrade to GCC 4.5 and report to us, so we can update this page.</h4>
|
||||
|
||||
This is an issue that, so far, we met only with GCC on Windows: for instance, MinGW and TDM-GCC.
|
||||
|
||||
By default, in a function like this,
|
||||
|
||||
Reference in New Issue
Block a user