aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unalignedassert.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fix numerous pointer-to-integer conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* Disable complex scalar types because the compiler might aggressively vectorizeGravatar Gael Guennebaud2015-12-09
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* bug #973: enable alignment of multiples of half-packet size (e.g., Vector6d w...Gravatar Gael Guennebaud2015-04-01
* bug #973, improve AVX support by enabling vectorization of Vector4i-like type...Gravatar Gael Guennebaud2015-03-13
* Fix 128bit packet size assumptions in unit tests.Gravatar Gael Guennebaud2014-04-18
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* * include Macros.h much earlier: since it takes care of the alignment platfor...Gravatar Benoit Jacob2010-03-06
* introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
* silence 'statement has no effect' warning with gcc 4.4Gravatar Benoit Jacob2009-12-14
* Removed more warnings.Gravatar Hauke Heibel2009-12-12
* trivial compilation fixGravatar Gael Guennebaud2009-10-13
* after all we're not aligning to 8byte boundaryGravatar Benoit Jacob2009-10-05
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03
* oops, #ifdef instead of #if ---> bugGravatar Benoit Jacob2009-02-04
* forgot to update this unit test...Gravatar Benoit Jacob2009-02-04
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* remove the Matrix_ prefixGravatar Benoit Jacob2009-01-06
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
* add unit-test checking the assertion on unaligned arrays -- checkingGravatar Benoit Jacob2008-12-31