remove -msse2 since we don't use SSE2 intrinsics anymore

pull/2/head
weidai 2007-09-24 04:16:29 +00:00
parent 9ee3a25d0d
commit cbcd1c7185
1 changed files with 2 additions and 1 deletions

View File

@ -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