Fixed compile under Clang x86
parent
062bcdfbca
commit
db42a4ac2f
2
sha.cpp
2
sha.cpp
|
|
@ -310,7 +310,9 @@ static void CRYPTOPP_FASTCALL X86_SHA256_HashBlocks(word32 *state, const word32
|
||||||
AS2( mov esi, ecx)
|
AS2( mov esi, ecx)
|
||||||
AS2( lea edi, A(0))
|
AS2( lea edi, A(0))
|
||||||
AS2( mov ecx, 8)
|
AS2( mov ecx, 8)
|
||||||
|
ATT_NOPREFIX
|
||||||
AS1( rep movsd)
|
AS1( rep movsd)
|
||||||
|
INTEL_NOPREFIX
|
||||||
AS2( mov esi, K_END)
|
AS2( mov esi, K_END)
|
||||||
ASJ( jmp, 3, f)
|
ASJ( jmp, 3, f)
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue