[Gmp-commit] /var/hg/gmp: mpn/x86/fat/com.c: New file.

mercurial at gmplib.org mercurial at gmplib.org
Thu Dec 8 13:08:51 CET 2011


details:   /var/hg/gmp/rev/c3fc4afe7aa7
changeset: 14541:c3fc4afe7aa7
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Thu Dec 08 13:08:46 2011 +0100
description:
mpn/x86/fat/com.c: New file.

diffstat:

 ChangeLog         |   2 ++
 mpn/x86/fat/com.c |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r a7e74da0642d -r c3fc4afe7aa7 ChangeLog
--- a/ChangeLog	Thu Dec 08 01:57:12 2011 +0100
+++ b/ChangeLog	Thu Dec 08 13:08:46 2011 +0100
@@ -1,5 +1,7 @@
 2011-12-08  Torbjorn Granlund  <tege at gmplib.org>
 
+	* mpn/x86/fat/com.c: New file.
+
 	* mpn/x86_64/pentium4/aors_n.asm: Make it actually work for DOS64.
 	* mpn/x86_64/pentium4/rsh1aors_n.asm: Conditionalise jump on DOS64
 	to avoid overhead for standard ABIs.
diff -r a7e74da0642d -r c3fc4afe7aa7 mpn/x86/fat/com.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mpn/x86/fat/com.c	Thu Dec 08 13:08:46 2011 +0100
@@ -0,0 +1,21 @@
+/* Fat binary fallback mpn_com.
+
+Copyright 2003, 2009, 2011 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/com.c"


More information about the gmp-commit mailing list