From 0e5704c77e80d0e70f0953a5f44ef7216cd99043 Mon Sep 17 00:00:00 2001 From: unix-ninja Date: Thu, 18 Oct 2018 15:58:21 -0400 Subject: [PATCH] Disable NEW_SIMD_CODE for 18100 (it's not compatible) --- OpenCL/m18100_a3-pure.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/m18100_a3-pure.cl b/OpenCL/m18100_a3-pure.cl index 22083acf8..dcba543b5 100644 --- a/OpenCL/m18100_a3-pure.cl +++ b/OpenCL/m18100_a3-pure.cl @@ -3,7 +3,7 @@ * License.....: MIT */ -#define NEW_SIMD_CODE +//#define NEW_SIMD_CODE #include "inc_vendor.cl" #include "inc_hash_constants.h"