aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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