aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/SSE/Complex.h
Commit message (Collapse)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
| | | | practice
* 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 ↵Gravatar Gael Guennebaud2011-02-03
| | | | bug #174
* 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
| | | | * merge ei_product_blocking_traits into ei_gepb_traits
* 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
| | | | inlining within a function
* mixing types step 3:Gravatar Gael Guennebaud2010-07-11
| | | | | - improve support of colmajor by vector and matrix - matrix - now all configurations are well handled, but the perf are not always very good
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
| | | | | | | | * pload* and pset1 are now templated on the packet type * gemv routines are now embeded into a structure with a consistent API with respect to gemm * some configurations of vector * matrix and matrix * matrix works fine, some need more work...
* 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
| | | | | | | | | | * add a, Alignable trait * update LinearVectorization assignment
| * enabling aligned loads/store for complex<double> is much more tricky,Gravatar Gael Guennebaud2010-07-07
| | | | | | | | so the temporary fix is to always perform unaligned load/store
* | an attempt to fix wrong unaligned storeGravatar Gael Guennebaud2010-07-07
| |
* | support for real * complex matrix product - step 1 (works for some special ↵Gravatar Gael Guennebaud2010-07-07
|/ | | | cases)
* 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
| | | | * vectorize complex<double>
* 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
| | | | * extend the packing routines to support conjugation
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05