aboutsummaryrefslogtreecommitdiff
path: root/gmp-6.3.0/fib_table.h
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-11-18 06:11:09 -0600
committerDuncan Wilkie <antigravityd@gmail.com>2023-11-18 06:11:09 -0600
commit11da511c784eca003deb90c23570f0873954e0de (patch)
treee14fdd3d5d6345956d67e79ae771d0633d28362b /gmp-6.3.0/fib_table.h
Initial commit.
Diffstat (limited to 'gmp-6.3.0/fib_table.h')
-rw-r--r--gmp-6.3.0/fib_table.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gmp-6.3.0/fib_table.h b/gmp-6.3.0/fib_table.h
new file mode 100644
index 0000000..558aeb6
--- /dev/null
+++ b/gmp-6.3.0/fib_table.h
@@ -0,0 +1,8 @@
+/* This file generated by gen-fib.c - DO NOT EDIT. */
+
+#if GMP_NUMB_BITS != 32
+Error, error, this data is for 32 bits
+#endif
+
+#define FIB_TABLE_LIMIT 47
+#define FIB_TABLE_LUCNUM_LIMIT 46