index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Core
/
arch
/
AVX
/
Complex.h
Commit message (
Expand
)
Author
Age
*
bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...
Gael Guennebaud
2017-06-15
*
Add pinsertfirst function and implement pinsertlast for complex on SSE/AVX.
Gael Guennebaud
2016-11-02
*
Let unpacket_traits<> exposes the required alignment and make use of it every...
Gael Guennebaud
2015-08-07
*
The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
Gael Guennebaud
2015-02-16
*
stride must be DenseIndex not int
Christoph Hertzberg
2014-07-10
*
Fix many long to int implicit conversions
Gael Guennebaud
2014-07-08
*
Enable vectorization of pack_rhs with a column-major RHS.
Gael Guennebaud
2014-04-25
*
Fix typo (was working with clang\!)
Gael Guennebaud
2014-04-18
*
Optimize AVX pset1 for complexes and ploaddup
Gael Guennebaud
2014-04-17
*
New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee...
Gael Guennebaud
2014-04-16
*
Workaround alignment warnings
Gael Guennebaud
2014-03-30
*
Add a mechanism to recursively access to half-size packet types
Gael Guennebaud
2014-03-28
*
Implemented the AVX version of the gather and scatter packet primitives.
Benoit Steiner
2014-03-27
*
Implemented the AVX version of the ptranspose packet primitive.
Benoit Steiner
2014-03-27
*
Implement pcplflip, palign, predux and the likes from AVC/complexes
Gael Guennebaud
2014-03-27
*
Vectorized the multiplication and division of complex numbers using AVX instr...
Benoit Steiner
2014-03-26
*
Used AVX instructions to vectorize the complex version of the pfirst and ploa...
Benoit Steiner
2014-03-26
*
Use AVX instructions to vectorize pset1<Packet2cd>, pset1<Packet4cf>, prevers...
Benoit Steiner
2014-03-25
*
Added support for AVX to Eigen.
Benoit Steiner
2014-01-29