| Commit message (Expand) | Author | Age |
... | |
| * | merge Tensor module within Eigen/unsupported and update gemv BLAS wrapper | Gael Guennebaud | 2015-02-12 |
|/| |
|
* | | FMA has been wrongly disabled | Gael Guennebaud | 2015-02-10 |
| * | Pulled the latest changes from the trunk | Benoit Steiner | 2015-02-06 |
| |\
| |/
|/| |
|
* | | bug #936, patch 2/3: Remove EIGEN_VECTORIZE_FMA, was redundant with EIGEN_HAS... | Benoit Jacob | 2015-01-30 |
* | | bug #936, patch 1.5/3: rename _FUSED_ macros to _SINGLE_INSTRUCTION_, | Benoit Jacob | 2015-01-31 |
* | | Introduce unified macros to identify compiler, OS, and architecture. They are... | Gael Guennebaud | 2014-11-04 |
| * | Merged latest updates from the Eigen trunk. | Benoit Steiner | 2014-09-15 |
| |\
| |/
|/| |
|
| * | Pulled in the latest changes from the Eigen trunk | Benoit Steiner | 2014-08-13 |
| |\ |
|
* | | | Replace asm by __asm__ (bug #873) | Jitse Niesen | 2014-09-06 |
| |/
|/| |
|
* | | stride must be DenseIndex not int | Christoph Hertzberg | 2014-07-10 |
* | | Fix many long to int implicit conversions | Gael Guennebaud | 2014-07-08 |
| * | Fixed a typo | Benoit Steiner | 2014-06-07 |
| * | Created the pblend packet primitive and implemented it using SSE and AVX inst... | Benoit Steiner | 2014-06-06 |
|/ |
|
* | Enable vectorization of pack_rhs with a column-major RHS. | Gael Guennebaud | 2014-04-25 |
* | Enable fused madd for Altivec | Gael Guennebaud | 2014-04-24 |
* | Fix typo (was working with clang\!) | Gael Guennebaud | 2014-04-18 |
* | Optimize AVX pset1 for complexes and ploaddup | Gael Guennebaud | 2014-04-17 |
* | Optimize ploaddup for AVX | 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 |
* | Merged latest changes from parent. | Benoit Steiner | 2014-03-27 |
|\ |
|
* | | Implemented the AVX version of the gather and scatter packet primitives. | Benoit Steiner | 2014-03-27 |
| * | enforce the use of vfmadd231ps for pmadd (gcc and clang stupidely generates t... | Gael Guennebaud | 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 |
* | Specialized the pload1 packet primitive for Packet8f and Packet4d in order to... | Benoit Steiner | 2014-03-26 |
* | 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 |
* | Used AVX instructions to vectorize the predux_min<Packet8f>, predux_min<Packe... | Benoit Steiner | 2014-03-24 |
* | Added support for FMA instructions | Benoit Steiner | 2014-02-24 |
* | Added support for AVX to Eigen. | Benoit Steiner | 2014-01-29 |