aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AltiVec/Complex.h
Commit message (Expand)AuthorAge
* Implement a generic vectorized version of Smith's algorithms for complex divi...Gravatar Rasmus Munk Larsen2021-07-01
* Get rid of code duplication for conj_helper. For packets where LhsType=RhsTyp...Gravatar Rasmus Munk Larsen2021-06-24
* Fix address of temporary object errors in clang11.Gravatar Chip Kerchner2021-04-02
* Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3).Gravatar Chip Kerchner2021-03-25
* Fix sqrt, ldexp and frexp compilation errors.Gravatar Chip Kerchner2021-01-25
* Fix pscatter and pgather for Altivec Complex doubleGravatar Pedro Caldeira2020-06-16
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* 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
* Collapsed revision from PR-619Gravatar William D. Irons2019-03-26
* 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
|/
* bug #1436: fix compilation of Jacobi rotations with ARM NEON, some specializa...Gravatar Gael Guennebaud2017-06-15
* Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_tGravatar Gael Guennebaud2017-01-23
* bug #1360: fix sign issue with pmull on altivecGravatar Gael Guennebaud2016-12-18
* minor fixes for big endian altivec/vsxGravatar Konstantinos Margaritis2016-07-10
* fix compilation with clang 3.9, fix performance with pset1, use vector operat...Gravatar Konstantinos Margaritis2016-06-23
* mostly cleanups and modernizing codeGravatar Konstantinos Margaritis2016-06-19
* minor fix, add to copyrightGravatar Konstantinos Margaritis2016-04-28
* Let unpacket_traits<> exposes the required alignment and make use of it every...Gravatar Gael Guennebaud2015-08-07
* Fix bug in pdiv<Packet1cd> which swaps 32-bit halves of a pair ofGravatar Doug Kwan2015-03-11
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* fixed to make big-endian VSX work as wellGravatar Konstantinos Margaritis2014-10-01
* fix compile error on big endian altivecGravatar Konstantinos Margaritis2014-09-21
* VSX port passes packetmath_[1-5] tests!Gravatar Konstantinos Margaritis2014-09-20
* 32-bit floats/ints, 64-bit doubles pass packetmath tests, complex 32/64-bit r...Gravatar Konstantinos Margaritis2014-09-19
* First time it compiles, but fails to pass the tests.Gravatar Konstantinos Margaritis2014-09-09
* Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
* Simplification of some Altivec constants, reuse existing constants and avoid ...Gravatar Konstantinos Margaritis2014-07-22
* Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* Implement pbroadcast4 on altivecGravatar Gael Guennebaud2014-04-25
* Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
* Implement ptranspose on altivec and fix pgather/pscatterGravatar Gael Guennebaud2014-04-24
* Add Altivec implementation of pgather/pscatter (not tested)Gravatar Gael Guennebaud2014-04-23
* Add a mechanism to recursively access to half-size packet typesGravatar Gael Guennebaud2014-03-28
* 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
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* better fix for gcc 4.6.0 / ptrdiff_t, as suggested by BenoitGravatar Thomas Capricelli2011-05-05
* Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@...Gravatar Thomas Capricelli2011-05-05
* fix pset1 for complexGravatar 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
* 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
* more compilation fixes for altivecGravatar Gael Guennebaud2011-02-21