From 9b73c464d218e048dd0d83b2195a465cd69acbcb Mon Sep 17 00:00:00 2001 From: jsteube <jens.steube@gmail.com> Date: Thu, 24 Aug 2017 17:19:16 +0200 Subject: [PATCH] Fix typo in macro --- OpenCL/inc_rp_optimized.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/inc_rp_optimized.cl b/OpenCL/inc_rp_optimized.cl index 4505b6617..6e8b8ec51 100644 --- a/OpenCL/inc_rp_optimized.cl +++ b/OpenCL/inc_rp_optimized.cl @@ -888,7 +888,7 @@ static void append_block8 (const u32 offset, u32 buf0[4], u32 buf1[4], const u32 const int selector = (0x76543210 >> (offset_minus_4 * 4)) & 0xffff; #endif - #if defined IS_ROCM + #if defined IS_AMD_ROCM const int selector = 0x0706050403020100 >> (offset_minus_4 * 8); #endif