Implement plog and pexp for AltiVec.

This commit is contained in:
Doug Kwan
2015-07-30 11:12:42 -07:00
parent 5a1cc5d24c
commit 5c9ee73eb9
3 changed files with 300 additions and 4 deletions

View File

@@ -318,6 +318,7 @@ using std::ptrdiff_t;
#include "src/Core/arch/SSE/TypeCasting.h"
#elif defined(EIGEN_VECTORIZE_ALTIVEC) || defined(EIGEN_VECTORIZE_VSX)
#include "src/Core/arch/AltiVec/PacketMath.h"
#include "src/Core/arch/AltiVec/MathFunctions.h"
#include "src/Core/arch/AltiVec/Complex.h"
#elif defined EIGEN_VECTORIZE_NEON
#include "src/Core/arch/NEON/PacketMath.h"