| Commit message (Expand) | Author | Age |
* | finally directly calling the low-level products is faster | Gael Guennebaud | 2009-07-10 |
* | only disable the inline ASM if we're NEITHER gcc nor icc. right ?? | Benoit Jacob | 2009-06-26 |
* | re-enable the fast unaligned loads for gcc and icc using inline assembly | Gael Guennebaud | 2009-06-24 |
* | use the slower unaligned load intrinsics in ei_ploadu because GCC mess up wit... | Gael Guennebaud | 2009-06-23 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | * compilation fixes for gcc 3.3 | Gael Guennebaud | 2009-05-06 |
* | fix warnings with unused static functions | Benoit Jacob | 2009-05-04 |
* | make the ei_p* math functions overloads instead of template | Gael Guennebaud | 2009-04-22 |
* | more patches from Hauke Heibel: compilation/warning fixes from VC++ | Benoit Jacob | 2009-04-09 |
* | relicence Julien Pommier's SSE code to Eigen's licenses | Gael Guennebaud | 2009-04-09 |
* | * fix the binary bloat issue, Rohit's idea was the good one | Benoit Jacob | 2009-04-06 |
* | add vectorization of sqrt for float | Gael Guennebaud | 2009-03-27 |
* | for some reason passing the argument by const reference killed the perf | Gael Guennebaud | 2009-03-25 |
* | add SSE2 versions of sin, cos, log, exp using code from Julien | Gael Guennebaud | 2009-03-25 |
* | ei_pnegate implemented for AltiVec | Konstantinos A. Margaritis | 2009-03-20 |
* | add vectorization of unary operator-() (the AltiVec version is probably | Gael Guennebaud | 2009-03-20 |
* | add the vectorization of abs | Gael Guennebaud | 2009-03-09 |
* | slight optimization of SSE base integer mul (thanks to Rohit Garg) | Gael Guennebaud | 2009-03-08 |
* | add much faster versions of unaligned stores (and slightly faster | Gael Guennebaud | 2009-03-03 |
* | Add COMPONENT Devel | Laurent Montel | 2009-02-23 |
* | no reason for 3 vec_mins, 2 are enough apparently in ei_predux_min | Konstantinos A. Margaritis | 2009-02-12 |
* | modified ei_predux_min/max to actually use altivec instructions | Konstantinos A. Margaritis | 2009-02-12 |
* | * exit Sum.h, exit Prod.h, welcome vectorization of redux() ! | Gael Guennebaud | 2009-02-12 |
* | add ei_predux_mul for AltiVec | Gael Guennebaud | 2009-02-10 |
* | * add ei_predux_mul internal function | Gael Guennebaud | 2009-02-10 |
* | fixed preserve_mask definition for AltiVec (needed __vector keyword) | Konstantinos A. Margaritis | 2009-02-08 |
* | add bench_reverse, draft of a reverse vectorization for AltiVec, make | Gael Guennebaud | 2009-02-06 |
* | Add vectorization of Reverse (was more tricky than I thought) and | Gael Guennebaud | 2009-02-06 |
* | fix MSVC internal compilation error | Gael Guennebaud | 2009-01-29 |
* | fix a bunch of warnings (actual issues) reported by Frank | Benoit Jacob | 2009-01-22 |
* | * fix a vectorization issue in Product | Gael Guennebaud | 2008-12-19 |
* | Hopefully fix compilation of SSE Packetmath with MSVC. | Benoit Jacob | 2008-12-16 |
* | Missing inline keywords in AltiVec/PacketMath were making Avogadro fail | Benoit Jacob | 2008-08-27 |
* | remove double ; | Benoit Jacob | 2008-08-27 |
* | replace vector by __vector to prevent conflict with std::vector | Benoit Jacob | 2008-08-26 |
* | * patch from Konstantinos Margaritis: bugfix in Altivec version of ei_pdiv | Gael Guennebaud | 2008-08-25 |
* | Shut up two bogus gcc 4.3 warnings | Benoit Jacob | 2008-08-25 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | patch from Konstantinos Margaritis: Altivec vectorization is resurrected ! | Gael Guennebaud | 2008-08-22 |
* | Add a packetmath unit test, re-enable the comma-initializer unit test, | Gael Guennebaud | 2008-08-20 |
* | * fix bug found by Boudewijn Rempt: no CMakeLists in arch/ subdir | Benoit Jacob | 2008-08-19 |
* | Added a ei_palign function align a packet from two others. | Gael Guennebaud | 2008-08-03 |
* | Optimizations: | Gael Guennebaud | 2008-08-01 |
* | Add .perpendicular() function in Geometry module (adapted from Eigen1) | Gael Guennebaud | 2008-07-22 |
* | Fix compilation issues with icc and g++ < 4.1. Those include: | Gael Guennebaud | 2008-07-21 |
* | * Fix a couple of issues related to the recent cache friendly products | Gael Guennebaud | 2008-07-19 |
* | * rework Map, allow vectorization | Benoit Jacob | 2008-06-27 |
* | * add ei_pdiv intrinsic, make quotient functor vectorizable | Benoit Jacob | 2008-06-23 |
* | * implement slice vectorization. Because it uses unaligned | Benoit Jacob | 2008-06-22 |
* | put inline keywords everywhere appropriate. So we don't need anymore to pass | Benoit Jacob | 2008-05-12 |