From e94cc0f64e3f2da03e13b3880f2689867385ebe0 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Thu, 2 Jun 2022 20:33:18 +0200 Subject: [PATCH] Fix SIMD use in -m 29100 on CPU --- OpenCL/m29100_a3-pure.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/m29100_a3-pure.cl b/OpenCL/m29100_a3-pure.cl index 3d3f096ef..5ad364e1b 100644 --- a/OpenCL/m29100_a3-pure.cl +++ b/OpenCL/m29100_a3-pure.cl @@ -3,7 +3,7 @@ * License.....: MIT */ -#define NEW_SIMD_CODE +//#define NEW_SIMD_CODE #ifdef KERNEL_STATIC #include M2S(INCLUDE_PATH/inc_vendor.h)