[Gmp-commit] /var/hg/gmp: Avoid ",pt" branch hint.

mercurial at gmplib.org mercurial at gmplib.org
Mon Feb 20 21:49:34 CET 2012


details:   /var/hg/gmp/rev/257d67ba6351
changeset: 14656:257d67ba6351
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Feb 20 21:48:54 2012 +0100
description:
Avoid ",pt" branch hint.

diffstat:

 ChangeLog                  |  5 +++++
 mpn/x86_64/mod_34lsub1.asm |  4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 9cb9176f4779 -r 257d67ba6351 ChangeLog
--- a/ChangeLog	Mon Feb 20 20:23:57 2012 +0100
+++ b/ChangeLog	Mon Feb 20 21:48:54 2012 +0100
@@ -1,3 +1,8 @@
+2012-02-20  Torbjorn Granlund  <tege at gmplib.org>
+
+	* mpn/x86_64/mod_34lsub1.asm: Avoid ",pt" branch hint since many
+	assemblers don't support it.
+
 2012-02-20 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* mpn/generic/toom_interpolate_8pts.c: Compute carry iif non-trivial.
diff -r 9cb9176f4779 -r 257d67ba6351 mpn/x86_64/mod_34lsub1.asm
--- a/mpn/x86_64/mod_34lsub1.asm	Mon Feb 20 20:23:57 2012 +0100
+++ b/mpn/x86_64/mod_34lsub1.asm	Mon Feb 20 21:48:54 2012 +0100
@@ -1,6 +1,6 @@
 dnl  AMD64 mpn_mod_34lsub1 -- remainder modulo 2^48-1.
 
-dnl  Copyright 2000, 2001, 2002, 2004, 2005, 2007, 2009, 2010, 2011 Free
+dnl  Copyright 2000, 2001, 2002, 2004, 2005, 2007, 2009, 2010, 2011, 2012 Free
 dnl  Software Foundation, Inc.
 
 dnl  This file is part of the GNU MP Library.
@@ -55,7 +55,7 @@
 	cmp	$2, %rsi
 	ja	L(gt2)
 
-	jb,pt	L(one)
+	jb	L(one)
 
 	mov	8(ap), %rsi
 	mov	%rax, %rdx


More information about the gmp-commit mailing list