aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AltiVec
Commit message (Expand)AuthorAge
...
* 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
* | Add dedicated implementations of predux_any for AVX512, NEON, and Altivec/VSEGravatar Gael Guennebaud2019-01-09
| * Introducing "vectorized" byte on unpacket_traits structsGravatar Gustavo Lima Chaves2018-12-19
|/
* Add packet sin and cos to Altivec/VSX and NEONGravatar Gael Guennebaud2018-11-30
* bug #1631: fix compilation with ARM NEON and clang, and cleanup the weird psh...Gravatar Gael Guennebaud2018-11-27
* Unify Altivec/VSX pexp(double) with default implementationGravatar Gael Guennebaud2018-11-27
* cleanupGravatar Gael Guennebaud2018-11-26
* Unify Altivec/VSX's pexp with generic implementationGravatar Gael Guennebaud2018-11-26
* Unify Altivec/VSX's plog with generic implementation, and enable it!Gravatar Gael Guennebaud2018-11-26
* Fix typo in pbend for AltiVec.Gravatar Rasmus Munk Larsen2018-06-22
* Add a note on vec_min vs asmGravatar Gael Guennebaud2018-04-04
* bug #1494: makes pmin/pmax behave on Altivec/VSX as on x86 regading NaNsGravatar Gael Guennebaud2018-04-04
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* 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
* Fix unused warningGravatar Gael Guennebaud2016-12-18
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* 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
* mostly cleanups and modernizing codeGravatar Konstantinos Margaritis2016-06-19
* fixed pexp<Packet2d>, was failing testsGravatar Konstantinos Margaritis2016-06-19
* define Packet2d constants with VSX onlyGravatar Konstantinos Margaritis2016-04-28
* remove accidentally pasted codeGravatar Konstantinos Margaritis2016-04-28
* improve state of MathFunctions as wellGravatar Konstantinos Margaritis2016-04-28
* bring Altivec/VSX to a better state, implement some of the missing functionsGravatar Konstantinos Margaritis2016-04-28
* minor fix, add to copyrightGravatar Konstantinos Margaritis2016-04-28
* Implement plog and pexp for AltiVec.Gravatar Doug Kwan2015-07-30
* Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* 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
* bug #936, patch 2/3: Remove EIGEN_VECTORIZE_FMA, was redundant with EIGEN_HAS...Gravatar Benoit Jacob2015-01-30
* bug #936, patch 1.5/3: rename _FUSED_ macros to _SINGLE_INSTRUCTION_,Gravatar Benoit Jacob2015-01-31
* bug #936, patch 1/3: some cleanup and renaming for consistency.Gravatar Benoit Jacob2015-01-30
* fixed to make big-endian VSX work as wellGravatar Konstantinos Margaritis2014-10-01
* prefetch are noops on VSX, actually disable the prefetch traitGravatar Konstantinos Margaritis2014-09-21
* fix compile error on big endian altivecGravatar Konstantinos Margaritis2014-09-21
* prefetch are noops on VSXGravatar Konstantinos Margaritis2014-09-21
* VSX supports vec_div, implement where appropriate (float/doubles)Gravatar 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
* Added HasDiv=1 to Altivec PacketMath.h, now vectorization_logic test passes.Gravatar Konstantinos Margaritis2014-07-15
* Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08