[Gmp-commit] /var/hg/gmp: More of: Provide fat build fallback files.

mercurial at gmplib.org mercurial at gmplib.org
Fri Aug 30 16:10:22 CEST 2013


details:   /var/hg/gmp/rev/76038a65601f
changeset: 15958:76038a65601f
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Fri Aug 30 16:10:06 2013 +0200
description:
More of: Provide fat build fallback files.

diffstat:

 mpn/x86_64/fat/mul_basecase.c |  21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r e37f8e8c95ff -r 76038a65601f mpn/x86_64/fat/mul_basecase.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpn/x86_64/fat/mul_basecase.c	Fri Aug 30 16:10:06 2013 +0200
@@ -0,0 +1,21 @@
+/* Fat binary fallback mpn_mul_basecase.
+
+Copyright 2012 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 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.
+
+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 Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
+
+
+#include "mpn/generic/mul_basecase.c"


More information about the gmp-commit mailing list