aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AltiVec
Commit message (Expand)AuthorAge
* Adhere to recommended load/store intrinsics for pp64leGravatar Everton Constantino2020-03-23
* Fixing float32's pround halfway criteria to match STL's criteria.Gravatar Everton Constantino2020-03-21
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Switching unpacket_traits<Packet4i> to vectorizable=true.Gravatar Everton Constantino2020-01-13
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
* Fix compilation without vector engine available (e.g., x86 with SSE disabled):Gravatar Gael Guennebaud2019-09-05
* Fix debug macros in p{load,store}uGravatar João P. L. de Carvalho2019-08-14
* Add missing pcmp_XX methods for double/Packet2dGravatar João P. L. de Carvalho2019-08-14
* Fix packed load/store for PowerPC's VSXGravatar João P. L. de Carvalho2019-08-09
* Fix offset argument of ploadu/pstoreu for AltivecGravatar João P. L. de Carvalho2019-08-09
* bug #1718: Add cast to successfully compile with clang on PowerPCGravatar João P. L. de Carvalho2019-08-09
* 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
* | 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