aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
authorGravatar Rasmus Munk Larsen <rmlarsen@google.com>2019-08-30 14:03:29 -0700
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2019-08-30 14:03:29 -0700
commitf6c51d9209ccc04d28c39f4c8059e7d3e74d6e07 (patch)
tree7d28a815d307368a6175b9ed6dc5f78df00bf684 /Eigen/Core
parentbc40d4522c56fdf861fcdab28f4b7db609d8065e (diff)
Fix missing header inclusion and colliding definitions for half type casting, which broke
build with -march=native on Haswell/Skylake.
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Core b/Eigen/Core
index e6e31caee..9d8f8fce8 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -172,6 +172,7 @@ using std::ptrdiff_t;
#include "src/Core/arch/AVX/TypeCasting.h"
#include "src/Core/arch/AVX/Complex.h"
#include "src/Core/arch/AVX512/PacketMath.h"
+ #include "src/Core/arch/AVX512/TypeCasting.h"
#include "src/Core/arch/AVX512/Complex.h"
#include "src/Core/arch/SSE/MathFunctions.h"
#include "src/Core/arch/AVX/MathFunctions.h"