Optimized version of the sin(), exp(), log() and sqrt() function for AVX

This commit is contained in:
Benoit Steiner
2015-02-13 16:07:08 -08:00
parent 029d236ceb
commit 0927801a84
3 changed files with 331 additions and 6 deletions

View File

@@ -290,6 +290,7 @@ using std::ptrdiff_t;
#include "src/Core/arch/SSE/PacketMath.h"
#include "src/Core/arch/SSE/Complex.h"
#include "src/Core/arch/AVX/PacketMath.h"
#include "src/Core/arch/AVX/MathFunctions.h"
#include "src/Core/arch/AVX/Complex.h"
#elif defined EIGEN_VECTORIZE_SSE
#include "src/Core/arch/SSE/PacketMath.h"