From e9b11c2951cd1c29388d174f1a45314b352f34f9 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 20 Oct 2016 22:53:47 +0200 Subject: [PATCH] Do not unroll scrypt based algorithm on NV, latest windows driver can't compile them otherwise --- OpenCL/inc_vendor.cl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index 646eb2893..18d152c5d 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -104,6 +104,9 @@ #if KERN_TYPE == 8200 #undef _unroll #endif +#if KERN_TYPE == 8900 +#undef _unroll +#endif #if KERN_TYPE == 10400 #undef _unroll #endif