From cbcd1c71856be525fa20d74c8a37622a7d981428 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 24 Sep 2007 04:16:29 +0000 Subject: [PATCH] remove -msse2 since we don't use SSE2 intrinsics anymore --- sosemanuk.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sosemanuk.cpp b/sosemanuk.cpp index e40cab86..1f9bde41 100755 --- a/sosemanuk.cpp +++ b/sosemanuk.cpp @@ -598,8 +598,9 @@ void SosemanukPolicy::OperateKeystream(KeystreamOperation operation, byte *outpu #if CRYPTOPP_BOOL_X64 , "r" (workspace) : "memory", "cc", "%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm4", "%xmm5", "%xmm6", "%xmm7" - #endif + #else : "memory", "cc" + #endif ); #endif #ifdef CRYPTOPP_GENERATE_X64_MASM