index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
vectorization_logic.cpp
Commit message (
Expand
)
Author
Age
*
Fix unit test.
Gael Guennebaud
2016-07-06
*
Relax mixing-type constraints for binary coefficient-wise operators:
Gael Guennebaud
2016-06-06
*
bug #256: enable vectorization with unaligned loads/stores.
Gael Guennebaud
2016-05-24
*
Fix warning in unit tests
Gael Guennebaud
2016-04-13
*
Add regression unit tests for half-packet vectorization
Gael Guennebaud
2016-04-13
*
Fixed the vectorization logic test
Benoit Steiner
2016-04-12
*
Fix unit tests wrt EIGEN_DEFAULT_TO_ROW_MAJOR
Gael Guennebaud
2015-12-11
*
Improve readibility of EIGEN_DEBUG_ASSIGN mode.
Gael Guennebaud
2015-10-27
*
Enable vectorization with half-packets
Gael Guennebaud
2015-08-07
*
First part of a big refactoring of alignment control to enable the handling o...
Gael Guennebaud
2015-08-06
*
bug #973, improve AVX support by enabling vectorization of Vector4i-like type...
Gael Guennebaud
2015-03-13
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Favor column major storage for inner products
Gael Guennebaud
2014-09-14
*
merge with default branch
Gael Guennebaud
2014-07-15
|
\
|
*
Test vectorization logic for int
Christoph Hertzberg
2014-07-14
*
|
rm conflict
Gael Guennebaud
2014-06-20
*
|
merge with default branch
Gael Guennebaud
2014-06-20
|
\
|
|
*
Fix 128bit packet size assumptions in unit tests.
Gael Guennebaud
2014-04-18
*
|
More debug info and use lazyProd instead of operator* to query the right flags
Gael Guennebaud
2014-03-12
|
/
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix vectorization_logic when EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENT
Gael Guennebaud
2011-05-19
*
fix vectorization_logic unit test when defaulting to row major
Gael Guennebaud
2011-01-04
*
fix severe perf bug: coeff-based matrix products were not considered aligned,...
Benoit Jacob
2011-01-02
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42a
Benoit Jacob
2010-08-11
*
allow vectorization of mat44.col() by adding a InnerPanel boolean
Gael Guennebaud
2010-07-23
*
extend vectorization_logic
Gael Guennebaud
2010-07-08
*
email change
Gael Guennebaud
2010-06-24
*
fix vectorization logic test
Gael Guennebaud
2010-06-24
*
Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...
Benoit Jacob
2010-02-27
*
Fix Map-with-Stride and cover it by new unit tests.
Benoit Jacob
2010-02-26
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
*
|
more fixes
Gael Guennebaud
2009-12-17
|
*
Assign.h: add LinearTraversal (non-vectorized index-based traversal)
Benoit Jacob
2009-11-18
|
/
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
add cast<>() tests. including a vectorization_logic test that currently fails...
Benoit Jacob
2009-04-29
*
update vectorization_logic unit test wrt previous sum/redux change
Gael Guennebaud
2009-02-13
*
Add cdash.org support:
Gael Guennebaud
2009-01-08
*
Add a vectorization_logic unit test for assign and sum.
Gael Guennebaud
2009-01-07