aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/SSE/Complex.h
Commit message (Expand)AuthorAge
...
* proper C++ castingGravatar Gael Guennebaud2012-01-31
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* implement ploaddup for complex and SSE/NEON even though they are not used in ...Gravatar Gael Guennebaud2011-02-23
* fix a couple of issues with pcplxflipGravatar Gael Guennebaud2011-02-23
* fix ICE and warning with gcc 4.2.4Gravatar Gael Guennebaud2011-02-21
* fix bug #186 (in 32 bits mode, gcc 4.3 messed up with pfirst for complex<float>)Gravatar Gael Guennebaud2011-02-18
* fix redundancyGravatar Gael Guennebaud2011-02-09
* workaround gcc 4.2.1 ICE (fix bug #145)Gravatar Gael Guennebaud2011-02-09
* fix SSE3 issue (infinite loop after the ei_ => internal change) - this fix bu...Gravatar Gael Guennebaud2011-02-03
* fix some remainign issue with ei_ -> internal changeGravatar Gael Guennebaud2010-11-16
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix ugly conversion from double[2] to complexGravatar Gael Guennebaud2010-08-19
* mergeGravatar Gael Guennebaud2010-07-22
|\
* | fix strict aliasing issueGravatar Gael Guennebaud2010-07-22
| * fix a strict aliasing issue with gcc 4.3Gravatar Gael Guennebaud2010-07-20
|/
* * fix a couple of remaining issues with previous commit,Gravatar Gael Guennebaud2010-07-19
* wip: extend the gebp kernel to optimize complex and mixed productsGravatar Gael Guennebaud2010-07-19
* optimize non fused MADD, and add a flatten attribute macro to enforceGravatar Gael Guennebaud2010-07-13
* mixing types step 3:Gravatar Gael Guennebaud2010-07-11
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* syncGravatar Gael Guennebaud2010-07-10
|\
* | fix a few weird issues with gcc 4.3 32bits and complex<float>Gravatar Gael Guennebaud2010-07-09
* | scalars fitting in a single packet requires more work, step 1Gravatar Gael Guennebaud2010-07-08
| * enabling aligned loads/store for complex<double> is much more tricky,Gravatar Gael Guennebaud2010-07-07
* | an attempt to fix wrong unaligned storeGravatar Gael Guennebaud2010-07-07
* | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
|/
* optimized conjugate products for SSE3Gravatar Gael Guennebaud2010-07-07
* optimize for SSE3 => significant speed up !!Gravatar Gael Guennebaud2010-07-07
* optimize pmul for complex<double>Gravatar Gael Guennebaud2010-07-07
* cleanningGravatar Gael Guennebaud2010-07-07
* s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* fix mixing types in DiagonalProductGravatar Gael Guennebaud2010-07-07
* * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05