fix vc compile

This commit is contained in:
Glenn Maynard
2005-02-06 06:34:40 +00:00
parent d14ea1ee41
commit c8f2f71551
+2 -2
View File
@@ -8,7 +8,7 @@
#include <iosfwd> #include <iosfwd>
#include <algorithm> #include <algorithm>
/*
#ifdef _M_IX86 #ifdef _M_IX86
# if (defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 500)) || (defined(__ICL) && (__ICL >= 500)) # if (defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 500)) || (defined(__ICL) && (__ICL >= 500))
# define SSE2_INTRINSICS_AVAILABLE # define SSE2_INTRINSICS_AVAILABLE
@@ -20,7 +20,7 @@
# endif # endif
# endif # endif
#endif #endif
*/
NAMESPACE_BEGIN(CryptoPP) NAMESPACE_BEGIN(CryptoPP)
#ifdef SSE2_INTRINSICS_AVAILABLE #ifdef SSE2_INTRINSICS_AVAILABLE