Registered Member
|
Hi,
while compiling a project using Eigen on a Windows computer (VS2012 with 32 bits target) I got the assertion error on the unaligned arrays. I followed the recipes I found in the docs (https://eigen.tuxfamily.org/dox/group__ ... ssert.html) but I keep getting the error. If I compile with NDEBUG the software runs fine. Should I disable the assertion by defining EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT or is there something else I should do on the code such that the assertion doesn't rise the error? Thanks Carlo |
Moderator
|
If you don't enable SSE, then no worry, you can safely disable it. Otherwise, you must track the origin of the problem and fix it.
|
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]