aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* re-enable fast pset1-pstore by introducing a new higher level pstore1 functionGravatar Gael Guennebaud2011-03-02
* fix bug #203: revert to using _mm_set1_p[sd]Gravatar Benoit Jacob2011-02-28
* remove now-useless commentsGravatar Benoit Jacob2011-02-27
* fix bug #201: Clang too has intrinsics bugs preventing us to use custom unali...Gravatar Benoit Jacob2011-02-27
* bug #195 - fix this once and for all: just never use _mm_load_sd on gcc/i386,...Gravatar Benoit Jacob2011-02-27
* fix bug #195: fast unaligned load for integer using _mm_load_sd failed when t...Gravatar Benoit Jacob2011-02-24
* fix AltiVec ploaddupGravatar Gael Guennebaud2011-02-24
* fix pset1 for complexGravatar Gael Guennebaud2011-02-23
* implement ploaddup for complex and SSE/NEON even though they are not used in ...Gravatar Gael Guennebaud2011-02-23
* implement ploaddup for altivec and add respective unit testGravatar Gael Guennebaud2011-02-23
* fix a couple of issues with pcplxflipGravatar Gael Guennebaud2011-02-23
* implement pcplxflip for altivecGravatar Gael Guennebaud2011-02-23
* same for neonGravatar Gael Guennebaud2011-02-23
* Altivec: fix infinite loop (ei_ -> internal:: change)Gravatar Gael Guennebaud2011-02-23
* add missing AlignedOnScalarGravatar Gael Guennebaud2011-02-22
* altivec compilation fixGravatar Gael Guennebaud2011-02-22
* gcc 4.4 also defines float32_t as a special typeGravatar Gael Guennebaud2011-02-22
* more compilation fixes for altivecGravatar Gael Guennebaud2011-02-21
* fix compilationGravatar Gael Guennebaud2011-02-21
* 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
* MSVC does not like using uninitialized SSE variables, so we have to pass all ...Gravatar Hauke Heibel2011-02-12
* implement optimized ploadu for MSVC10: this also fix bad code generation in g...Gravatar Gael Guennebaud2011-02-12
* The pfirst hack is needed also on msvc 2010 as it gets completely nuts, even ...Gravatar Benoit Jacob2011-02-09
* fix redundancyGravatar Gael Guennebaud2011-02-09
* workaround gcc 4.2.1 ICE (fix bug #145)Gravatar Gael Guennebaud2011-02-09
* workaround gcc 4.2 and 4.3 compilation issue with NEONGravatar Gael Guennebaud2011-02-07
* Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.Gravatar Jitse Niesen2011-02-04
* fix SSE3 issue (infinite loop after the ei_ => internal change) - this fix bu...Gravatar Gael Guennebaud2011-02-03
* Fixed NEON compilation errors, changed float-abi back to softfp (which is the...Gravatar Konstantinos Margaritis2010-12-10
* fix some remainign issue with ei_ -> internal changeGravatar Gael Guennebaud2010-11-16
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* 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
* 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