aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* 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
* fix copy pasted commentGravatar Gael Guennebaud2010-03-05
* Altivec brought up to date. Most tests pass and performance is better than be...Gravatar Konstantinos Margaritis2010-03-05
* mergeGravatar Gael Guennebaud2010-03-04
|\
| * make the number of registers easier to configure per architecturesGravatar Gael Guennebaud2010-03-04
* | merge with default branchGravatar Gael Guennebaud2010-03-04
|\|
| * add a minor FIXMEGravatar Gael Guennebaud2010-03-04
| * factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
| * Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
| * Provide "eigen" defines to decide which instruction set is usedGravatar Thomas Capricelli2010-02-24
* | significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
|/
* 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
| * Suppressed the warning for missing assignment generators (forgot that in the ...Gravatar Hauke Heibel2009-12-15