aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/mapped_matrix.cpp
Commit message (Collapse)AuthorAge
* Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a ↵Gravatar Benoit Steiner2014-02-18
| | | | | | | | boolean) Created a new EIGEN_ALIGN_BYTES define to encode how the data should be aligned Fixed a few remaining alignment issues exposed when the Eigen code is compiled with avx enabled. Created a new EIGEN_ALIGN_DEFAULT define, which is set to the minimum alignment value required for the chosen instruction set. Use this value instead of EIGEN_ALIGN32 to preserve the existing alignment on SSE/Altivec/Neon.
* extend Map unit test to check buffers allocated on the stackGravatar Gael Guennebaud2013-11-21
|
* Rename map unit test to mapped_matrix: without splitting unit tests, this ↵Gravatar Gael Guennebaud2013-07-10
created a "map" binary file in the include path, not a good idea!