diff --git a/sha.cpp b/sha.cpp index bdd87df7..c5a021e1 100644 --- a/sha.cpp +++ b/sha.cpp @@ -310,7 +310,9 @@ static void CRYPTOPP_FASTCALL X86_SHA256_HashBlocks(word32 *state, const word32 AS2( mov esi, ecx) AS2( lea edi, A(0)) AS2( mov ecx, 8) +ATT_NOPREFIX AS1( rep movsd) +INTEL_NOPREFIX AS2( mov esi, K_END) ASJ( jmp, 3, f) #endif