Fixed compile under Clang x86

pull/136/head
Jeffrey Walton 2016-02-01 01:12:44 -05:00
parent 062bcdfbca
commit db42a4ac2f
1 changed files with 2 additions and 0 deletions

View File

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