diff --git a/Eigen/Core b/Eigen/Core index 338dbe176..8567e294c 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -74,7 +74,6 @@ // there is no way to know about this on msvc. You can define EIGEN_VECTORIZE_SSE* if you // want to force the use of those instructions with msvc. #ifdef __SSE3__ - #error 'hello' #define EIGEN_VECTORIZE_SSE3 #endif #ifdef __SSSE3__