From d9e5fd393a48db368dd90cf7119ebb3d774111cb Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 3 Jan 2009 22:33:08 +0000 Subject: * In LU solvers: no need anymore to use row-major matrices * Matrix: always inherit WithAlignedOperatorNew, regardless of vectorization or not * rename ei_alloc_stack to ei_aligned_stack_alloc * mixingtypes test: disable vectorization as SSE intrinsics don't allow mixing types and we just get compile errors there. --- test/mixingtypes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/mixingtypes.cpp') diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp index ddf1c2b4d..686839161 100644 --- a/test/mixingtypes.cpp +++ b/test/mixingtypes.cpp @@ -24,6 +24,7 @@ // Eigen. If not, see . #define EIGEN_NO_STATIC_ASSERT // turn static asserts into runtime asserts in order to check them +#define EIGEN_DONT_VECTORIZE // SSE intrinsics aren't designed to allow mixing types #include "main.h" -- cgit v1.2.3