[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Mon Jun 15 10:57:18 UTC 2015
details: /var/hg/gmp/rev/c85abd52d848
changeset: 16711:c85abd52d848
user: Torbjorn Granlund <torbjorng at google.com>
date: Mon Jun 15 12:56:32 2015 +0200
description:
*** empty log message ***
details: /var/hg/gmp/rev/4450bf49b523
changeset: 16712:4450bf49b523
user: Torbjorn Granlund <torbjorng at google.com>
date: Mon Jun 15 12:57:10 2015 +0200
description:
*** empty log message ***
diffstat:
NEWS | 4 ++++
mpn/arm/README | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r cbb469061603 -r 4450bf49b523 NEWS
--- a/NEWS Thu Jun 11 22:39:22 2015 +0200
+++ b/NEWS Mon Jun 15 12:57:10 2015 +0200
@@ -32,6 +32,10 @@
* Stack usage trimmed; we believe 512 KiB is now sufficient for any GMP call,
irrespective of operand size.
+ MISC
+ * The various FreeBSD problems listed for 6.0.0 affect this release too.
+
+
Changes between GMP version 5.1.* and 6.0.0
BUGS FIXED
diff -r cbb469061603 -r 4450bf49b523 mpn/arm/README
--- a/mpn/arm/README Thu Jun 11 22:39:22 2015 +0200
+++ b/mpn/arm/README Mon Jun 15 12:57:10 2015 +0200
@@ -1,4 +1,4 @@
-Copyright 2002, 2012 Free Software Foundation, Inc.
+Copyright 2002, 2012, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -31,5 +31,5 @@
This directory contains mpn functions for ARM processors. It has been
-optimised for Cortex-A9, but the code in the top-level directory should run
-on all ARM processors at architecture level v4 or later.
+optimised mainly for Cortex-A9 and Cortex-A15, but the code in the top-level
+directory should run on all ARM processors at architecture level v4 or later.
More information about the gmp-commit
mailing list