summaryrefslogtreecommitdiff
path: root/tune/jacbase2.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-01-16 23:54:43 +0100
committerKevin Ryde <user42@zip.com.au>2002-01-16 23:54:43 +0100
commitacd6ee7df5a76e5bb9c2c4f7e3e145d022792629 (patch)
tree7f8cbbf76330c077633e9113f42ca83130b9e9bc /tune/jacbase2.c
parent1bf0b0649a3967aff58076b4f94fbfe4bc55d663 (diff)
downloadgmp-acd6ee7df5a76e5bb9c2c4f7e3e145d022792629.tar.gz
* tune/jacbase1.c, tune/jacbase2.c, tune/jacbase3.c: New files.
Diffstat (limited to 'tune/jacbase2.c')
-rw-r--r--tune/jacbase2.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/tune/jacbase2.c b/tune/jacbase2.c
new file mode 100644
index 000000000..889fae69a
--- /dev/null
+++ b/tune/jacbase2.c
@@ -0,0 +1,29 @@
+/* mpn/generic/jacbase.c method 2.
+
+Copyright 2002 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 2.1 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; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA. */
+
+#include "gmp.h"
+#include "gmp-impl.h"
+
+#undef JACOBI_BASE_METHOD
+#define JACOBI_BASE_METHOD 2
+#define __gmpn_jacobi_base mpn_jacobi_base_2
+
+#include "mpn/generic/jacbase.c"