From: jsteube Date: Tue, 22 Dec 2015 22:56:12 +0000 (+0100) Subject: Another small increased bcrypt speed for NV X-Git-Tag: v3.00-beta~584^2~30 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=3ab31807d405eed2c85b9b4e55a7a44daff4387f;p=hashcat.git Another small increased bcrypt speed for NV --- diff --git a/OpenCL/m03200.cl b/OpenCL/m03200.cl index e6bdb96..6ad6d7a 100644 --- a/OpenCL/m03200.cl +++ b/OpenCL/m03200.cl @@ -665,6 +665,7 @@ __kernel void __attribute__((reqd_work_group_size (8, 1, 1))) m03200_loop (__glo L0 = 0; R0 = 0; + #pragma unroll for (u32 i = 0; i < 9; i++) { BF_ENCRYPT (L0, R0); @@ -727,6 +728,7 @@ __kernel void __attribute__((reqd_work_group_size (8, 1, 1))) m03200_loop (__glo L0 = 0; R0 = 0; + #pragma unroll for (u32 i = 0; i < 9; i++) { BF_ENCRYPT (L0, R0);