From a378abee66d04893db77dea8053eea90e5ce11f4 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 29 Aug 2017 12:01:43 +0200 Subject: [PATCH] Add missing NEW_SIMD_CODE in -m 6600 --- OpenCL/m06600.cl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenCL/m06600.cl b/OpenCL/m06600.cl index 997b9f6b0..635c60c48 100644 --- a/OpenCL/m06600.cl +++ b/OpenCL/m06600.cl @@ -3,6 +3,8 @@ * License.....: MIT */ +#define NEW_SIMD_CODE + #include "inc_vendor.cl" #include "inc_hash_constants.h" #include "inc_hash_functions.cl"