From 0de908905fbb3b9cb04879f9d310cf4071ecff98 Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 25 Nov 2016 22:04:24 +0100 Subject: [PATCH] Allow unroll of PBKDF2-HMAC-SHA256 on NV --- OpenCL/inc_vendor.cl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index 57aae0748..49ce0efb2 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -120,9 +120,6 @@ #if KERN_TYPE == 10700 #undef _unroll #endif -#if KERN_TYPE == 10900 -#undef _unroll -#endif #if KERN_TYPE == 12300 #undef _unroll #endif @@ -204,6 +201,9 @@ #if KERN_TYPE == 10800 #undef _unroll #endif +#if KERN_TYPE == 10900 +#undef _unroll +#endif #if KERN_TYPE == 12800 #undef _unroll #endif