aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-06-30 09:44:25 +0200
committerAnton Khirnov <anton@khirnov.net>2017-06-30 09:45:37 +0200
commit24103bc5ae3d568ca97bdb70175b975fa680546c (patch)
tree595ab9702987a266e7730807cdb1f4279b838a78 /config.h
parentd8e21cfe33c9fd98109374510311479955684412 (diff)
Refactor conformal factor evaluation.
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..32fb4e8
--- /dev/null
+++ b/config.h
@@ -0,0 +1,9 @@
+#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