aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-11-16 13:11:07 +0100
committerAnton Khirnov <anton@khirnov.net>2017-11-19 16:30:14 +0100
commit0007a0b0c11fa7c12b228883453368f105a4324b (patch)
treea5ac8016c58c13668bf87931dd921bea933cf07f /config.h
Initial commit.
The following code is present: * the basis API * the BiCGSTAB solver * the pseudospectral linear system solver * helper APIs: - threadpool - logging - cpuid
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..ffd98d8
--- /dev/null
+++ b/config.h
@@ -0,0 +1,12 @@
+#define HAVE_AVX 1
+#define HAVE_SSE 1
+#define HAVE_SSE3_EXTERNAL 1
+#define HAVE_AVX_EXTERNAL 1
+#define HAVE_FMA3_EXTERNAL 1
+#define ARCH_X86_64 1
+#define ARCH_X86 1
+#define HAVE_SCHED_GETAFFINITY 1
+#define HAVE_SYSCTL 1
+#define HAVE_OPENCL 0
+#define TD_VERIFY 0
+#define TD_POLAR 1