Hopefully fix compilation of SSE Packetmath with MSVC.

The reason why we didn't realize until now that it didn't compile at all
with MSVC is that before today with MSVC the SSE2 detection didn't work.
This commit is contained in:
Benoit Jacob
2008-12-16 03:48:49 +00:00
parent 0a220721d1
commit 50105c3ed6
2 changed files with 47 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
project(Eigen)
set(EIGEN_VERSION_NUMBER "2.0-beta2")
set(EIGEN_VERSION_NUMBER "2.0-beta3")
#if the svnversion program is absent, this will leave the SVN_REVISION string empty,
#but won't stop CMake.