[Gmp-commit] /var/hg/gmp: Amend last change.

mercurial at gmplib.org mercurial at gmplib.org
Mon Oct 19 19:15:42 UTC 2015


details:   /var/hg/gmp/rev/8bf4974faf24
changeset: 16893:8bf4974faf24
user:      Torbjorn Granlund <torbjorng at google.com>
date:      Mon Oct 19 21:15:28 2015 +0200
description:
Amend last change.

diffstat:

 mpn/arm64/gmp-mparam.h |  39 ++++++++++++++++++++++++++++++++++-----
 1 files changed, 34 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r 3e402c92a60c -r 8bf4974faf24 mpn/arm64/gmp-mparam.h
--- a/mpn/arm64/gmp-mparam.h	Mon Oct 19 21:05:59 2015 +0200
+++ b/mpn/arm64/gmp-mparam.h	Mon Oct 19 21:15:28 2015 +0200
@@ -1,9 +1,38 @@
-Parameters for /home/tege/prec/gmp-snap/mpn/generic/gmp-mparam.h
-clock_gettime is 1.000ns accurate
-Using: microsecond accurate clock_gettime()
-speed_precision 25000, speed_unittime 1.00e-09 secs, CPU freq 2400.00 MHz
-DEFAULT_MAX_SIZE 1000, fft_max_size 50000000
+/* gmp-mparam.h -- Compiler/machine parameter header file.
 
+Copyright 2015 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library.
+
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of either:
+
+  * the GNU Lesser General Public License as published by the Free
+    Software Foundation; either version 3 of the License, or (at your
+    option) any later version.
+
+or
+
+  * the GNU General Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your option) any
+    later version.
+
+or both in parallel, as here.
+
+The GNU MP Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
+
+You should have received copies of the GNU General Public License and the
+GNU Lesser General Public License along with the GNU MP Library.  If not,
+see https://www.gnu.org/licenses/.  */
+
+#define GMP_LIMB_BITS 64
+#define GMP_LIMB_BYTES 8
+
+/* 2400 MHz AppliedMicro X-Gene */
+/* FFT tuning limit = 100 M */
 /* Generated by tuneup.c, 2015-10-18, gcc 4.8 */
 
 #define DIVREM_1_NORM_THRESHOLD              0  /* always */


More information about the gmp-commit mailing list