[Gmp-commit] /var/hg/gmp: Changelog
mercurial at gmplib.org
mercurial at gmplib.org
Sun Oct 30 18:18:09 UTC 2016
details: /var/hg/gmp/rev/881730a1eb06
changeset: 17087:881730a1eb06
user: Torbjorn Granlund <tg at gmplib.org>
date: Sun Oct 30 19:18:05 2016 +0100
description:
Changelog
diffstat:
ChangeLog | 29 ++++++++++++++++++++++++++++-
1 files changed, 28 insertions(+), 1 deletions(-)
diffs (53 lines):
diff -r 56c5f7d560f1 -r 881730a1eb06 ChangeLog
--- a/ChangeLog Sun Oct 30 19:16:04 2016 +0100
+++ b/ChangeLog Sun Oct 30 19:18:05 2016 +0100
@@ -3,6 +3,28 @@
* gmpxx.h (__gmp_binary_divides): Let 1/q call mpq_inv.
* tests/cxx/t-ops.cc (check_mpq): Test it.
+2016-10-24 Torbjörn Granlund <tg at gmplib.org>
+
+ * config.guess: Recognise Itanium Poulson.
+
+2016-10-15 Torbjörn Granlund <tg at gmplib.org>
+
+ * configure.ac (arm*-*-*): Amend last change.
+
+2016-10-14 Torbjörn Granlund <tg at gmplib.org>
+
+ * longlong.h (riscv umul_ppmm): New.
+
+ * mpn/riscv/64/aors_n.asm: New file.
+ * mpn/riscv/64/mul_1.asm: New file.
+ * mpn/riscv/64/aorsmul_1.asm: New file.
+
+ * mpn/generic/addmul_1.c: Rewrite for shallower recurrency.
+ * mpn/generic/submul_1.c: Likewise.
+
+ * configure.ac (riscv-*-*): New.
+ (arm*-*-*): Rewrite arm support to handle armv8 CPUs in 32-bit mode.
+
2016-08-29 Torbjörn Granlund <tg at gmplib.org>
* All C files: Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
@@ -35,6 +57,11 @@
failure for inputs string with no digits, i.e., empty except for
optional sign, base prefix and white space.
+2016-06-02 Torbjörn Granlund <tg at gmplib.org>
+ Vincent Lefevre <vincent at vinc17.net>
+
+ * doc/gmp.texi: Various clarifications about variable conventions.
+
2016-04-07 Marc Glisse <marc.glisse at inria.fr>
* gmp-h.in (__GMP_NOTHROW): Prefer noexcept to throw().
@@ -45,7 +72,7 @@
2016-04-02 Torbjörn Granlund <torbjorng at google.com>
- * mpf/set_q.c: Rewrite, mainly to use mpn_div_q..
+ * mpf/set_q.c: Rewrite, mainly to use mpn_div_q.
2016-03-29 Torbjörn Granlund <torbjorng at google.com>
More information about the gmp-commit
mailing list