aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Alexey Frunze <afrunze@wavecomp.com>2018-07-18 12:27:50 -0700
committerGravatar Alexey Frunze <afrunze@wavecomp.com>2018-07-18 12:27:50 -0700
commit1f523e73042074fcaea6d9991bc2bb6e4f96a1ab (patch)
treeb11b299143f58422c9dff59e82ff3b0c76beaa87 /Eigen/Core
parente3c2d61739ebf09ad4bf86752a9878b7cf4e045f (diff)
Add MIPS changes missing from previous merge.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index 23676311f..f336d407b 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -183,6 +183,10 @@ using std::ptrdiff_t;
#include "src/Core/arch/ZVector/PacketMath.h"
#include "src/Core/arch/ZVector/MathFunctions.h"
#include "src/Core/arch/ZVector/Complex.h"
+#elif defined EIGEN_VECTORIZE_MSA
+ #include "src/Core/arch/MSA/PacketMath.h"
+ #include "src/Core/arch/MSA/MathFunctions.h"
+ #include "src/Core/arch/MSA/Complex.h"
#endif
// Half float support