summaryrefslogtreecommitdiff
path: root/sha.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-01-17 00:49:10 -0500
committerJeffrey Walton <noloader@gmail.com>2017-01-17 00:49:10 -0500
commitd9df0961e022e77a78770ad61286ba707935398a (patch)
treec26f49e4255f3d74291658b7d1c411d22bffd6be /sha.cpp
parent4f2bb7664f03cfac57f43dc1c2c0b31cf75ec013 (diff)
downloadcryptopp-git-d9df0961e022e77a78770ad61286ba707935398a.tar.gz
Fix SHA512_SSE2_Transform after whitespace checkin (Issue 365)
Diffstat (limited to 'sha.cpp')
-rw-r--r--sha.cpp1
1 files changed, 1 insertions, 0 deletions
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])