aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/SSE/PacketMath.h
Commit message (Expand)AuthorAge
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* Fixed conservativeResize.Gravatar Hauke Heibel2010-01-11
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
| * * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
| * add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
* | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
|/
* * mergeGravatar Benoit Jacob2009-11-09
|\
| * Let's try to stick to the original code, thus activate the fix of #62 only fo...Gravatar Hauke Heibel2009-11-04
| * Direct access of the packet structs fixes bug #62 and doe not seem toGravatar Hauke Heibel2009-11-04
|/
* we were already aligning to 16 byte boundary fixed-size objects that are mult...Gravatar Benoit Jacob2009-10-05
* clean the commented asm instructions because now I'm sureGravatar Gael Guennebaud2009-09-17
* fix #53: performance regression, hopefully I did not resurected anotherGravatar Gael Guennebaud2009-09-17
* make custom asm directive volatileGravatar Gael Guennebaud2009-08-09
* * implement a second level of micro blocking (faster for small sizes)Gravatar Gael Guennebaud2009-08-07
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* only disable the inline ASM if we're NEITHER gcc nor icc. right ??Gravatar Benoit Jacob2009-06-26
* re-enable the fast unaligned loads for gcc and icc using inline assemblyGravatar Gael Guennebaud2009-06-24
* use the slower unaligned load intrinsics in ei_ploadu because GCC mess up wit...Gravatar Gael Guennebaud2009-06-23
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* add vectorization of sqrt for floatGravatar Gael Guennebaud2009-03-27
* add SSE2 versions of sin, cos, log, exp using code from JulienGravatar Gael Guennebaud2009-03-25
* add vectorization of unary operator-() (the AltiVec version is probablyGravatar Gael Guennebaud2009-03-20
* add the vectorization of absGravatar Gael Guennebaud2009-03-09
* slight optimization of SSE base integer mul (thanks to Rohit Garg)Gravatar Gael Guennebaud2009-03-08
* add much faster versions of unaligned stores (and slightly fasterGravatar Gael Guennebaud2009-03-03
* * exit Sum.h, exit Prod.h, welcome vectorization of redux() !Gravatar Gael Guennebaud2009-02-12
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* Add vectorization of Reverse (was more tricky than I thought) andGravatar Gael Guennebaud2009-02-06
* fix MSVC internal compilation errorGravatar Gael Guennebaud2009-01-29
* fix a bunch of warnings (actual issues) reported by FrankGravatar Benoit Jacob2009-01-22
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* Hopefully fix compilation of SSE Packetmath with MSVC.Gravatar Benoit Jacob2008-12-16
* Shut up two bogus gcc 4.3 warningsGravatar Benoit Jacob2008-08-25
* * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...Gravatar Gael Guennebaud2008-08-22
* Add a packetmath unit test, re-enable the comma-initializer unit test,Gravatar Gael Guennebaud2008-08-20
* Added a ei_palign function align a packet from two others.Gravatar Gael Guennebaud2008-08-03
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* Fix compilation issues with icc and g++ < 4.1. Those include:Gravatar Gael Guennebaud2008-07-21
* * Fix a couple of issues related to the recent cache friendly productsGravatar Gael Guennebaud2008-07-19
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* * add ei_pdiv intrinsic, make quotient functor vectorizableGravatar Benoit Jacob2008-06-23
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* move arch-specific code to arch/SSE and arch/AltiVec subdirs.Gravatar Benoit Jacob2008-05-12