X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm09600.cl;h=6ad34b63da6c00517ba4d246b916a555d2ffcc2f;hb=ed1863c2630bc8194d38587d753dde71a315402a;hp=03cb525e09fd13fae337a33c7b53376ad106e673;hpb=a7886f02f44ebc3d01f2c9ee3fef0c35e2736b96;p=hashcat.git diff --git a/OpenCL/m09600.cl b/OpenCL/m09600.cl index 03cb525..6ad34b6 100644 --- a/OpenCL/m09600.cl +++ b/OpenCL/m09600.cl @@ -7,20 +7,14 @@ #define _OFFICE2013_ -#include "include/constants.h" -#include "include/kernel_vendor.h" +#include "inc_vendor.cl" +#include "inc_hash_constants.h" +#include "inc_hash_functions.cl" +#include "inc_types.cl" +#include "inc_common.cl" -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - -#include "include/kernel_functions.c" -#include "OpenCL/types_ocl.c" -#include "OpenCL/common.c" - -#define COMPARE_S "OpenCL/check_single_comp4.c" -#define COMPARE_M "OpenCL/check_multi_comp4.c" +#define COMPARE_S "inc_comp_single.cl" +#define COMPARE_M "inc_comp_multi.cl" __constant u32 te0[256] = { @@ -1073,7 +1067,9 @@ void sha512_transform (const u64 w0[4], const u64 w1[4], const u64 w2[4], const ROUND_STEP (0); - //#pragma unroll + #ifdef _unroll + #pragma unroll + #endif for (int i = 16; i < 80; i += 16) { ROUND_EXPAND (); ROUND_STEP (i);