aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unalignedcount.cpp
Commit message (Collapse)AuthorAge
* fix unalignedcount for avx512Gravatar Gael Guennebaud2018-09-21
|
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
|
* Fix some unused or not initialized related warnings.Gravatar Gael Guennebaud2013-02-15
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* email changeGravatar Gael Guennebaud2010-06-24
|
* Add line to prevent compiler warning on unused variables.Gravatar Jitse Niesen2010-06-10
|
* Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
Add an internal pseudo expression allowing to optimize operators like +=, *= using the copyCoeff stuff. This allows to easily enforce aligned load for the destination matrix everywhere.