From d7452447f6b1b4addd52e88fb69bfc04ec6caaae Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Fri, 13 Mar 2015 01:07:47 +0000 Subject: [PATCH] Fixes for OpenCL 1.1 --- internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal.h b/internal.h index bcbacdaa4..ddd06e8f4 100644 --- a/internal.h +++ b/internal.h @@ -3,7 +3,7 @@ #include "endian.h" #include "ethash.h" -#define ENABLE_SSE 1 +#define ENABLE_SSE 0 #if defined(_M_X64) && ENABLE_SSE #include