]> git.pld-linux.org Git - packages/gmp.git/blob - gmp-cmpi.patch
- updated for 4.2
[packages/gmp.git] / gmp-cmpi.patch
1 --- gmp-4.1.4/mpn/powerpc32/submul_1.asm.orig   2002-03-19 00:58:10.000000000 +0000
2 +++ gmp-4.1.4/mpn/powerpc32/submul_1.asm        2004-11-21 01:09:51.147127736 +0000
3 @@ -34,7 +34,7 @@
4  
5  ASM_START()
6  PROLOGUE(mpn_submul_1)
7 -       cmpi    cr0,r5,9        C more than 9 limbs?
8 +       cmpwi   cr0,r5,9        C more than 9 limbs?
9         bgt     cr0,L(big)      C branch if more than 9 limbs
10  
11         mtctr   r5
12 --- gmp-4.1.4/mpn/powerpc32/lshift.asm.orig     2002-03-30 22:28:00.000000000 +0000
13 +++ gmp-4.1.4/mpn/powerpc32/lshift.asm  2004-11-21 01:10:22.591347488 +0000
14 @@ -35,7 +35,7 @@
15  
16  ASM_START()
17  PROLOGUE(mpn_lshift)
18 -       cmpi    cr0,r5,12       C more than 12 limbs?
19 +       cmpwi   cr0,r5,12       C more than 12 limbs?
20         slwi    r0,r5,2
21         add     r4,r4,r0        C make r4 point at end of s1
22         add     r7,r3,r0        C make r7 point at end of res
23 --- gmp-4.1.4/mpn/powerpc32/addmul_1.asm.orig   2002-03-19 00:57:02.000000000 +0000
24 +++ gmp-4.1.4/mpn/powerpc32/addmul_1.asm        2004-11-21 00:39:02.822115848 +0000
25 @@ -47,7 +47,7 @@
26  
27  ASM_START()
28  PROLOGUE(mpn_addmul_1)
29 -       cmpi    cr0,r5,9        C more than 9 limbs?
30 +       cmpwi   cr0,r5,9        C more than 9 limbs?
31         bgt     cr0,L(big)      C branch if more than 9 limbs
32  
33         mtctr   r5
This page took 0.075665 seconds and 3 git commands to generate.