From d9df0961e022e77a78770ad61286ba707935398a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 17 Jan 2017 00:49:10 -0500 Subject: Fix SHA512_SSE2_Transform after whitespace checkin (Issue 365) --- sha.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sha.cpp') diff --git a/sha.cpp b/sha.cpp index 14cec19a..d97c404b 100644 --- a/sha.cpp +++ b/sha.cpp @@ -1647,6 +1647,7 @@ CRYPTOPP_NAKED static void CRYPTOPP_FASTCALL SHA512_SSE2_Transform(word64 *state // first 16 rounds ASL(0) + AS2( movq mm0, [edx+eax*8]) AS2( movq [esi+eax*8], mm0) AS2( movq [esi+eax*8+16*8], mm0) AS2( paddq mm0, [ebx+eax*8]) -- cgit v1.2.1