SSE gives compile errors on MSVC 7.1

This commit is contained in:
erwin.coumans
2008-09-11 18:59:35 +00:00
parent 569946a96f
commit bc8ff765b4

View File

@@ -61,7 +61,8 @@ subject to the following restrictions:
// Specific methods implementation
#ifdef WIN32
//SSE gives errors on a MSVC 7.1
#if (defined (WIN32) && (_MSC_VER) && _MSC_VER >= 1400)
#define DBVT_SELECT_IMPL DBVT_IMPL_SSE
#define DBVT_MERGE_IMPL DBVT_IMPL_SSE
#define DBVT_INT0_IMPL DBVT_IMPL_SSE