remove debug #error

This commit is contained in:
Benoit Jacob 2011-02-09 14:37:52 -05:00
parent 85f9fab003
commit 63626bb966

View File

@ -74,7 +74,6 @@
// there is no way to know about this on msvc. You can define EIGEN_VECTORIZE_SSE* if you // 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. // want to force the use of those instructions with msvc.
#ifdef __SSE3__ #ifdef __SSE3__
#error 'hello'
#define EIGEN_VECTORIZE_SSE3 #define EIGEN_VECTORIZE_SSE3
#endif #endif
#ifdef __SSSE3__ #ifdef __SSSE3__