aboutsummaryrefslogtreecommitdiff
path: root/miner.h
diff options
context:
space:
mode:
Diffstat (limited to 'miner.h')
-rw-r--r--miner.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/miner.h b/miner.h
index 69c56a7..ff5bddc 100644
--- a/miner.h
+++ b/miner.h
@@ -4,6 +4,10 @@
#include <stdbool.h>
#include <jansson.h>
+#ifdef __SSE2__
+#define WANT_SSE2_4WAY 1
+#endif
+
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
#endif