diff options
Diffstat (limited to 'src/lib/libcrypto/sha/asm/sha1-x86_64.pl')
-rwxr-xr-x | src/lib/libcrypto/sha/asm/sha1-x86_64.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-x86_64.pl b/src/lib/libcrypto/sha/asm/sha1-x86_64.pl index 147d21570b..cc8ef5337d 100755 --- a/src/lib/libcrypto/sha/asm/sha1-x86_64.pl +++ b/src/lib/libcrypto/sha/asm/sha1-x86_64.pl | |||
@@ -368,7 +368,7 @@ sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm | |||
368 | $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n"; | 368 | $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n"; |
369 | } | 369 | } |
370 | 370 | ||
371 | sub Xupdate_ssse3_16_31() # recall that $Xi starts wtih 4 | 371 | sub Xupdate_ssse3_16_31() # recall that $Xi starts with 4 |
372 | { use integer; | 372 | { use integer; |
373 | my $body = shift; | 373 | my $body = shift; |
374 | my @insns = (&$body,&$body,&$body,&$body); # 40 instructions | 374 | my @insns = (&$body,&$body,&$body,&$body); # 40 instructions |
@@ -779,7 +779,7 @@ $code.=<<___; | |||
779 | jmp .Loop_avx | 779 | jmp .Loop_avx |
780 | ___ | 780 | ___ |
781 | 781 | ||
782 | sub Xupdate_avx_16_31() # recall that $Xi starts wtih 4 | 782 | sub Xupdate_avx_16_31() # recall that $Xi starts with 4 |
783 | { use integer; | 783 | { use integer; |
784 | my $body = shift; | 784 | my $body = shift; |
785 | my @insns = (&$body,&$body,&$body,&$body); # 40 instructions | 785 | my @insns = (&$body,&$body,&$body,&$body); # 40 instructions |