Fix SHA512_SSE2_Transform after whitespace checkin (Issue 365)

pull/368/head
Jeffrey Walton 2017-01-17 00:49:10 -05:00
parent 4f2bb7664f
commit d9df0961e0
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 0 deletions

View File

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