Actually, we call it mullow_n_basecase, so move the file yet again, and

correct comment in mullow_n_basecase.c.
This commit is contained in:
William Hart 2013-04-06 01:21:39 +01:00
parent 9e8c5a0278
commit ebe4f759e1
2 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/* mpn_mullow_n_basecase -- Internal routine to multiply two natural
numbers of length m and n and return the low part.
numbers of length n and return the low part.
THIS IS AN INTERNAL FUNCTION WITH A MUTABLE INTERFACE. IT IS ONLY
SAFE TO REACH THIS FUNCTION THROUGH DOCUMENTED INTERFACES.
@ -11,7 +11,7 @@ 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 2.1 of the License, or (at your
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
@ -20,11 +20,9 @@ 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; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include "mpir.h"
#include "gmp.h"
#include "gmp-impl.h"
/*

View File

@ -1,4 +1,4 @@
dnl AMD64 mpn_mullow_basecase.
dnl AMD64 mpn_mullow_n_basecase.
dnl Contributed to the GNU project by Torbjorn Granlund.
@ -56,7 +56,7 @@ define(`w3', `%r10')
ASM_START()
TEXT
ALIGN(16)
PROLOGUE(mpn_mullow_basecase)
PROLOGUE(mpn_mullow_n_basecase)
cmp $4, n
jge L(gen)