Am Mittwoch, 23. September 2015 00:54:54 UTC+2 schrieb Jeffrey Walton:
>
>
> Can you download the latest RC4, fix it under Windows, and then send 
> config.h back to me?
>

Sure, I have attached a patch for the config.h from the current RC4.

Thanks a lot for your work on new Crypto++ versions!

Marcel

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
dcd2b4aa02bb5335bf7447083d6c528060ff1d70
 config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h
index ce88db6..859cd41 100644
--- a/config.h
+++ b/config.h
@@ -346,11 +346,11 @@ NAMESPACE_END
 	#define CRYPTOPP_X64_MASM_AVAILABLE
 #endif
 	
-#if !defined(CRYPTOPP_DISABLE_ASM) && CRYPTOPP_BOOL_X64
+#if !defined(CRYPTOPP_DISABLE_ASM) && CRYPTOPP_BOOL_X64 && !defined(_MSC_VER)
 	#define CRYPTOPP_X64_ASM_AVAILABLE
 #endif
 
-#if !defined(CRYPTOPP_DISABLE_SSE2) && (defined(CRYPTOPP_X86_ASM_AVAILABLE) || defined(CRYPTOPP_X32_ASM_AVAILABLE) || defined(CRYPTOPP_X64_ASM_AVAILABLE) || defined(CRYPTOPP_X64_MASM_AVAILABLE)) && (defined(CRYPTOPP_MSVC6PP_OR_LATER) || CRYPTOPP_GCC_VERSION >= 30300)
+#if !defined(CRYPTOPP_DISABLE_SSE2) && (defined(CRYPTOPP_X86_ASM_AVAILABLE) || defined(CRYPTOPP_X32_ASM_AVAILABLE) || defined(CRYPTOPP_X64_ASM_AVAILABLE) || defined(CRYPTOPP_X64_MASM_AVAILABLE)) && (defined(CRYPTOPP_MSVC6PP_OR_LATER) || CRYPTOPP_GCC_VERSION >= 30300) && (!defined(_MSC_VER) || CRYPTOPP_BOOL_X86)
 	#define CRYPTOPP_BOOL_SSE2_ASM_AVAILABLE 1
 #else
 	#define CRYPTOPP_BOOL_SSE2_ASM_AVAILABLE 0

Reply via email to