aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AltiVec/MathFunctions.h
Commit message (Collapse)AuthorAge
* Move implementation of vectorized error function erf() to ↵Gravatar Rasmus Munk Larsen2019-09-27
| | | | SpecialFunctionsImpl.h.
* 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
| | | | -> ppolevl is required by ndtri even for the scalar path
* Add packet sin and cos to Altivec/VSX and NEONGravatar Gael Guennebaud2018-11-30
|
* 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 unused warningGravatar 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 ↵Gravatar Konstantinos Margaritis2016-06-23
| | | | operators instead of intrinsics in some cases
* 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
|
* Implement plog and pexp for AltiVec.Gravatar Doug Kwan2015-07-30