| Commit message (Expand) | Author | Age |
* | Implement plog and pexp for AltiVec. | Doug Kwan | 2015-07-30 |
* | Fix prototype of plset and generalize linspace functor. | Gael Guennebaud | 2015-08-07 |
* | Let unpacket_traits<> exposes the required alignment and make use of it every... | Gael Guennebaud | 2015-08-07 |
* | Fix bug in pdiv<Packet1cd> which swaps 32-bit halves of a pair of | Doug Kwan | 2015-03-11 |
* | The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index | Gael Guennebaud | 2015-02-16 |
* | 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 |
* | bug #936, patch 1/3: some cleanup and renaming for consistency. | Benoit Jacob | 2015-01-30 |
* | fixed to make big-endian VSX work as well | Konstantinos Margaritis | 2014-10-01 |
* | prefetch are noops on VSX, actually disable the prefetch trait | Konstantinos Margaritis | 2014-09-21 |
* | fix compile error on big endian altivec | Konstantinos Margaritis | 2014-09-21 |
* | prefetch are noops on VSX | Konstantinos Margaritis | 2014-09-21 |
* | VSX supports vec_div, implement where appropriate (float/doubles) | Konstantinos Margaritis | 2014-09-21 |
* | VSX port passes packetmath_[1-5] tests! | Konstantinos Margaritis | 2014-09-20 |
* | 32-bit floats/ints, 64-bit doubles pass packetmath tests, complex 32/64-bit r... | Konstantinos Margaritis | 2014-09-19 |
* | First time it compiles, but fails to pass the tests. | Konstantinos Margaritis | 2014-09-09 |
* | Initial VSX commit | Konstantinos Margaritis | 2014-08-29 |
* | Simplification of some Altivec constants, reuse existing constants and avoid ... | Konstantinos Margaritis | 2014-07-22 |
* | Added HasDiv=1 to Altivec PacketMath.h, now vectorization_logic test passes. | Konstantinos Margaritis | 2014-07-15 |
* | Fix many long to int implicit conversions | Gael Guennebaud | 2014-07-08 |
* | Implement pbroadcast4 on altivec | Gael Guennebaud | 2014-04-25 |
* | 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 |
* | Implement ptranspose on altivec and fix pgather/pscatter | Gael Guennebaud | 2014-04-24 |
* | Add Altivec implementation of pgather/pscatter (not tested) | Gael Guennebaud | 2014-04-23 |
* | New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee... | Gael Guennebaud | 2014-04-16 |
* | Add a mechanism to recursively access to half-size packet types | Gael Guennebaud | 2014-03-28 |
* | Fix ploaddup and lin-spaced with AltiVec. | Gael Guennebaud | 2013-09-10 |
* | Add missing pconj specializations | Gael Guennebaud | 2013-05-17 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix static inline versus inline static issues (the former is the correct order) | Gael Guennebaud | 2012-01-31 |
* | better fix for gcc 4.6.0 / ptrdiff_t, as suggested by Benoit | Thomas Capricelli | 2011-05-05 |
* | Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@... | Thomas Capricelli | 2011-05-05 |
* | fix AltiVec ploaddup | Gael Guennebaud | 2011-02-24 |
* | fix pset1 for complex | Gael Guennebaud | 2011-02-23 |
* | implement ploaddup for altivec and add respective unit test | Gael Guennebaud | 2011-02-23 |
* | fix a couple of issues with pcplxflip | Gael Guennebaud | 2011-02-23 |
* | implement pcplxflip for altivec | Gael Guennebaud | 2011-02-23 |
* | Altivec: fix infinite loop (ei_ -> internal:: change) | Gael Guennebaud | 2011-02-23 |
* | add missing AlignedOnScalar | Gael Guennebaud | 2011-02-22 |
* | altivec compilation fix | Gael Guennebaud | 2011-02-22 |
* | more compilation fixes for altivec | Gael Guennebaud | 2011-02-21 |
* | fix compilation | Gael Guennebaud | 2011-02-21 |
* | Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE. | Jitse Niesen | 2011-02-04 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | mixing types in product step 2: | Gael Guennebaud | 2010-07-11 |
* | sync | Gael Guennebaud | 2010-07-10 |
|\ |
|
| * | Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float> | Konstantinos Margaritis | 2010-07-10 |
| * | forgot to commit ei_p4f_FORWARD; | Konstantinos Margaritis | 2010-07-09 |