oops, fix typo

This commit is contained in:
Thomas Capricelli 2010-02-25 05:31:22 +01:00
parent 00bc535b66
commit 50a5ac3c4b

View File

@ -149,7 +149,7 @@ namespace Eigen {
inline static const char *SimdInstructionsSetInUse(void) {
#if defined(EIGEN_VECTORIZE_SSE4_2)
return "sse, sse2, sse3, ssse3, sse4.1, sse4.2";
#elif defined(EIGEN_VECTORIZE_SSE4_2)
#elif defined(EIGEN_VECTORIZE_SSE4_1)
return "sse, sse2, sse3, ssse3, sse4.1";
#elif defined(EIGEN_VECTORIZE_SSSE3)
return "sse, sse2, sse3, ssse3";