[Gmp-commit] /var/hg/gmp: 2 new changesets

mercurial at gmplib.org mercurial at gmplib.org
Tue Oct 13 20:07:40 UTC 2015


details:   /var/hg/gmp/rev/b5dc0d1a1205
changeset: 16854:b5dc0d1a1205
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Tue Oct 13 21:51:08 2015 +0200
description:
Changelog: missed "*"

details:   /var/hg/gmp/rev/c07dcef24819
changeset: 16855:c07dcef24819
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Tue Oct 13 21:56:13 2015 +0200
description:
NEWS: new functions for the release

diffstat:

 ChangeLog |  28 ++++++++++++++--------------
 NEWS      |   5 ++++-
 2 files changed, 18 insertions(+), 15 deletions(-)

diffs (53 lines):

diff -r 5d04b5728950 -r c07dcef24819 ChangeLog
--- a/ChangeLog	Tue Oct 13 18:56:38 2015 +0200
+++ b/ChangeLog	Tue Oct 13 21:56:13 2015 +0200
@@ -744,20 +744,20 @@
 
 	* mpn/x86_64/x86_64-defs.m4: Fix quoting.
 
-	mpn/x86_64/atom/redc_1.asm: Enforce proper stack allocation.
-	mpn/x86_64/bobcat/redc_1.asm: Likewise.
-	mpn/x86_64/core2/divrem_1.asm: Likewise.
-	mpn/x86_64/core2/gcd_1.asm: Likewise.
-	mpn/x86_64/core2/redc_1.asm: Likewise.
-	mpn/x86_64/coreihwl/redc_1.asm: Likewise.
-	mpn/x86_64/coreinhm/redc_1.asm: Likewise.
-	mpn/x86_64/coreisbr/redc_1.asm: Likewise.
-	mpn/x86_64/divrem_1.asm: Likewise.
-	mpn/x86_64/divrem_2.asm: Likewise.
-	mpn/x86_64/gcd_1.asm: Likewise.
-	mpn/x86_64/mod_1_1.asm: Likewise.
-	mpn/x86_64/mod_1_2.asm: Likewise.
-	mpn/x86_64/mod_1_4.asm: Likewise.
+	* mpn/x86_64/atom/redc_1.asm: Enforce proper stack allocation.
+	* mpn/x86_64/bobcat/redc_1.asm: Likewise.
+	* mpn/x86_64/core2/divrem_1.asm: Likewise.
+	* mpn/x86_64/core2/gcd_1.asm: Likewise.
+	* mpn/x86_64/core2/redc_1.asm: Likewise.
+	* mpn/x86_64/coreihwl/redc_1.asm: Likewise.
+	* mpn/x86_64/coreinhm/redc_1.asm: Likewise.
+	* mpn/x86_64/coreisbr/redc_1.asm: Likewise.
+	* mpn/x86_64/divrem_1.asm: Likewise.
+	* mpn/x86_64/divrem_2.asm: Likewise.
+	* mpn/x86_64/gcd_1.asm: Likewise.
+	* mpn/x86_64/mod_1_1.asm: Likewise.
+	* mpn/x86_64/mod_1_2.asm: Likewise.
+	* mpn/x86_64/mod_1_4.asm: Likewise.
 
 2014-06-30  Torbjörn Granlund  <tege at gmplib.org>
 
diff -r 5d04b5728950 -r c07dcef24819 NEWS
--- a/NEWS	Tue Oct 13 18:56:38 2015 +0200
+++ b/NEWS	Tue Oct 13 21:56:13 2015 +0200
@@ -17,7 +17,10 @@
   FEATURES
   * New C++ functions gcd and lcm for mpz_class.
 
-  * New public mpn functions mpn_divexact_1 and mpn_cnd_swap.
+  * New public mpn functions mpn_divexact_1, mpn_zero_p, and mpn_cnd_swap.
+
+  * New public mpq_cmp_z function, to efficiently compare rationals with
+    integers.
 
   * Support for Darwin in all x86 code, thereby enabling fat builds on Darwin.
 


More information about the gmp-commit mailing list