[Gmp-commit] /var/hg/gmp-5.0: Remove asm including non-existent files.

mercurial at gmplib.org mercurial at gmplib.org
Sat Jan 21 08:42:56 CET 2012


details:   /var/hg/gmp-5.0/rev/1fba5664bd9a
changeset: 13508:1fba5664bd9a
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Sat Jan 21 08:42:50 2012 +0100
description:
Remove asm including non-existent files.

diffstat:

 mpn/x86_64/coreinhm/hamdist.asm  |  23 -----------------------
 mpn/x86_64/coreinhm/popcount.asm |  23 -----------------------
 2 files changed, 0 insertions(+), 46 deletions(-)

diffs (54 lines):

diff -r b4587b7f06c2 -r 1fba5664bd9a mpn/x86_64/coreinhm/hamdist.asm
--- a/mpn/x86_64/coreinhm/hamdist.asm	Fri Jan 20 11:09:04 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-dnl  AMD64 mpn_hamdist -- hamming distance.
-
-dnl  Copyright 2008, 2010 Free Software Foundation, Inc.
-
-dnl  This file is part of the GNU MP Library.
-
-dnl  The GNU MP Library is free software; you can redistribute it and/or modify
-dnl  it under the terms of the GNU Lesser General Public License as published
-dnl  by the Free Software Foundation; either version 3 of the License, or (at
-dnl  your option) any later version.
-
-dnl  The GNU MP Library is distributed in the hope that it will be useful, but
-dnl  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-dnl  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
-dnl  License for more details.
-
-dnl  You should have received a copy of the GNU Lesser General Public License
-dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
-
-
-include(`../config.m4')
-
-include_mpn(`x86_64/k10/hamdist.asm')
diff -r b4587b7f06c2 -r 1fba5664bd9a mpn/x86_64/coreinhm/popcount.asm
--- a/mpn/x86_64/coreinhm/popcount.asm	Fri Jan 20 11:09:04 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-dnl  AMD64 mpn_popcount -- population count.
-
-dnl  Copyright 2008, 2010 Free Software Foundation, Inc.
-
-dnl  This file is part of the GNU MP Library.
-
-dnl  The GNU MP Library is free software; you can redistribute it and/or modify
-dnl  it under the terms of the GNU Lesser General Public License as published
-dnl  by the Free Software Foundation; either version 3 of the License, or (at
-dnl  your option) any later version.
-
-dnl  The GNU MP Library is distributed in the hope that it will be useful, but
-dnl  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-dnl  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
-dnl  License for more details.
-
-dnl  You should have received a copy of the GNU Lesser General Public License
-dnl  along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
-
-
-include(`../config.m4')
-
-include_mpn(`x86_64/k10/popcount.asm')


More information about the gmp-commit mailing list