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)
This commit is contained in:
Gael Guennebaud
2009-10-05 17:22:16 +02:00
parent bb1cc0d092
commit 904f35d194
2 changed files with 25 additions and 12 deletions

View File

@@ -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}