summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcrypto/chacha/asm/chachap10-ppc.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/chacha/asm/chachap10-ppc.pl b/crypto/chacha/asm/chachap10-ppc.pl
index 78cd4aed0d..54a1dd4590 100755
--- a/crypto/chacha/asm/chachap10-ppc.pl
+++ b/crypto/chacha/asm/chachap10-ppc.pl
@@ -170,7 +170,9 @@ $code.=<<___;
.align 5
.ChaCha20_ctr32_vsx_p10:
${UCMP}i $len,255
- bgt ChaCha20_ctr32_vsx_8x
+ ble .Not_greater_than_8x
+ b ChaCha20_ctr32_vsx_8x
+.Not_greater_than_8x:
$STU $sp,-$FRAME($sp)
mflr r0
li r10,`15+$LOCALS+64`