From ddbbd7065d4e7dc221ecdc45f36db8745e433bec Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 18 Aug 2010 09:35:55 +0200 Subject: * disable unalignment detection when vectorization is not enabled * revert MapBase unalignment detection --- test/geo_quaternion.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/geo_quaternion.cpp') diff --git a/test/geo_quaternion.cpp b/test/geo_quaternion.cpp index 953ea158a..bfe15320a 100644 --- a/test/geo_quaternion.cpp +++ b/test/geo_quaternion.cpp @@ -134,7 +134,9 @@ template void mapQuaternion(void){ VERIFY_IS_APPROX(q1.coeffs(), q2.coeffs()); VERIFY_IS_APPROX(q1.coeffs(), q3.coeffs()); + #ifdef EIGEN_VECTORIZE VERIFY_RAISES_ASSERT((MQuaternionA(array3unaligned))); + #endif } void test_geo_quaternion() -- cgit v1.2.3