[Gmp-commit] /var/hg/gmp: 4 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Thu Oct 15 06:07:48 UTC 2015
details: /var/hg/gmp/rev/f4ca6ca41590
changeset: 16871:f4ca6ca41590
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Thu Oct 15 08:05:51 2015 +0200
description:
Collapse copyright years
details: /var/hg/gmp/rev/6c5d05277f10
changeset: 16872:6c5d05277f10
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Thu Oct 15 08:06:25 2015 +0200
description:
NEWS: mini-gmp, sec, assembly
details: /var/hg/gmp/rev/edbb99159829
changeset: 16873:edbb99159829
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Thu Oct 15 08:06:55 2015 +0200
description:
AUTHORS: +sqrlo
details: /var/hg/gmp/rev/0f810a7579aa
changeset: 16874:0f810a7579aa
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Thu Oct 15 08:07:38 2015 +0200
description:
doc/gmp.texi (Contrib), update
diffstat:
AUTHORS | 2 +-
NEWS | 8 ++++++++
acinclude.m4 | 3 +--
doc/gmp.texi | 5 +++--
4 files changed, 13 insertions(+), 5 deletions(-)
diffs (58 lines):
diff -r b857fce8f172 -r 0f810a7579aa AUTHORS
--- a/AUTHORS Wed Oct 14 22:04:02 2015 +0200
+++ b/AUTHORS Thu Oct 15 08:07:38 2015 +0200
@@ -62,7 +62,7 @@
toom8h_mul.c, toom8_sqr.c, toom_interpolate_16pts.c,
mulmod_bnm1.c, sqrmod_bnm1.c, nussbaumer_mul.c,
toom_eval_pm2.c, toom_eval_pm2rexp.c,
- mullo_n.c, invert.c, invertappr.c;
+ mullo_n.c, sqrlo.c, invert.c, invertappr.c;
mpz/fac_ui.c, 2fac_ui.c, mfac_uiui.c, oddfac_1.c,
primorial_ui.c, prodlimbs.c, goetgheluck_bin_uiui.c.
diff -r b857fce8f172 -r 0f810a7579aa NEWS
--- a/NEWS Wed Oct 14 22:04:02 2015 +0200
+++ b/NEWS Thu Oct 15 08:07:38 2015 +0200
@@ -9,6 +9,14 @@
BUGS FIXED
* The prototype for mpn_com is now provided by gmp.h for any configuration.
+ * Healed possible failures of mpn_sec_sqr for non-cryptographic sizes for
+ some obsolete CPUs.
+
+ * The option --disable-assembly now disables al inlined asm.
+
+ * Fixed bug affecting mini-gmp's bitwise functions mpz_setbit, mpz_clrbit,
+ and mpz_combit.
+
SPEEDUPS
* Speedup for Intel Broadwell.
diff -r b857fce8f172 -r 0f810a7579aa acinclude.m4
--- a/acinclude.m4 Wed Oct 14 22:04:02 2015 +0200
+++ b/acinclude.m4 Thu Oct 15 08:07:38 2015 +0200
@@ -1,8 +1,7 @@
dnl GMP specific autoconf macros
-dnl Copyright 2000-2006, 2009, 2011, 2013, 2014, 2015 Free Software
-dnl Foundation, Inc.
+dnl Copyright 2000-2006, 2009, 2011, 2013-2015 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff -r b857fce8f172 -r 0f810a7579aa doc/gmp.texi
--- a/doc/gmp.texi Wed Oct 14 22:04:02 2015 +0200
+++ b/doc/gmp.texi Thu Oct 15 08:07:38 2015 +0200
@@ -10670,8 +10670,9 @@
Marco Bodrato helped implement the new Toom multiply code for GMP 4.3 and
implemented most of the new Toom multiply and squaring code for 5.0.
-He is the main author of the current mpn_mulmod_bnm1 and mpn_mullo_n. Marco
-also wrote the functions mpn_invert and mpn_invertappr. He is the author of
+He is the main author of the current mpn_mulmod_bnm1, mpn_mullo_n, and
+mpn_sqrlo. Marco also wrote the functions mpn_invert and mpn_invertappr,
+and improved the speed of integer root extraction. He is the author of
the current combinatorial functions: binomial, factorial, multifactorial,
primorial.
More information about the gmp-commit
mailing list