From aecc51a3e8f15ab28fb5fbfda04e027213a4c732 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 21 Sep 2016 21:53:00 +0200 Subject: fix typo --- test/cholesky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cholesky.cpp') diff --git a/test/cholesky.cpp b/test/cholesky.cpp index e4af80fe2..8ad5ac639 100644 --- a/test/cholesky.cpp +++ b/test/cholesky.cpp @@ -417,7 +417,7 @@ void cholesky_faillure_cases() VERIFY_IS_NOT_APPROX(mat,ldlt.reconstructedMatrix()); VERIFY(ldlt.info()==NumericalIssue); } -#if (!EIGEN_ARCH_i386) || EIGEN_VECTORIZE_SSE2 +#if (!EIGEN_ARCH_i386) || defined(EIGEN_VECTORIZE_SSE2) { mat.resize(3,3); mat << -1, -3, 3, -- cgit v1.2.3