Skip to content

Commit

Permalink
Removed unused POWER8 code
Browse files Browse the repository at this point in the history
  • Loading branch information
Futaura committed Jan 11, 2024
1 parent f1f9248 commit 5e18f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openssl/crypto/chacha/asm/chacha-ppc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ sub VMXROUND {
.size .ChaCha20_ctr32_vmx,.-.ChaCha20_ctr32_vmx
___
}}}
if (0) # Not currently needed for AmigaOS
{{{
my ($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
$xc0,$xc1,$xc2,$xc3, $xd0,$xd1,$xd2,$xd3) = map("v$_",(0..15));
Expand Down
1 change: 1 addition & 0 deletions openssl/crypto/poly1305/asm/poly1305-ppc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@
.size .poly1305_emit,.-.poly1305_emit
___
} }
if (0) # Not currently needed for AmigaOS
{{{
########################################################################
# PowerISA 2.07/VSX section #
Expand Down

0 comments on commit 5e18f89

Please sign in to comment.