aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* fix ugly conversion from double[2] to complexGravatar Gael Guennebaud2010-08-19
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* forgot to remove a #endifGravatar Benoit Jacob2010-08-13
* fix determination of number of registers on sse:Gravatar Benoit Jacob2010-08-13
* Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* 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
|/
* add NEON ploaddup and pcplxflip functionsGravatar Gael Guennebaud2010-07-20
* * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
* * fix a couple of remaining issues with previous commit,Gravatar Gael Guennebaud2010-07-19
* * _mm_loaddup_pd is slowGravatar 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
|\
| * let ei_pset1 use _mm_loaddup_pd. Not a significant speed improvement, but als...Gravatar Benoit Jacob2010-07-09
| * Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float>Gravatar Konstantinos Margaritis2010-07-10
| * disable MSVC optimization when the underlying compiler is ICCGravatar Gael Guennebaud2010-07-09
| * forgot to commit ei_p4f_FORWARD;Gravatar Konstantinos Margaritis2010-07-09
| * Altivec port of Complex.h.Gravatar Konstantinos Margaritis2010-07-09
* | 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
* AltiVec signed integer pmadd removed, proved to be 2x slower than the scalar ...Gravatar Konstantinos Margaritis2010-06-28
* fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...Gravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* fix linking errors with multiply defined functionsGravatar Benoit Jacob2010-06-18
* packet math functions:Gravatar Benoit Jacob2010-06-15
* Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
* (proper commit this time)Gravatar Konstantinos Margaritis2010-04-24
* Backed out changeset 6972c140f737874d88da0e225c7c27b4563a4518Gravatar Konstantinos Margaritis2010-04-24
* replaced _mm_prefetch in GeneralBlockPanelKernel.h, with ei_prefetch() inline...Gravatar oem2010-04-24
* ei_psqrt fix for zero inputGravatar Hauke Heibel2010-04-01
* add missing cmake directives for arch/DefaultGravatar Gael Guennebaud2010-03-08
* Reintroduced the if-clause for MSVC ei_ploadu via _loadu_.Gravatar Hauke Heibel2010-03-07