aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AVX
Commit message (Expand)AuthorAge
* Add a mechanism to recursively access to half-size packet typesGravatar Gael Guennebaud2014-03-28
* Merged latest changes from parent.Gravatar Benoit Steiner2014-03-27
|\
* | Implemented the AVX version of the gather and scatter packet primitives.Gravatar Benoit Steiner2014-03-27
| * enforce the use of vfmadd231ps for pmadd (gcc and clang stupidely generates t...Gravatar Gael Guennebaud2014-03-27
|/
* Implemented the AVX version of the ptranspose packet primitive.Gravatar Benoit Steiner2014-03-27
* Implement pcplflip, palign, predux and the likes from AVC/complexesGravatar Gael Guennebaud2014-03-27
* Specialized the pload1 packet primitive for Packet8f and Packet4d in order to...Gravatar Benoit Steiner2014-03-26
* Vectorized the multiplication and division of complex numbers using AVX instr...Gravatar Benoit Steiner2014-03-26
* Used AVX instructions to vectorize the complex version of the pfirst and ploa...Gravatar Benoit Steiner2014-03-26
* Use AVX instructions to vectorize pset1<Packet2cd>, pset1<Packet4cf>, prevers...Gravatar Benoit Steiner2014-03-25
* Used AVX instructions to vectorize the predux_min<Packet8f>, predux_min<Packe...Gravatar Benoit Steiner2014-03-24
* Added support for FMA instructionsGravatar Benoit Steiner2014-02-24
* Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29