[Gmp-commit] /home/hgfiles/gmp: Fix another typo.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Mar 22 15:13:41 CET 2010
details: /home/hgfiles/gmp/rev/4366f13f8b34
changeset: 13523:4366f13f8b34
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Mar 22 15:13:36 2010 +0100
description:
Fix another typo.
diffstat:
mpn/powerpc64/mode64/invert_limb.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 716df9cd3eff -r 4366f13f8b34 mpn/powerpc64/mode64/invert_limb.asm
--- a/mpn/powerpc64/mode64/invert_limb.asm Sun Mar 21 10:54:26 2010 +0100
+++ b/mpn/powerpc64/mode64/invert_limb.asm Mon Mar 22 15:13:36 2010 +0100
@@ -28,7 +28,7 @@
PROLOGUE(mpn_invert_limb)
LEAL( r12, approx_tab)
srdi r9, r3, 32
- rlwinm r9, r9, 0, 23, 30 C (d >> 55) & 0x1fe
+ rlwinm r9, r9, 10, 23, 30 C (d >> 55) & 0x1fe
srdi r10, r3, 24 C d >> 24
lis r11, 0x1000
rldicl r8, r3, 0, 63 C d mod 2
More information about the gmp-commit
mailing list