summaryrefslogtreecommitdiff
path: root/sosemanuk.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-09-24 04:16:29 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-09-24 04:16:29 +0000
commit5bffaf51f683ffa0b081d76d4fcadf089b577cda (patch)
tree619057056f34d808103ca892a6f1267ae1c6b538 /sosemanuk.cpp
parent32dd262151e644a67a54442b0b027ccaf78f8e67 (diff)
downloadcryptopp-5bffaf51f683ffa0b081d76d4fcadf089b577cda.tar.gz
remove -msse2 since we don't use SSE2 intrinsics anymore
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@404 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'sosemanuk.cpp')
-rwxr-xr-xsosemanuk.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sosemanuk.cpp b/sosemanuk.cpp
index e40cab8..1f9bde4 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