From 7e97dd5bd87ac4edfc4244039e55cd04e6f77568 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 26 Sep 2012 19:28:57 +0200 Subject: [PATCH] we should not directly include the *mmintrin.h headers but include immintrin.h only --- Eigen/Core | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Eigen/Core b/Eigen/Core index 88337e47e..366465888 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -87,20 +87,7 @@ // so, to avoid compile errors when windows.h is included after Eigen/Core, ensure intrinsics are extern "C" here too. // notice that since these are C headers, the extern "C" is theoretically needed anyways. extern "C" { - #include - #include - #ifdef EIGEN_VECTORIZE_SSE3 - #include - #endif - #ifdef EIGEN_VECTORIZE_SSSE3 - #include - #endif - #ifdef EIGEN_VECTORIZE_SSE4_1 - #include - #endif - #ifdef EIGEN_VECTORIZE_SSE4_2 - #include - #endif + #include } // end extern "C" #elif defined __ALTIVEC__ #define EIGEN_VECTORIZE