mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
ppc.pl: fix bug in bn_mul_comba4.
PR: 2636 Submitted by: Charles Bryant
This commit is contained in:
parent
f4324e51dd
commit
09f40a3cb9
@ -952,7 +952,7 @@ $data=<<EOF;
|
||||
addze r11,r0
|
||||
#mul_add_c(a[3],b[2],c3,c1,c2);
|
||||
$LD r6,`3*$BNSZ`(r4)
|
||||
$LD r7,`2*$BNSZ`(r4)
|
||||
$LD r7,`2*$BNSZ`(r5)
|
||||
$UMULL r8,r6,r7
|
||||
$UMULH r9,r6,r7
|
||||
addc r12,r8,r12
|
||||
|
Loading…
Reference in New Issue
Block a user