aboutsummaryrefslogtreecommitdiff
path: root/aberth/.gitignore
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-04-19 23:32:06 +0200
committertomsmeding <tom.smeding@gmail.com>2019-04-19 23:34:01 +0200
commitbe2bc936957d4fcbc2001ca48909bb2ce8d3f5c7 (patch)
tree9b2402ff15cc074e9c7be6de14affc57c735f1bf /aberth/.gitignore
parentbc72c77a8a3d6a82cd234d40308dd8c47aa0e742 (diff)
Working Futhark! 🎉
That was actually easier than expected, and (surprise!) it runs ORDERS OF MAGNITUDE faster than my C++ implementation... C++ takes ~1min on my i5-4278U CPU @ 2.60GHz using all 4 virtual cores; the Futhark takes ~11sec on 1 core. Not sure whether my own code is so terribly bad or whether Futhark is cool, but this is cool nevertheless.
Diffstat (limited to 'aberth/.gitignore')
-rw-r--r--aberth/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/aberth/.gitignore b/aberth/.gitignore
index 66c7e62..db0dbae 100644
--- a/aberth/.gitignore
+++ b/aberth/.gitignore
@@ -1,2 +1,4 @@
aberth
lib/
+aberth_kernel.c
+aberth_kernel.h