aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Konstantinos Margaritis <markos@freevec.org>2016-04-05 05:59:30 -0400
committerGravatar Konstantinos Margaritis <markos@freevec.org>2016-04-05 05:59:30 -0400
commit988344daf12681cbb50373c7a04cd92cfc8e18d7 (patch)
tree01d3ef089c1df95d854ceb88ca9001b99f98fbf1 /Eigen
parent01e7298fe605b24ad71594f31df6df5c23b90fee (diff)
enable the other includes as well
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/Core4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/Core b/Eigen/Core
index cc4ac5843..b7d254255 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -337,8 +337,8 @@ using std::ptrdiff_t;
#include "src/Core/arch/NEON/Complex.h"
#elif defined EIGEN_VECTORIZE_ZVECTOR
#include "src/Core/arch/ZVector/PacketMath.h"
-// #include "src/Core/arch/ZVector/MathFunctions.h"
-// #include "src/Core/arch/ZVector/Complex.h"
+ #include "src/Core/arch/ZVector/MathFunctions.h"
+ #include "src/Core/arch/ZVector/Complex.h"
#endif
#include "src/Core/arch/CUDA/Half.h"