summaryrefslogtreecommitdiff
path: root/_interp_c.c
diff options
context:
space:
mode:
Diffstat (limited to '_interp_c.c')
-rw-r--r--_interp_c.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/_interp_c.c b/_interp_c.c
new file mode 100644
index 0000000..f2269c8
--- /dev/null
+++ b/_interp_c.c
@@ -0,0 +1,21 @@
+#include <math.h>
+
+#define STENCIL 2
+#include "_interp_c_template.c"
+#undef STENCIL
+
+#define STENCIL 4
+#include "_interp_c_template.c"
+#undef STENCIL
+
+#define STENCIL 6
+#include "_interp_c_template.c"
+#undef STENCIL
+
+#define STENCIL 8
+#include "_interp_c_template.c"
+#undef STENCIL
+
+#define STENCIL 10
+#include "_interp_c_template.c"
+#undef STENCIL