aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/NEON/Complex.h
Commit message (Expand)AuthorAge
* Get rid of code duplication for conj_helper. For packets where LhsType=RhsTyp...Gravatar Rasmus Munk Larsen2021-06-24
* Revert addition of unused `paddsub<Packet2cf>`. This fixes #2242Gravatar Christoph Hertzberg2021-05-06
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* Don't guard psqrt for std::complex<float> with EIGEN_ARCH_ARM64Gravatar David Tellenbach2020-12-11
* Fix vectorization of complex sqrt on NEONGravatar David Tellenbach2020-12-10
* Add support for CastXML on ARM aarch64Gravatar Brad King2020-09-16
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* Additional NEON packet-math operationsGravatar Joel Holdsworth2020-03-26
* NEON: Implemented half-size vectorsGravatar Joel Holdsworth2020-03-10
* Improvements to the tidiness and completeness of the NEON implementationGravatar Joel Holdsworth2020-01-10
* Add masked_store_available to unpacket_traitsGravatar Eugene Zhulenev2019-05-02
* Adding lowlevel APIs for optimized RHS packet load in TensorFlowGravatar Anuj Rawat2019-04-20
* Fix compilation on ARM.Gravatar Gael Guennebaud2019-02-22
* Add a few missing packet ops: cmp_eq for NEON. pfloor for GPU.Gravatar Rasmus Munk Larsen2019-02-21
* Fix conflicts and mergeGravatar Gael Guennebaud2019-01-30
|\
* | bug #1652: fix position of EIGEN_ALIGN16 attributes in Neon and AltivecGravatar Gael Guennebaud2019-01-14
| * Introducing "vectorized" byte on unpacket_traits structsGravatar Gustavo Lima Chaves2018-12-19
|/
* Fix compilation with NEON+MSVCGravatar Gael Guennebaud2018-04-26
* fix const cast in NEONGravatar Gael Guennebaud2018-04-18
* bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...Gravatar Gael Guennebaud2017-06-15
* bug #1325: fix compilation on NEON with clangGravatar Gael Guennebaud2016-10-12
* Merged kmargar/eigen/tip into default, Altivec/VSX port should be working ok ...Gravatar Konstantinos Margaritis2016-07-10
|\
* | Avoid global variables with static constructors in NEON/Complex.hGravatar Benoit Jacob2016-06-28
* | bug #1240: Remove any assumption on NEON vector types.Gravatar Gael Guennebaud2016-06-09
* | Fix compile errors initializing packets on ARM DS-5 5.20Gravatar Sean Templeton2016-06-03
| * add name to copyrightsGravatar Konstantinos Margaritis2016-04-28
|/
* bug #1103: fix neon vectorization of pmul(Packet1cd,Packet1cd)Gravatar Gael Guennebaud2015-12-10
* Let unpacket_traits<> exposes the required alignment and make use of it every...Gravatar Gael Guennebaud2015-08-07
* Fix uninitialized var warning. The compiler was clearing the register anyway,...Gravatar Benoit Jacob2015-05-15
* must also disable complex<double> when disabling double vectorizationGravatar Benoit Jacob2015-03-03
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Added ARMv8 supportGravatar Konstantinos Margaritis2014-10-22
* Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* Fix ptranspose overload prototypes for NEONGravatar Gael Guennebaud2014-04-25
* Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
* Created a NEON version of the ptranspose packet primitivesGravatar Benoit Steiner2014-04-23
* Implemented the pgather/pscatter packet primitives for the arm/NEON architectureGravatar Benoit Steiner2014-04-17
* New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee...Gravatar Gael Guennebaud2014-04-16
* 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