[Gmp-commit] /var/hg/gmp: Remove now obsolete non-sse2 code.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Mar 7 00:00:08 CET 2011
details: /var/hg/gmp/rev/29abf9a2bf15
changeset: 14004:29abf9a2bf15
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Mar 07 00:00:06 2011 +0100
description:
Remove now obsolete non-sse2 code.
diffstat:
mpn/x86/atom/sqr_basecase.asm | 29 -----------------------------
1 files changed, 0 insertions(+), 29 deletions(-)
diffs (33 lines):
diff -r 3b8678f9aa52 -r 29abf9a2bf15 mpn/x86/atom/sqr_basecase.asm
--- a/mpn/x86/atom/sqr_basecase.asm Sun Mar 06 23:56:48 2011 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-dnl Intel Atom mpn_sqr_basecase -- square an mpn number.
-
-dnl Copyright 2011 Free Software Foundation, Inc.
-dnl
-dnl This file is part of the GNU MP Library.
-dnl
-dnl The GNU MP Library is free software; you can redistribute it and/or
-dnl modify it under the terms of the GNU Lesser General Public License as
-dnl published by the Free Software Foundation; either version 3 of the
-dnl License, or (at your option) any later version.
-dnl
-dnl The GNU MP Library is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-dnl Lesser General Public License for more details.
-dnl
-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')
-
-C The following definition is extracted by configure to
-C set a variable used by tune and powm_sec.
-
-deflit(SQR_TOOM2_THRESHOLD_MAX, 66)
-
-
-MULFUNC_PROLOGUE(mpn_sqr_basecase)
-include_mpn(`x86/k7/sqr_basecase.asm')
More information about the gmp-commit
mailing list