aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/vectorization_logic.cpp
Commit message (Expand)AuthorAge
* Fix more enum arithmetic.Gravatar Rasmus Munk Larsen2021-06-15
* Fix c++20 warnings about using enums in arithmetic expressions.Gravatar Rasmus Munk Larsen2021-06-10
* Delete duplicate test cases in vectorization_logic.cppGravatar Kan Chen2020-07-01
* Revert "add some static checks for packet-picking logic"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Disable test in test/vectorization_logic.cpp, which is currently fail...Gravatar Rasmus Munk Larsen2020-02-25
* Disable test in test/vectorization_logic.cpp, which is currently failing with...Gravatar Rasmus Munk Larsen2020-02-24
* add some static checks for packet-picking logicGravatar Francesco Mazzoli2020-02-07
* fix test regarding AVX512 vectorization of complexes.Gravatar Gael Guennebaud2018-12-06
* Replace unused PREDICATE by corresponding STATIC_ASSERTGravatar Christoph Hertzberg2018-09-21
* Fix vectorization logic unit test for AVX512Gravatar Gael Guennebaud2018-09-21
* Improve slice-vectorization logic for redux (significant speed-up for reduxio...Gravatar Gael Guennebaud2018-09-21
* Disable ignoring attributes warningGravatar Gael Guennebaud2018-09-20
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fix packet and alignment propagation logic of Block<Xpr> expressions. In part...Gravatar Gael Guennebaud2017-12-14
* Fix unit test.Gravatar Gael Guennebaud2016-07-06
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* bug #256: enable vectorization with unaligned loads/stores.Gravatar Gael Guennebaud2016-05-24
* Fix warning in unit testsGravatar Gael Guennebaud2016-04-13
* Add regression unit tests for half-packet vectorizationGravatar Gael Guennebaud2016-04-13
* Fixed the vectorization logic testGravatar Benoit Steiner2016-04-12
* Fix unit tests wrt EIGEN_DEFAULT_TO_ROW_MAJORGravatar Gael Guennebaud2015-12-11
* Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
* Enable vectorization with half-packetsGravatar Gael Guennebaud2015-08-07
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* bug #973, improve AVX support by enabling vectorization of Vector4i-like type...Gravatar Gael Guennebaud2015-03-13
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Favor column major storage for inner productsGravatar Gael Guennebaud2014-09-14
* merge with default branchGravatar Gael Guennebaud2014-07-15
|\
| * Test vectorization logic for intGravatar Christoph Hertzberg2014-07-14
* | rm conflictGravatar Gael Guennebaud2014-06-20
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
| * Fix 128bit packet size assumptions in unit tests.Gravatar Gael Guennebaud2014-04-18
* | More debug info and use lazyProd instead of operator* to query the right flagsGravatar Gael Guennebaud2014-03-12
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix vectorization_logic when EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENTGravatar Gael Guennebaud2011-05-19
* fix vectorization_logic unit test when defaulting to row majorGravatar Gael Guennebaud2011-01-04
* fix severe perf bug: coeff-based matrix products were not considered aligned,...Gravatar Benoit Jacob2011-01-02
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* extend vectorization_logicGravatar Gael Guennebaud2010-07-08
* email changeGravatar Gael Guennebaud2010-06-24
* fix vectorization logic testGravatar Gael Guennebaud2010-06-24
* Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...Gravatar Benoit Jacob2010-02-27
* Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | more fixesGravatar Gael Guennebaud2009-12-17
| * Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
|/
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22