reduce compiler warnings for SSE2 build with VC 11

This commit is contained in:
robert
2012-02-07 13:52:35 +00:00
parent 872a4810da
commit 8f3e0c475a
+1 -1
View File
@@ -113,7 +113,7 @@ void acm_Free( void * mem);
#endif
#endif
#ifdef _M_X64
#if defined(_M_X64) && !defined(HAVE_XMMINTRIN_H)
#define HAVE_XMMINTRIN_H
#endif