aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/Complex.h
Commit message (Expand)AuthorAge
* Add a mechanism to recursively access to half-size packet typesGravatar Gael Guennebaud2014-03-28
* bug #677: fix usage of pld instrinsics for ccomplexesGravatar Gael Guennebaud2013-11-02
* Fix bug #591: minor optimization in NEON vectorization supportGravatar Simon Pilgrim2013-06-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Patches to support ARM NEON with Clang 3.0 and LLVM-GCCGravatar Marton Danoczy2011-11-04
* fix compilation on ARM NEON (missing AlignedOnScalar)Gravatar Gael Guennebaud2011-05-06
* 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
* same for neonGravatar Gael Guennebaud2011-02-23
* Fixed NEON compilation errors, changed float-abi back to softfp (which is the...Gravatar Konstantinos Margaritis2010-12-10
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add NEON ploaddup and pcplxflip functionsGravatar Gael Guennebaud2010-07-20
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float>Gravatar Konstantinos Margaritis2010-07-10