aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-10-05 17:22:16 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-10-05 17:22:16 +0200
commit904f35d19497b5442a80a30c42d00fc52c22fe36 (patch)
tree02edd8a510f826fc83ddf27e66d2389878e6b280 /test
parentbb1cc0d092e118ad2a6119d40349479152cb583d (diff)
discard vectorization in matrix-vector product when data is not even
aligned on the scalar type size (e.g., for double on 32 bits system without -malign-double)
Diffstat (limited to 'test')
-rw-r--r--test/testsuite.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testsuite.cmake b/test/testsuite.cmake
index 147b82d46..b223345b1 100644
--- a/test/testsuite.cmake
+++ b/test/testsuite.cmake
@@ -177,7 +177,7 @@ if(WIN32 AND NOT UNIX)
SET (CTEST_INITIAL_CACHE "
MAKECOMMAND:STRING=nmake -i
CMAKE_MAKE_PROGRAM:FILEPATH=nmake
- CMAKE_GENERATOR:INTERNAL=NMake Makefiles
+ CMAKE_GENERATOR:INTERNAL=NMake Makefiles
CMAKE_BUILD_TYPE:STRING=Release
BUILDNAME:STRING=${EIGEN_BUILD_STRING}
SITE:STRING=${EIGEN_SITE}