diff --git a/OpenCL/inc_types.cl b/OpenCL/inc_types.cl index 44a9f7ee6..f0f4ad5fc 100644 --- a/OpenCL/inc_types.cl +++ b/OpenCL/inc_types.cl @@ -665,121 +665,7 @@ inline u32 amd_bytealign_S (const u32 a, const u32 b, const u32 c) typedef struct { - #if defined _STDOUT_ - u32 digest_buf[4]; - #elif defined _DES_ - u32 digest_buf[4]; - #elif defined _MD4_ - u32 digest_buf[4]; - #elif defined _MD5_ - u32 digest_buf[4]; - #elif defined _MD5H_ - u32 digest_buf[4]; - #elif defined _SHA1_ - u32 digest_buf[5]; - #elif defined _BCRYPT_ - u32 digest_buf[6]; - #elif defined _SHA256_ - u32 digest_buf[8]; - #elif defined _SHA384_ - u32 digest_buf[16]; - #elif defined _SHA512_ - u32 digest_buf[16]; - #elif defined _KECCAK_ - u32 digest_buf[50]; - #elif defined _RIPEMD160_ - u32 digest_buf[5]; - #elif defined _WHIRLPOOL_ - u32 digest_buf[16]; - #elif defined _GOST_ - u32 digest_buf[8]; - #elif defined _GOST2012_256_ - u32 digest_buf[8]; - #elif defined _GOST2012_512_ - u32 digest_buf[16]; - #elif defined _SAPB_ - u32 digest_buf[4]; - #elif defined _SAPG_ - u32 digest_buf[5]; - #elif defined _MYSQL323_ - u32 digest_buf[4]; - #elif defined _LOTUS5_ - u32 digest_buf[4]; - #elif defined _LOTUS6_ - u32 digest_buf[4]; - #elif defined _SCRYPT_ - u32 digest_buf[8]; - #elif defined _LOTUS8_ - u32 digest_buf[4]; - #elif defined _OFFICE2007_ - u32 digest_buf[4]; - #elif defined _OFFICE2010_ - u32 digest_buf[4]; - #elif defined _OFFICE2013_ - u32 digest_buf[4]; - #elif defined _OLDOFFICE01_ - u32 digest_buf[4]; - #elif defined _OLDOFFICE34_ - u32 digest_buf[4]; - #elif defined _SIPHASH_ - u32 digest_buf[4]; - #elif defined _PBKDF2_MD5_ - u32 digest_buf[32]; - #elif defined _PBKDF2_SHA1_ - u32 digest_buf[32]; - #elif defined _PBKDF2_SHA256_ - u32 digest_buf[32]; - #elif defined _PBKDF2_SHA512_ - u32 digest_buf[32]; - #elif defined _PDF17L8_ - u32 digest_buf[8]; - #elif defined _CRC32_ - u32 digest_buf[4]; - #elif defined _SEVEN_ZIP_ - u32 digest_buf[4]; - #elif defined _ANDROIDFDE_ - u32 digest_buf[4]; - #elif defined _DCC2_ - u32 digest_buf[4]; - #elif defined _WPA_ - u32 digest_buf[4]; - #elif defined _MD5_SHA1_ - u32 digest_buf[4]; - #elif defined _SHA1_MD5_ - u32 digest_buf[5]; - #elif defined _NETNTLMV2_ - u32 digest_buf[4]; - #elif defined _KRB5PA_ - u32 digest_buf[4]; - #elif defined _CLOUDKEY_ - u32 digest_buf[8]; - #elif defined _SCRYPT_ - u32 digest_buf[4]; - #elif defined _PSAFE2_ - u32 digest_buf[5]; - #elif defined _LOTUS8_ - u32 digest_buf[4]; - #elif defined _RAR3_ - u32 digest_buf[4]; - #elif defined _SHA256_SHA1_ - u32 digest_buf[8]; - #elif defined _MS_DRSR_ - u32 digest_buf[8]; - #elif defined _ANDROIDFDE_SAMSUNG_ - u32 digest_buf[8]; - #elif defined _RAR5_ - u32 digest_buf[4]; - #elif defined _KRB5TGS_ - u32 digest_buf[4]; - #elif defined _AXCRYPT_ - u32 digest_buf[4]; - #elif defined _KEEPASS_ - u32 digest_buf[4]; - #elif defined _ZIP2_ - u32 digest_buf[4]; - #elif defined _AXCRYPT_ - u32 digest_buf[4]; - #endif + u32 digest_buf[DGST_ELEM]; } digest_t; diff --git a/OpenCL/m00000_a0.cl b/OpenCL/m00000_a0.cl index cdc550a4a..4a028e28f 100644 --- a/OpenCL/m00000_a0.cl +++ b/OpenCL/m00000_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00000_a1.cl b/OpenCL/m00000_a1.cl index a5df4082e..f40e18f57 100644 --- a/OpenCL/m00000_a1.cl +++ b/OpenCL/m00000_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00000_a3.cl b/OpenCL/m00000_a3.cl index e4d86bd70..a566080cd 100644 --- a/OpenCL/m00000_a3.cl +++ b/OpenCL/m00000_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00010_a0.cl b/OpenCL/m00010_a0.cl index 416dc30cd..e45a6a123 100644 --- a/OpenCL/m00010_a0.cl +++ b/OpenCL/m00010_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00010_a1.cl b/OpenCL/m00010_a1.cl index e3ffd3608..c1c7695d1 100644 --- a/OpenCL/m00010_a1.cl +++ b/OpenCL/m00010_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00010_a3.cl b/OpenCL/m00010_a3.cl index d923bd330..e61d77766 100644 --- a/OpenCL/m00010_a3.cl +++ b/OpenCL/m00010_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00020_a0.cl b/OpenCL/m00020_a0.cl index db3d526bc..8846ad00e 100644 --- a/OpenCL/m00020_a0.cl +++ b/OpenCL/m00020_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00020_a1.cl b/OpenCL/m00020_a1.cl index 8318aa2e2..91796e865 100644 --- a/OpenCL/m00020_a1.cl +++ b/OpenCL/m00020_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00020_a3.cl b/OpenCL/m00020_a3.cl index d4098f951..d5a95e500 100644 --- a/OpenCL/m00020_a3.cl +++ b/OpenCL/m00020_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00030_a0.cl b/OpenCL/m00030_a0.cl index cd86c4c65..f6d479f84 100644 --- a/OpenCL/m00030_a0.cl +++ b/OpenCL/m00030_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00030_a1.cl b/OpenCL/m00030_a1.cl index 3ae93f4a4..be3dc4dec 100644 --- a/OpenCL/m00030_a1.cl +++ b/OpenCL/m00030_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00030_a3.cl b/OpenCL/m00030_a3.cl index 4b2638478..59de570ba 100644 --- a/OpenCL/m00030_a3.cl +++ b/OpenCL/m00030_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00040_a0.cl b/OpenCL/m00040_a0.cl index 9521b8dd5..82aaac5f5 100644 --- a/OpenCL/m00040_a0.cl +++ b/OpenCL/m00040_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00040_a1.cl b/OpenCL/m00040_a1.cl index 49c604662..5d9cd7c03 100644 --- a/OpenCL/m00040_a1.cl +++ b/OpenCL/m00040_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00040_a3.cl b/OpenCL/m00040_a3.cl index abb8c3067..d64d038de 100644 --- a/OpenCL/m00040_a3.cl +++ b/OpenCL/m00040_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00050_a0.cl b/OpenCL/m00050_a0.cl index 9fc1533d0..f5200cda2 100644 --- a/OpenCL/m00050_a0.cl +++ b/OpenCL/m00050_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00050_a1.cl b/OpenCL/m00050_a1.cl index b269ad0b4..f40b7a1bc 100644 --- a/OpenCL/m00050_a1.cl +++ b/OpenCL/m00050_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00050_a3.cl b/OpenCL/m00050_a3.cl index f08226ee9..0cba56761 100644 --- a/OpenCL/m00050_a3.cl +++ b/OpenCL/m00050_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00060_a0.cl b/OpenCL/m00060_a0.cl index e2eeddb72..2b7c7ad7c 100644 --- a/OpenCL/m00060_a0.cl +++ b/OpenCL/m00060_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00060_a1.cl b/OpenCL/m00060_a1.cl index 635b08198..8c155d737 100644 --- a/OpenCL/m00060_a1.cl +++ b/OpenCL/m00060_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00060_a3.cl b/OpenCL/m00060_a3.cl index fc636d203..d3244fbe0 100644 --- a/OpenCL/m00060_a3.cl +++ b/OpenCL/m00060_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00100_a0.cl b/OpenCL/m00100_a0.cl index 7cc5b2b31..e36c16760 100644 --- a/OpenCL/m00100_a0.cl +++ b/OpenCL/m00100_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00100_a1.cl b/OpenCL/m00100_a1.cl index 39c2177a4..51a19afc4 100644 --- a/OpenCL/m00100_a1.cl +++ b/OpenCL/m00100_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00100_a3.cl b/OpenCL/m00100_a3.cl index 455b84058..ad7bd9a27 100644 --- a/OpenCL/m00100_a3.cl +++ b/OpenCL/m00100_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00110_a0.cl b/OpenCL/m00110_a0.cl index 09dac89a1..0e2c7586c 100644 --- a/OpenCL/m00110_a0.cl +++ b/OpenCL/m00110_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00110_a1.cl b/OpenCL/m00110_a1.cl index c92ed5227..d14aa1220 100644 --- a/OpenCL/m00110_a1.cl +++ b/OpenCL/m00110_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00110_a3.cl b/OpenCL/m00110_a3.cl index b316a68fc..468ebc37e 100644 --- a/OpenCL/m00110_a3.cl +++ b/OpenCL/m00110_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00120_a0.cl b/OpenCL/m00120_a0.cl index 0123ccc63..2cd451fa7 100644 --- a/OpenCL/m00120_a0.cl +++ b/OpenCL/m00120_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00120_a1.cl b/OpenCL/m00120_a1.cl index a31c629ba..491fdbbe7 100644 --- a/OpenCL/m00120_a1.cl +++ b/OpenCL/m00120_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00120_a3.cl b/OpenCL/m00120_a3.cl index 080c4971c..78b52794d 100644 --- a/OpenCL/m00120_a3.cl +++ b/OpenCL/m00120_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00130_a0.cl b/OpenCL/m00130_a0.cl index a92db0170..642c9ef6d 100644 --- a/OpenCL/m00130_a0.cl +++ b/OpenCL/m00130_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00130_a1.cl b/OpenCL/m00130_a1.cl index 6f216c51b..e35cb3f14 100644 --- a/OpenCL/m00130_a1.cl +++ b/OpenCL/m00130_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00130_a3.cl b/OpenCL/m00130_a3.cl index 96fe640f1..8c8e9bfbc 100644 --- a/OpenCL/m00130_a3.cl +++ b/OpenCL/m00130_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00140_a0.cl b/OpenCL/m00140_a0.cl index 066f9bf7b..513519b8c 100644 --- a/OpenCL/m00140_a0.cl +++ b/OpenCL/m00140_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00140_a1.cl b/OpenCL/m00140_a1.cl index 36a0f92d0..289814f2c 100644 --- a/OpenCL/m00140_a1.cl +++ b/OpenCL/m00140_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00140_a3.cl b/OpenCL/m00140_a3.cl index 34394378e..812ea5122 100644 --- a/OpenCL/m00140_a3.cl +++ b/OpenCL/m00140_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00150_a0.cl b/OpenCL/m00150_a0.cl index 022208aa9..da02b87d8 100644 --- a/OpenCL/m00150_a0.cl +++ b/OpenCL/m00150_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00150_a1.cl b/OpenCL/m00150_a1.cl index 9a0e150db..06e937c77 100644 --- a/OpenCL/m00150_a1.cl +++ b/OpenCL/m00150_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00150_a3.cl b/OpenCL/m00150_a3.cl index 35d1790cd..4461b1b1b 100644 --- a/OpenCL/m00150_a3.cl +++ b/OpenCL/m00150_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00160_a0.cl b/OpenCL/m00160_a0.cl index a3c081381..22d0b8e1a 100644 --- a/OpenCL/m00160_a0.cl +++ b/OpenCL/m00160_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00160_a1.cl b/OpenCL/m00160_a1.cl index 370a7a076..a44277209 100644 --- a/OpenCL/m00160_a1.cl +++ b/OpenCL/m00160_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00160_a3.cl b/OpenCL/m00160_a3.cl index 4bb85c786..9d1f5b35d 100644 --- a/OpenCL/m00160_a3.cl +++ b/OpenCL/m00160_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00200_a0.cl b/OpenCL/m00200_a0.cl index febb3506e..84d578828 100644 --- a/OpenCL/m00200_a0.cl +++ b/OpenCL/m00200_a0.cl @@ -8,14 +8,8 @@ //incompatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00200_a1.cl b/OpenCL/m00200_a1.cl index 390d1826c..fbbc26351 100644 --- a/OpenCL/m00200_a1.cl +++ b/OpenCL/m00200_a1.cl @@ -8,14 +8,8 @@ //incompatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00200_a3.cl b/OpenCL/m00200_a3.cl index 7605dd826..1eb207153 100644 --- a/OpenCL/m00200_a3.cl +++ b/OpenCL/m00200_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00300_a0.cl b/OpenCL/m00300_a0.cl index c202bbc79..c7558a185 100644 --- a/OpenCL/m00300_a0.cl +++ b/OpenCL/m00300_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00300_a1.cl b/OpenCL/m00300_a1.cl index 367751eae..a4b45759a 100644 --- a/OpenCL/m00300_a1.cl +++ b/OpenCL/m00300_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00300_a3.cl b/OpenCL/m00300_a3.cl index 0f1cfce42..e1678af22 100644 --- a/OpenCL/m00300_a3.cl +++ b/OpenCL/m00300_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00400.cl b/OpenCL/m00400.cl index c2209775a..75a89c181 100644 --- a/OpenCL/m00400.cl +++ b/OpenCL/m00400.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00500.cl b/OpenCL/m00500.cl index 462e4ee77..67a1f405c 100644 --- a/OpenCL/m00500.cl +++ b/OpenCL/m00500.cl @@ -5,14 +5,8 @@ #define _MD5_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00900_a0.cl b/OpenCL/m00900_a0.cl index 2cb123cd1..3c86b4a2f 100644 --- a/OpenCL/m00900_a0.cl +++ b/OpenCL/m00900_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00900_a1.cl b/OpenCL/m00900_a1.cl index 26b211922..d8c28826b 100644 --- a/OpenCL/m00900_a1.cl +++ b/OpenCL/m00900_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m00900_a3.cl b/OpenCL/m00900_a3.cl index 2bbf306cf..f9b99c09e 100644 --- a/OpenCL/m00900_a3.cl +++ b/OpenCL/m00900_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01000_a0.cl b/OpenCL/m01000_a0.cl index 1355f1584..2b6e642da 100644 --- a/OpenCL/m01000_a0.cl +++ b/OpenCL/m01000_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01000_a1.cl b/OpenCL/m01000_a1.cl index 2c0fcf0f1..9e1408221 100644 --- a/OpenCL/m01000_a1.cl +++ b/OpenCL/m01000_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01000_a3.cl b/OpenCL/m01000_a3.cl index 02dffee0e..ab540b967 100644 --- a/OpenCL/m01000_a3.cl +++ b/OpenCL/m01000_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01100_a0.cl b/OpenCL/m01100_a0.cl index 5408b3af6..2dc59ae3e 100644 --- a/OpenCL/m01100_a0.cl +++ b/OpenCL/m01100_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01100_a1.cl b/OpenCL/m01100_a1.cl index 3e3fd6578..2e3e7eca5 100644 --- a/OpenCL/m01100_a1.cl +++ b/OpenCL/m01100_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01100_a3.cl b/OpenCL/m01100_a3.cl index 0a1101004..e4aadf0fb 100644 --- a/OpenCL/m01100_a3.cl +++ b/OpenCL/m01100_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01400_a0.cl b/OpenCL/m01400_a0.cl index 3c26ad6da..bcc4444e4 100644 --- a/OpenCL/m01400_a0.cl +++ b/OpenCL/m01400_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01400_a1.cl b/OpenCL/m01400_a1.cl index 392ebf38f..35903aa8d 100644 --- a/OpenCL/m01400_a1.cl +++ b/OpenCL/m01400_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01400_a3.cl b/OpenCL/m01400_a3.cl index da178560a..b865b744e 100644 --- a/OpenCL/m01400_a3.cl +++ b/OpenCL/m01400_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01410_a0.cl b/OpenCL/m01410_a0.cl index 1eb855d36..eba6292e2 100644 --- a/OpenCL/m01410_a0.cl +++ b/OpenCL/m01410_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01410_a1.cl b/OpenCL/m01410_a1.cl index ef9a0ceff..3a039b7f8 100644 --- a/OpenCL/m01410_a1.cl +++ b/OpenCL/m01410_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01410_a3.cl b/OpenCL/m01410_a3.cl index bfbc8ad4e..eb493cc3c 100644 --- a/OpenCL/m01410_a3.cl +++ b/OpenCL/m01410_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01420_a0.cl b/OpenCL/m01420_a0.cl index 13406c7b2..9583749ae 100644 --- a/OpenCL/m01420_a0.cl +++ b/OpenCL/m01420_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01420_a1.cl b/OpenCL/m01420_a1.cl index 0bfed8663..74f868c84 100644 --- a/OpenCL/m01420_a1.cl +++ b/OpenCL/m01420_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01420_a3.cl b/OpenCL/m01420_a3.cl index 4f5599404..2603aed12 100644 --- a/OpenCL/m01420_a3.cl +++ b/OpenCL/m01420_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01430_a0.cl b/OpenCL/m01430_a0.cl index faa387eae..b00a560b5 100644 --- a/OpenCL/m01430_a0.cl +++ b/OpenCL/m01430_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01430_a1.cl b/OpenCL/m01430_a1.cl index d74da2531..afdb5ec9c 100644 --- a/OpenCL/m01430_a1.cl +++ b/OpenCL/m01430_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01430_a3.cl b/OpenCL/m01430_a3.cl index cca9aa663..fd2a3a2d0 100644 --- a/OpenCL/m01430_a3.cl +++ b/OpenCL/m01430_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01440_a0.cl b/OpenCL/m01440_a0.cl index 30b7c8a71..ddfa05c75 100644 --- a/OpenCL/m01440_a0.cl +++ b/OpenCL/m01440_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01440_a1.cl b/OpenCL/m01440_a1.cl index 40944ba95..a6d5f73f7 100644 --- a/OpenCL/m01440_a1.cl +++ b/OpenCL/m01440_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01440_a3.cl b/OpenCL/m01440_a3.cl index 3e945af0a..7edffb6a9 100644 --- a/OpenCL/m01440_a3.cl +++ b/OpenCL/m01440_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01450_a0.cl b/OpenCL/m01450_a0.cl index 4b5a5346c..e1d44636b 100644 --- a/OpenCL/m01450_a0.cl +++ b/OpenCL/m01450_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01450_a1.cl b/OpenCL/m01450_a1.cl index 207b8e02c..c3157071a 100644 --- a/OpenCL/m01450_a1.cl +++ b/OpenCL/m01450_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01450_a3.cl b/OpenCL/m01450_a3.cl index 2f2ac61b7..506d599f7 100644 --- a/OpenCL/m01450_a3.cl +++ b/OpenCL/m01450_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01460_a0.cl b/OpenCL/m01460_a0.cl index 6f973a316..6a4343da7 100644 --- a/OpenCL/m01460_a0.cl +++ b/OpenCL/m01460_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01460_a1.cl b/OpenCL/m01460_a1.cl index 042753ed1..9731562d5 100644 --- a/OpenCL/m01460_a1.cl +++ b/OpenCL/m01460_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01460_a3.cl b/OpenCL/m01460_a3.cl index 2ddda1b4c..314d9eca8 100644 --- a/OpenCL/m01460_a3.cl +++ b/OpenCL/m01460_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01500_a0.cl b/OpenCL/m01500_a0.cl index 041b35b95..816d21f1b 100644 --- a/OpenCL/m01500_a0.cl +++ b/OpenCL/m01500_a0.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01500_a1.cl b/OpenCL/m01500_a1.cl index 7cdc7fbb3..a910eab11 100644 --- a/OpenCL/m01500_a1.cl +++ b/OpenCL/m01500_a1.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01500_a3.cl b/OpenCL/m01500_a3.cl index 2d2e94e64..2a737890f 100644 --- a/OpenCL/m01500_a3.cl +++ b/OpenCL/m01500_a3.cl @@ -7,14 +7,8 @@ #define _DES_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01600.cl b/OpenCL/m01600.cl index 1b33d2a29..6f4d377d7 100644 --- a/OpenCL/m01600.cl +++ b/OpenCL/m01600.cl @@ -5,14 +5,8 @@ #define _MD5_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01700_a0.cl b/OpenCL/m01700_a0.cl index c37ed85a0..cb89da5d0 100644 --- a/OpenCL/m01700_a0.cl +++ b/OpenCL/m01700_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01700_a1.cl b/OpenCL/m01700_a1.cl index 94486f4d1..9efaa6eb0 100644 --- a/OpenCL/m01700_a1.cl +++ b/OpenCL/m01700_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01700_a3.cl b/OpenCL/m01700_a3.cl index 55f94f68f..cac18b0be 100644 --- a/OpenCL/m01700_a3.cl +++ b/OpenCL/m01700_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01710_a0.cl b/OpenCL/m01710_a0.cl index 7bc0941b7..62287b9a5 100644 --- a/OpenCL/m01710_a0.cl +++ b/OpenCL/m01710_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01710_a1.cl b/OpenCL/m01710_a1.cl index 6ea786177..406f2a198 100644 --- a/OpenCL/m01710_a1.cl +++ b/OpenCL/m01710_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01710_a3.cl b/OpenCL/m01710_a3.cl index 44309b742..7f4bbdf15 100644 --- a/OpenCL/m01710_a3.cl +++ b/OpenCL/m01710_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01720_a0.cl b/OpenCL/m01720_a0.cl index a0650118e..771a8e402 100644 --- a/OpenCL/m01720_a0.cl +++ b/OpenCL/m01720_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01720_a1.cl b/OpenCL/m01720_a1.cl index 9e721e4e4..2eedfa82a 100644 --- a/OpenCL/m01720_a1.cl +++ b/OpenCL/m01720_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01720_a3.cl b/OpenCL/m01720_a3.cl index b2f5b9de2..8e24047dd 100644 --- a/OpenCL/m01720_a3.cl +++ b/OpenCL/m01720_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01730_a0.cl b/OpenCL/m01730_a0.cl index 7abf8750f..0f143c333 100644 --- a/OpenCL/m01730_a0.cl +++ b/OpenCL/m01730_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01730_a1.cl b/OpenCL/m01730_a1.cl index d6c8fe595..72aee86ac 100644 --- a/OpenCL/m01730_a1.cl +++ b/OpenCL/m01730_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01730_a3.cl b/OpenCL/m01730_a3.cl index 05067761e..021c47123 100644 --- a/OpenCL/m01730_a3.cl +++ b/OpenCL/m01730_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01740_a0.cl b/OpenCL/m01740_a0.cl index 98d49fec2..1f0980b49 100644 --- a/OpenCL/m01740_a0.cl +++ b/OpenCL/m01740_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01740_a1.cl b/OpenCL/m01740_a1.cl index cd3c8afb7..dec6be674 100644 --- a/OpenCL/m01740_a1.cl +++ b/OpenCL/m01740_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01740_a3.cl b/OpenCL/m01740_a3.cl index 84d0c7203..134e51fb0 100644 --- a/OpenCL/m01740_a3.cl +++ b/OpenCL/m01740_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01750_a0.cl b/OpenCL/m01750_a0.cl index c72482b38..1f9deeb96 100644 --- a/OpenCL/m01750_a0.cl +++ b/OpenCL/m01750_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01750_a1.cl b/OpenCL/m01750_a1.cl index b35a789eb..eff81f2cb 100644 --- a/OpenCL/m01750_a1.cl +++ b/OpenCL/m01750_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01750_a3.cl b/OpenCL/m01750_a3.cl index 3de787824..165bd7ff8 100644 --- a/OpenCL/m01750_a3.cl +++ b/OpenCL/m01750_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01760_a0.cl b/OpenCL/m01760_a0.cl index ed2c409b5..874f616e5 100644 --- a/OpenCL/m01760_a0.cl +++ b/OpenCL/m01760_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01760_a1.cl b/OpenCL/m01760_a1.cl index eaa86242f..3ba0f6ffa 100644 --- a/OpenCL/m01760_a1.cl +++ b/OpenCL/m01760_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01760_a3.cl b/OpenCL/m01760_a3.cl index 5bf538020..6dfb4e910 100644 --- a/OpenCL/m01760_a3.cl +++ b/OpenCL/m01760_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 14 -#define DGST_R1 15 -#define DGST_R2 6 -#define DGST_R3 7 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m01800.cl b/OpenCL/m01800.cl index 4af9eb60a..ed562fdaf 100644 --- a/OpenCL/m01800.cl +++ b/OpenCL/m01800.cl @@ -5,14 +5,8 @@ #define _SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02100.cl b/OpenCL/m02100.cl index 89e45f838..79ec63cc6 100644 --- a/OpenCL/m02100.cl +++ b/OpenCL/m02100.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02400_a0.cl b/OpenCL/m02400_a0.cl index 592c3e9fc..699aa1eec 100644 --- a/OpenCL/m02400_a0.cl +++ b/OpenCL/m02400_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02400_a1.cl b/OpenCL/m02400_a1.cl index 452ddb7ef..2f5036b44 100644 --- a/OpenCL/m02400_a1.cl +++ b/OpenCL/m02400_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02400_a3.cl b/OpenCL/m02400_a3.cl index 937bd30db..5ce2ed215 100644 --- a/OpenCL/m02400_a3.cl +++ b/OpenCL/m02400_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02410_a0.cl b/OpenCL/m02410_a0.cl index c9d37a81c..c957886e8 100644 --- a/OpenCL/m02410_a0.cl +++ b/OpenCL/m02410_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02410_a1.cl b/OpenCL/m02410_a1.cl index 4e3974f97..0494d36e6 100644 --- a/OpenCL/m02410_a1.cl +++ b/OpenCL/m02410_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02410_a3.cl b/OpenCL/m02410_a3.cl index 4aedaefc4..edb40d920 100644 --- a/OpenCL/m02410_a3.cl +++ b/OpenCL/m02410_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02500.cl b/OpenCL/m02500.cl index 9f90c54bc..1501034e4 100644 --- a/OpenCL/m02500.cl +++ b/OpenCL/m02500.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02610_a0.cl b/OpenCL/m02610_a0.cl index ab4eaf153..6d307f713 100644 --- a/OpenCL/m02610_a0.cl +++ b/OpenCL/m02610_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02610_a1.cl b/OpenCL/m02610_a1.cl index eac506d4e..eac2ec36b 100644 --- a/OpenCL/m02610_a1.cl +++ b/OpenCL/m02610_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02610_a3.cl b/OpenCL/m02610_a3.cl index 677d69c24..9d5dd3461 100644 --- a/OpenCL/m02610_a3.cl +++ b/OpenCL/m02610_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02710_a0.cl b/OpenCL/m02710_a0.cl index 3fbf245e6..e77308094 100644 --- a/OpenCL/m02710_a0.cl +++ b/OpenCL/m02710_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02710_a1.cl b/OpenCL/m02710_a1.cl index 37a617b33..de6bbc135 100644 --- a/OpenCL/m02710_a1.cl +++ b/OpenCL/m02710_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02710_a3.cl b/OpenCL/m02710_a3.cl index dd73e7c5b..5e9c14afc 100644 --- a/OpenCL/m02710_a3.cl +++ b/OpenCL/m02710_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02810_a0.cl b/OpenCL/m02810_a0.cl index c9458fe63..7cd0292fa 100644 --- a/OpenCL/m02810_a0.cl +++ b/OpenCL/m02810_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02810_a1.cl b/OpenCL/m02810_a1.cl index 19ea01867..e84202f99 100644 --- a/OpenCL/m02810_a1.cl +++ b/OpenCL/m02810_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m02810_a3.cl b/OpenCL/m02810_a3.cl index cdcce5ee3..312498874 100644 --- a/OpenCL/m02810_a3.cl +++ b/OpenCL/m02810_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03000_a0.cl b/OpenCL/m03000_a0.cl index 10ad91a68..37b1554d4 100644 --- a/OpenCL/m03000_a0.cl +++ b/OpenCL/m03000_a0.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03000_a1.cl b/OpenCL/m03000_a1.cl index d500e0a28..29ce715c3 100644 --- a/OpenCL/m03000_a1.cl +++ b/OpenCL/m03000_a1.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03000_a3.cl b/OpenCL/m03000_a3.cl index cf501f112..60875e45d 100644 --- a/OpenCL/m03000_a3.cl +++ b/OpenCL/m03000_a3.cl @@ -6,14 +6,8 @@ #define _DES_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03100_a0.cl b/OpenCL/m03100_a0.cl index df526068a..f66906e44 100644 --- a/OpenCL/m03100_a0.cl +++ b/OpenCL/m03100_a0.cl @@ -11,14 +11,8 @@ //incompatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03100_a1.cl b/OpenCL/m03100_a1.cl index 18d774132..699eae338 100644 --- a/OpenCL/m03100_a1.cl +++ b/OpenCL/m03100_a1.cl @@ -10,14 +10,8 @@ //incompatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03100_a3.cl b/OpenCL/m03100_a3.cl index 5c2567785..98d1c42b4 100644 --- a/OpenCL/m03100_a3.cl +++ b/OpenCL/m03100_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03200.cl b/OpenCL/m03200.cl index a2781220a..ccb8acc21 100644 --- a/OpenCL/m03200.cl +++ b/OpenCL/m03200.cl @@ -5,14 +5,8 @@ #define _BCRYPT_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03710_a0.cl b/OpenCL/m03710_a0.cl index 74aa5e806..4adf73db6 100644 --- a/OpenCL/m03710_a0.cl +++ b/OpenCL/m03710_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03710_a1.cl b/OpenCL/m03710_a1.cl index c164fdfc9..c69f45a13 100644 --- a/OpenCL/m03710_a1.cl +++ b/OpenCL/m03710_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03710_a3.cl b/OpenCL/m03710_a3.cl index 9e5eacd1e..c0dd1f5cc 100644 --- a/OpenCL/m03710_a3.cl +++ b/OpenCL/m03710_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03800_a0.cl b/OpenCL/m03800_a0.cl index ee926d8e0..831401540 100644 --- a/OpenCL/m03800_a0.cl +++ b/OpenCL/m03800_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03800_a1.cl b/OpenCL/m03800_a1.cl index f727a02e4..189c4e52b 100644 --- a/OpenCL/m03800_a1.cl +++ b/OpenCL/m03800_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m03800_a3.cl b/OpenCL/m03800_a3.cl index 79af82be7..866a0e8bf 100644 --- a/OpenCL/m03800_a3.cl +++ b/OpenCL/m03800_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04310_a0.cl b/OpenCL/m04310_a0.cl index 038f50d4c..140a19cb7 100644 --- a/OpenCL/m04310_a0.cl +++ b/OpenCL/m04310_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04310_a1.cl b/OpenCL/m04310_a1.cl index 356fd0e6c..7ec45cfdc 100644 --- a/OpenCL/m04310_a1.cl +++ b/OpenCL/m04310_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04310_a3.cl b/OpenCL/m04310_a3.cl index 25c2a7504..6887ae014 100644 --- a/OpenCL/m04310_a3.cl +++ b/OpenCL/m04310_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04400_a0.cl b/OpenCL/m04400_a0.cl index e6f65a426..3e6762ede 100644 --- a/OpenCL/m04400_a0.cl +++ b/OpenCL/m04400_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04400_a1.cl b/OpenCL/m04400_a1.cl index 64a727b80..5bc08771c 100644 --- a/OpenCL/m04400_a1.cl +++ b/OpenCL/m04400_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04400_a3.cl b/OpenCL/m04400_a3.cl index 3c587c664..ce5731fc6 100644 --- a/OpenCL/m04400_a3.cl +++ b/OpenCL/m04400_a3.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04500_a0.cl b/OpenCL/m04500_a0.cl index 7e7165528..ad6f9e717 100644 --- a/OpenCL/m04500_a0.cl +++ b/OpenCL/m04500_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04500_a1.cl b/OpenCL/m04500_a1.cl index d58956be5..25924dc77 100644 --- a/OpenCL/m04500_a1.cl +++ b/OpenCL/m04500_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04500_a3.cl b/OpenCL/m04500_a3.cl index f2c59f2e1..338dc6209 100644 --- a/OpenCL/m04500_a3.cl +++ b/OpenCL/m04500_a3.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04700_a0.cl b/OpenCL/m04700_a0.cl index 3d06321ba..3cfb76fec 100644 --- a/OpenCL/m04700_a0.cl +++ b/OpenCL/m04700_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04700_a1.cl b/OpenCL/m04700_a1.cl index 3f572d393..18408cbbd 100644 --- a/OpenCL/m04700_a1.cl +++ b/OpenCL/m04700_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04700_a3.cl b/OpenCL/m04700_a3.cl index a5f28cb58..10a6a51d8 100644 --- a/OpenCL/m04700_a3.cl +++ b/OpenCL/m04700_a3.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04800_a0.cl b/OpenCL/m04800_a0.cl index 72183d098..b7aaa70bc 100644 --- a/OpenCL/m04800_a0.cl +++ b/OpenCL/m04800_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04800_a1.cl b/OpenCL/m04800_a1.cl index 425849186..84d42fbb3 100644 --- a/OpenCL/m04800_a1.cl +++ b/OpenCL/m04800_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04800_a3.cl b/OpenCL/m04800_a3.cl index 52445bcdb..e10bb2028 100644 --- a/OpenCL/m04800_a3.cl +++ b/OpenCL/m04800_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04900_a0.cl b/OpenCL/m04900_a0.cl index 6ad245354..b021b4e59 100644 --- a/OpenCL/m04900_a0.cl +++ b/OpenCL/m04900_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04900_a1.cl b/OpenCL/m04900_a1.cl index 79be5935c..ae92f48a3 100644 --- a/OpenCL/m04900_a1.cl +++ b/OpenCL/m04900_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m04900_a3.cl b/OpenCL/m04900_a3.cl index b7b75b879..8459bfb24 100644 --- a/OpenCL/m04900_a3.cl +++ b/OpenCL/m04900_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05000_a0.cl b/OpenCL/m05000_a0.cl index 8d5302085..7efc42de7 100644 --- a/OpenCL/m05000_a0.cl +++ b/OpenCL/m05000_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 2 -#define DGST_R1 3 -#define DGST_R2 4 -#define DGST_R3 5 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05000_a1.cl b/OpenCL/m05000_a1.cl index b6ef97923..00b9c0bdb 100644 --- a/OpenCL/m05000_a1.cl +++ b/OpenCL/m05000_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 2 -#define DGST_R1 3 -#define DGST_R2 4 -#define DGST_R3 5 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05000_a3.cl b/OpenCL/m05000_a3.cl index 30c4ea151..13ddab747 100644 --- a/OpenCL/m05000_a3.cl +++ b/OpenCL/m05000_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 2 -#define DGST_R1 3 -#define DGST_R2 4 -#define DGST_R3 5 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05100_a0.cl b/OpenCL/m05100_a0.cl index e3625a0f0..3d75ad21f 100644 --- a/OpenCL/m05100_a0.cl +++ b/OpenCL/m05100_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05100_a1.cl b/OpenCL/m05100_a1.cl index 7b0f47029..3ac0d1f56 100644 --- a/OpenCL/m05100_a1.cl +++ b/OpenCL/m05100_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05100_a3.cl b/OpenCL/m05100_a3.cl index 7aa9226bb..422abb244 100644 --- a/OpenCL/m05100_a3.cl +++ b/OpenCL/m05100_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05200.cl b/OpenCL/m05200.cl index 2fb45471a..d956d9ef7 100644 --- a/OpenCL/m05200.cl +++ b/OpenCL/m05200.cl @@ -5,14 +5,8 @@ #define _SHA256_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05300_a0.cl b/OpenCL/m05300_a0.cl index 0fc2f1a91..170ce544e 100644 --- a/OpenCL/m05300_a0.cl +++ b/OpenCL/m05300_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05300_a1.cl b/OpenCL/m05300_a1.cl index 7c53c3b2a..dc0876b9f 100644 --- a/OpenCL/m05300_a1.cl +++ b/OpenCL/m05300_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05300_a3.cl b/OpenCL/m05300_a3.cl index 276c2a395..6ff90cf10 100644 --- a/OpenCL/m05300_a3.cl +++ b/OpenCL/m05300_a3.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05400_a0.cl b/OpenCL/m05400_a0.cl index a722c5375..cf0ce44ce 100644 --- a/OpenCL/m05400_a0.cl +++ b/OpenCL/m05400_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05400_a1.cl b/OpenCL/m05400_a1.cl index ec2955d5d..5f9323607 100644 --- a/OpenCL/m05400_a1.cl +++ b/OpenCL/m05400_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05400_a3.cl b/OpenCL/m05400_a3.cl index f76af431e..e8244d006 100644 --- a/OpenCL/m05400_a3.cl +++ b/OpenCL/m05400_a3.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05500_a0.cl b/OpenCL/m05500_a0.cl index 90b7ad642..9cf6e8f1c 100644 --- a/OpenCL/m05500_a0.cl +++ b/OpenCL/m05500_a0.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05500_a1.cl b/OpenCL/m05500_a1.cl index 12d2d48da..a5aebfb85 100644 --- a/OpenCL/m05500_a1.cl +++ b/OpenCL/m05500_a1.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05500_a3.cl b/OpenCL/m05500_a3.cl index d77bb3b65..55c8e08dc 100644 --- a/OpenCL/m05500_a3.cl +++ b/OpenCL/m05500_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05600_a0.cl b/OpenCL/m05600_a0.cl index 678cca8ce..6b2d90326 100644 --- a/OpenCL/m05600_a0.cl +++ b/OpenCL/m05600_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05600_a1.cl b/OpenCL/m05600_a1.cl index 8ce3e698c..9a590596f 100644 --- a/OpenCL/m05600_a1.cl +++ b/OpenCL/m05600_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05600_a3.cl b/OpenCL/m05600_a3.cl index 90b28a5c1..bfe3f2d79 100644 --- a/OpenCL/m05600_a3.cl +++ b/OpenCL/m05600_a3.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m05800.cl b/OpenCL/m05800.cl index fda474856..644094906 100644 --- a/OpenCL/m05800.cl +++ b/OpenCL/m05800.cl @@ -5,14 +5,8 @@ #define _SHA1_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06000_a0.cl b/OpenCL/m06000_a0.cl index a9b431073..0dd1c542d 100644 --- a/OpenCL/m06000_a0.cl +++ b/OpenCL/m06000_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06000_a1.cl b/OpenCL/m06000_a1.cl index 77d832e04..4c3270a9a 100644 --- a/OpenCL/m06000_a1.cl +++ b/OpenCL/m06000_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06000_a3.cl b/OpenCL/m06000_a3.cl index c9222cdb3..12a62adff 100644 --- a/OpenCL/m06000_a3.cl +++ b/OpenCL/m06000_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06100_a0.cl b/OpenCL/m06100_a0.cl index 085f7909e..1179d9961 100644 --- a/OpenCL/m06100_a0.cl +++ b/OpenCL/m06100_a0.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06100_a1.cl b/OpenCL/m06100_a1.cl index 2280f210a..578f02e6d 100644 --- a/OpenCL/m06100_a1.cl +++ b/OpenCL/m06100_a1.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06100_a3.cl b/OpenCL/m06100_a3.cl index c26d3fb08..af2bd717c 100644 --- a/OpenCL/m06100_a3.cl +++ b/OpenCL/m06100_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06211.cl b/OpenCL/m06211.cl index f3895dab9..79b5e6453 100644 --- a/OpenCL/m06211.cl +++ b/OpenCL/m06211.cl @@ -5,14 +5,8 @@ #define _RIPEMD160_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06212.cl b/OpenCL/m06212.cl index d06cfd8f5..4dbee3bf1 100644 --- a/OpenCL/m06212.cl +++ b/OpenCL/m06212.cl @@ -5,14 +5,8 @@ #define _RIPEMD160_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06213.cl b/OpenCL/m06213.cl index 61a85c13e..847de3751 100644 --- a/OpenCL/m06213.cl +++ b/OpenCL/m06213.cl @@ -5,14 +5,8 @@ #define _RIPEMD160_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06221.cl b/OpenCL/m06221.cl index be8041f0d..dae0817ca 100644 --- a/OpenCL/m06221.cl +++ b/OpenCL/m06221.cl @@ -5,14 +5,8 @@ #define _SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06222.cl b/OpenCL/m06222.cl index 1c094964c..538d98c9d 100644 --- a/OpenCL/m06222.cl +++ b/OpenCL/m06222.cl @@ -5,14 +5,8 @@ #define _SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06223.cl b/OpenCL/m06223.cl index 3e7aa8d8e..cb321957e 100644 --- a/OpenCL/m06223.cl +++ b/OpenCL/m06223.cl @@ -5,14 +5,8 @@ #define _SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06231.cl b/OpenCL/m06231.cl index 2ead1ea9f..23479c980 100644 --- a/OpenCL/m06231.cl +++ b/OpenCL/m06231.cl @@ -7,14 +7,8 @@ #define _WHIRLPOOL_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06232.cl b/OpenCL/m06232.cl index b10280e14..6b61960ed 100644 --- a/OpenCL/m06232.cl +++ b/OpenCL/m06232.cl @@ -7,14 +7,8 @@ #define _WHIRLPOOL_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06233.cl b/OpenCL/m06233.cl index 0235544d1..9d711bf86 100644 --- a/OpenCL/m06233.cl +++ b/OpenCL/m06233.cl @@ -7,14 +7,8 @@ #define _WHIRLPOOL_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06300.cl b/OpenCL/m06300.cl index cfdba3b87..a4e3dd9c4 100644 --- a/OpenCL/m06300.cl +++ b/OpenCL/m06300.cl @@ -5,14 +5,8 @@ #define _MD5_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06400.cl b/OpenCL/m06400.cl index 8c632a5b2..2e58108d2 100644 --- a/OpenCL/m06400.cl +++ b/OpenCL/m06400.cl @@ -5,14 +5,8 @@ #define _SHA256_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06500.cl b/OpenCL/m06500.cl index bacf1a0c8..31f94f0e7 100644 --- a/OpenCL/m06500.cl +++ b/OpenCL/m06500.cl @@ -5,14 +5,8 @@ #define _SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06600.cl b/OpenCL/m06600.cl index ca2f14e93..8b13e9c69 100644 --- a/OpenCL/m06600.cl +++ b/OpenCL/m06600.cl @@ -7,14 +7,8 @@ #define _SHA1_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06700.cl b/OpenCL/m06700.cl index f8b5ff807..e43d6eb1d 100644 --- a/OpenCL/m06700.cl +++ b/OpenCL/m06700.cl @@ -5,14 +5,8 @@ #define _SHA1_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06800.cl b/OpenCL/m06800.cl index 6744d6a18..dfedd0ffa 100644 --- a/OpenCL/m06800.cl +++ b/OpenCL/m06800.cl @@ -7,14 +7,8 @@ #define _SHA256_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06900_a0.cl b/OpenCL/m06900_a0.cl index bbefaffb8..99535680d 100644 --- a/OpenCL/m06900_a0.cl +++ b/OpenCL/m06900_a0.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06900_a1.cl b/OpenCL/m06900_a1.cl index fedc7fa45..7cd4d91d2 100644 --- a/OpenCL/m06900_a1.cl +++ b/OpenCL/m06900_a1.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m06900_a3.cl b/OpenCL/m06900_a3.cl index 66f6f8216..c12be5c05 100644 --- a/OpenCL/m06900_a3.cl +++ b/OpenCL/m06900_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07100.cl b/OpenCL/m07100.cl index a455e59ea..901115f6c 100644 --- a/OpenCL/m07100.cl +++ b/OpenCL/m07100.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07300_a0.cl b/OpenCL/m07300_a0.cl index 27c7a4fbb..0d3ff0bbb 100644 --- a/OpenCL/m07300_a0.cl +++ b/OpenCL/m07300_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07300_a1.cl b/OpenCL/m07300_a1.cl index b78560c51..67c15df07 100644 --- a/OpenCL/m07300_a1.cl +++ b/OpenCL/m07300_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07300_a3.cl b/OpenCL/m07300_a3.cl index 25a0495b1..b8200b1a5 100644 --- a/OpenCL/m07300_a3.cl +++ b/OpenCL/m07300_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07400.cl b/OpenCL/m07400.cl index 3fc46001c..06fa06e50 100644 --- a/OpenCL/m07400.cl +++ b/OpenCL/m07400.cl @@ -5,14 +5,8 @@ #define _SHA256_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07500_a0.cl b/OpenCL/m07500_a0.cl index ea2e219e2..22454c7c2 100644 --- a/OpenCL/m07500_a0.cl +++ b/OpenCL/m07500_a0.cl @@ -8,14 +8,8 @@ //shared mem too small //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07500_a1.cl b/OpenCL/m07500_a1.cl index 673df0a18..b41b30cc5 100644 --- a/OpenCL/m07500_a1.cl +++ b/OpenCL/m07500_a1.cl @@ -8,14 +8,8 @@ //shared mem too small //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07500_a3.cl b/OpenCL/m07500_a3.cl index dd57cce32..781a3976a 100644 --- a/OpenCL/m07500_a3.cl +++ b/OpenCL/m07500_a3.cl @@ -10,14 +10,8 @@ //shared mem too small //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07600_a0.cl b/OpenCL/m07600_a0.cl index 15d1ed1c4..ef12facdd 100644 --- a/OpenCL/m07600_a0.cl +++ b/OpenCL/m07600_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07600_a1.cl b/OpenCL/m07600_a1.cl index b904ed41c..f23eddcf2 100644 --- a/OpenCL/m07600_a1.cl +++ b/OpenCL/m07600_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07600_a3.cl b/OpenCL/m07600_a3.cl index 717d7de1b..6e1ac1e9f 100644 --- a/OpenCL/m07600_a3.cl +++ b/OpenCL/m07600_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07700_a0.cl b/OpenCL/m07700_a0.cl index 671d02d85..e3ba6b19f 100644 --- a/OpenCL/m07700_a0.cl +++ b/OpenCL/m07700_a0.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07700_a1.cl b/OpenCL/m07700_a1.cl index bf9850923..6a27bf866 100644 --- a/OpenCL/m07700_a1.cl +++ b/OpenCL/m07700_a1.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07700_a3.cl b/OpenCL/m07700_a3.cl index 293cc496d..4f8e18cf1 100644 --- a/OpenCL/m07700_a3.cl +++ b/OpenCL/m07700_a3.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07800_a0.cl b/OpenCL/m07800_a0.cl index 308b582a2..5f68e5266 100644 --- a/OpenCL/m07800_a0.cl +++ b/OpenCL/m07800_a0.cl @@ -8,14 +8,8 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07800_a1.cl b/OpenCL/m07800_a1.cl index 4fd07eb91..cae9ffb13 100644 --- a/OpenCL/m07800_a1.cl +++ b/OpenCL/m07800_a1.cl @@ -8,14 +8,8 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07800_a3.cl b/OpenCL/m07800_a3.cl index 7d1ce5a5a..20f836189 100644 --- a/OpenCL/m07800_a3.cl +++ b/OpenCL/m07800_a3.cl @@ -8,14 +8,8 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m07900.cl b/OpenCL/m07900.cl index 49389d87a..3b5ffd17c 100644 --- a/OpenCL/m07900.cl +++ b/OpenCL/m07900.cl @@ -5,14 +5,8 @@ #define _SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08000_a0.cl b/OpenCL/m08000_a0.cl index 046b84e2f..cbe158490 100644 --- a/OpenCL/m08000_a0.cl +++ b/OpenCL/m08000_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08000_a1.cl b/OpenCL/m08000_a1.cl index 9ac3580bf..6d05aa056 100644 --- a/OpenCL/m08000_a1.cl +++ b/OpenCL/m08000_a1.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08000_a3.cl b/OpenCL/m08000_a3.cl index 01f66fbd2..3ebff3383 100644 --- a/OpenCL/m08000_a3.cl +++ b/OpenCL/m08000_a3.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08100_a0.cl b/OpenCL/m08100_a0.cl index 32c8a61e6..d1f0919f6 100644 --- a/OpenCL/m08100_a0.cl +++ b/OpenCL/m08100_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08100_a1.cl b/OpenCL/m08100_a1.cl index a7c2d8d62..767033f29 100644 --- a/OpenCL/m08100_a1.cl +++ b/OpenCL/m08100_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08100_a3.cl b/OpenCL/m08100_a3.cl index 58240d155..8567c4db2 100644 --- a/OpenCL/m08100_a3.cl +++ b/OpenCL/m08100_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08200.cl b/OpenCL/m08200.cl index cf1bd1557..6358274b4 100644 --- a/OpenCL/m08200.cl +++ b/OpenCL/m08200.cl @@ -5,14 +5,8 @@ #define _CLOUDKEY_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08300_a0.cl b/OpenCL/m08300_a0.cl index 84dfa7f9a..f48546fc0 100644 --- a/OpenCL/m08300_a0.cl +++ b/OpenCL/m08300_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08300_a1.cl b/OpenCL/m08300_a1.cl index b22986fd2..e2b040d88 100644 --- a/OpenCL/m08300_a1.cl +++ b/OpenCL/m08300_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08300_a3.cl b/OpenCL/m08300_a3.cl index b0e73e1eb..9ee3cc236 100644 --- a/OpenCL/m08300_a3.cl +++ b/OpenCL/m08300_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08400_a0.cl b/OpenCL/m08400_a0.cl index 06df81fac..f614c6507 100644 --- a/OpenCL/m08400_a0.cl +++ b/OpenCL/m08400_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08400_a1.cl b/OpenCL/m08400_a1.cl index e408c052c..568d4e5b0 100644 --- a/OpenCL/m08400_a1.cl +++ b/OpenCL/m08400_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08400_a3.cl b/OpenCL/m08400_a3.cl index ce4c9264d..9968e50fb 100644 --- a/OpenCL/m08400_a3.cl +++ b/OpenCL/m08400_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08500_a0.cl b/OpenCL/m08500_a0.cl index 6874a7ef3..b74f3725d 100644 --- a/OpenCL/m08500_a0.cl +++ b/OpenCL/m08500_a0.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08500_a1.cl b/OpenCL/m08500_a1.cl index d007a1caa..41cf5cc84 100644 --- a/OpenCL/m08500_a1.cl +++ b/OpenCL/m08500_a1.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08500_a3.cl b/OpenCL/m08500_a3.cl index 6e5058a5e..1705ac17b 100644 --- a/OpenCL/m08500_a3.cl +++ b/OpenCL/m08500_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08600_a0.cl b/OpenCL/m08600_a0.cl index 0d3a6712b..498899a0c 100644 --- a/OpenCL/m08600_a0.cl +++ b/OpenCL/m08600_a0.cl @@ -11,14 +11,8 @@ //incompatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08600_a1.cl b/OpenCL/m08600_a1.cl index 91546bba3..c9f8d3089 100644 --- a/OpenCL/m08600_a1.cl +++ b/OpenCL/m08600_a1.cl @@ -10,14 +10,8 @@ //incompatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08600_a3.cl b/OpenCL/m08600_a3.cl index c77019c91..20b9985a7 100644 --- a/OpenCL/m08600_a3.cl +++ b/OpenCL/m08600_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08700_a0.cl b/OpenCL/m08700_a0.cl index 973a79774..277ff2c6b 100644 --- a/OpenCL/m08700_a0.cl +++ b/OpenCL/m08700_a0.cl @@ -11,14 +11,8 @@ //incompatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08700_a1.cl b/OpenCL/m08700_a1.cl index c7031bd47..6c43e570e 100644 --- a/OpenCL/m08700_a1.cl +++ b/OpenCL/m08700_a1.cl @@ -10,14 +10,8 @@ //incompatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08700_a3.cl b/OpenCL/m08700_a3.cl index 9694a84c5..fc57c9db8 100644 --- a/OpenCL/m08700_a3.cl +++ b/OpenCL/m08700_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08800.cl b/OpenCL/m08800.cl index 50c5ca1ae..fc3c2b528 100644 --- a/OpenCL/m08800.cl +++ b/OpenCL/m08800.cl @@ -7,14 +7,8 @@ #define _ANDROIDFDE_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m08900.cl b/OpenCL/m08900.cl index a79c5fcaa..6b50d19a2 100644 --- a/OpenCL/m08900.cl +++ b/OpenCL/m08900.cl @@ -5,14 +5,8 @@ #define _SCRYPT_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09000.cl b/OpenCL/m09000.cl index 7b1166b3e..7bbbeb40b 100644 --- a/OpenCL/m09000.cl +++ b/OpenCL/m09000.cl @@ -5,14 +5,8 @@ #define _PSAFE2_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09100.cl b/OpenCL/m09100.cl index 0204ecd01..fd7ab1186 100644 --- a/OpenCL/m09100.cl +++ b/OpenCL/m09100.cl @@ -7,14 +7,8 @@ #define _LOTUS8_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #undef _SHA1_ diff --git a/OpenCL/m09400.cl b/OpenCL/m09400.cl index d28c6b275..f45b7c7bc 100644 --- a/OpenCL/m09400.cl +++ b/OpenCL/m09400.cl @@ -7,14 +7,8 @@ #define _OFFICE2007_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09500.cl b/OpenCL/m09500.cl index a51d1fc30..d58b5bb4d 100644 --- a/OpenCL/m09500.cl +++ b/OpenCL/m09500.cl @@ -7,14 +7,8 @@ #define _OFFICE2010_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09600.cl b/OpenCL/m09600.cl index 18acd4651..6ad34b63d 100644 --- a/OpenCL/m09600.cl +++ b/OpenCL/m09600.cl @@ -7,14 +7,8 @@ #define _OFFICE2013_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09700_a0.cl b/OpenCL/m09700_a0.cl index 0c71129eb..ca7b69158 100644 --- a/OpenCL/m09700_a0.cl +++ b/OpenCL/m09700_a0.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09700_a1.cl b/OpenCL/m09700_a1.cl index 1fcb15ed1..3eb3817e1 100644 --- a/OpenCL/m09700_a1.cl +++ b/OpenCL/m09700_a1.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09700_a3.cl b/OpenCL/m09700_a3.cl index d9a4cf9d0..e256a4038 100644 --- a/OpenCL/m09700_a3.cl +++ b/OpenCL/m09700_a3.cl @@ -7,14 +7,8 @@ #define _OLDOFFICE01_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09710_a0.cl b/OpenCL/m09710_a0.cl index 040abd5f9..927aa9b13 100644 --- a/OpenCL/m09710_a0.cl +++ b/OpenCL/m09710_a0.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09710_a1.cl b/OpenCL/m09710_a1.cl index 74e119ebb..9a92a8dd9 100644 --- a/OpenCL/m09710_a1.cl +++ b/OpenCL/m09710_a1.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09710_a3.cl b/OpenCL/m09710_a3.cl index 17b4adfb1..df182ef72 100644 --- a/OpenCL/m09710_a3.cl +++ b/OpenCL/m09710_a3.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09720_a0.cl b/OpenCL/m09720_a0.cl index 8aeb1e280..c83fe9fd8 100644 --- a/OpenCL/m09720_a0.cl +++ b/OpenCL/m09720_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09720_a1.cl b/OpenCL/m09720_a1.cl index b0c6bba06..b7532fd27 100644 --- a/OpenCL/m09720_a1.cl +++ b/OpenCL/m09720_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09720_a3.cl b/OpenCL/m09720_a3.cl index 66b5ccd64..dd5fd5154 100644 --- a/OpenCL/m09720_a3.cl +++ b/OpenCL/m09720_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09800_a0.cl b/OpenCL/m09800_a0.cl index 2267b1a30..fd0d5ba23 100644 --- a/OpenCL/m09800_a0.cl +++ b/OpenCL/m09800_a0.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09800_a1.cl b/OpenCL/m09800_a1.cl index 48cc9097e..bfb53b669 100644 --- a/OpenCL/m09800_a1.cl +++ b/OpenCL/m09800_a1.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09800_a3.cl b/OpenCL/m09800_a3.cl index eaf1fa819..4a0423146 100644 --- a/OpenCL/m09800_a3.cl +++ b/OpenCL/m09800_a3.cl @@ -7,14 +7,8 @@ #define _OLDOFFICE34_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09810_a0.cl b/OpenCL/m09810_a0.cl index b27ee74bf..6cbdac410 100644 --- a/OpenCL/m09810_a0.cl +++ b/OpenCL/m09810_a0.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09810_a1.cl b/OpenCL/m09810_a1.cl index bf1ae525b..e3d2e8db3 100644 --- a/OpenCL/m09810_a1.cl +++ b/OpenCL/m09810_a1.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09810_a3.cl b/OpenCL/m09810_a3.cl index 56cf7c728..8cf94736e 100644 --- a/OpenCL/m09810_a3.cl +++ b/OpenCL/m09810_a3.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09820_a0.cl b/OpenCL/m09820_a0.cl index 89dda1a1f..207b0c2c0 100644 --- a/OpenCL/m09820_a0.cl +++ b/OpenCL/m09820_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09820_a1.cl b/OpenCL/m09820_a1.cl index b8075b340..532a84752 100644 --- a/OpenCL/m09820_a1.cl +++ b/OpenCL/m09820_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09820_a3.cl b/OpenCL/m09820_a3.cl index 0b9fc5787..47ccc8403 100644 --- a/OpenCL/m09820_a3.cl +++ b/OpenCL/m09820_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09900_a0.cl b/OpenCL/m09900_a0.cl index fddcef8b9..e9a36c4a2 100644 --- a/OpenCL/m09900_a0.cl +++ b/OpenCL/m09900_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09900_a1.cl b/OpenCL/m09900_a1.cl index 0e63e5552..799509c19 100644 --- a/OpenCL/m09900_a1.cl +++ b/OpenCL/m09900_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m09900_a3.cl b/OpenCL/m09900_a3.cl index 30bae9b5a..5dac9c4e4 100644 --- a/OpenCL/m09900_a3.cl +++ b/OpenCL/m09900_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10100_a0.cl b/OpenCL/m10100_a0.cl index ad82fb400..40b26b08c 100644 --- a/OpenCL/m10100_a0.cl +++ b/OpenCL/m10100_a0.cl @@ -8,14 +8,8 @@ //incompatible to simd //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10100_a1.cl b/OpenCL/m10100_a1.cl index b797008ad..beb6141e8 100644 --- a/OpenCL/m10100_a1.cl +++ b/OpenCL/m10100_a1.cl @@ -8,14 +8,8 @@ //incompatible to simd //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10100_a3.cl b/OpenCL/m10100_a3.cl index ded29d3ad..e7916dbc3 100644 --- a/OpenCL/m10100_a3.cl +++ b/OpenCL/m10100_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10300.cl b/OpenCL/m10300.cl index 2dc8a994b..a940fba4e 100644 --- a/OpenCL/m10300.cl +++ b/OpenCL/m10300.cl @@ -5,14 +5,8 @@ #define _SHA1_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10400_a0.cl b/OpenCL/m10400_a0.cl index 9094a962a..9e764a9f0 100644 --- a/OpenCL/m10400_a0.cl +++ b/OpenCL/m10400_a0.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10400_a1.cl b/OpenCL/m10400_a1.cl index df58488e1..140bdce78 100644 --- a/OpenCL/m10400_a1.cl +++ b/OpenCL/m10400_a1.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10400_a3.cl b/OpenCL/m10400_a3.cl index b26f455fc..ad17652a6 100644 --- a/OpenCL/m10400_a3.cl +++ b/OpenCL/m10400_a3.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10410_a0.cl b/OpenCL/m10410_a0.cl index 51b1d7408..3a0f4399c 100644 --- a/OpenCL/m10410_a0.cl +++ b/OpenCL/m10410_a0.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10410_a1.cl b/OpenCL/m10410_a1.cl index c5933efd1..3c7c91b92 100644 --- a/OpenCL/m10410_a1.cl +++ b/OpenCL/m10410_a1.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10410_a3.cl b/OpenCL/m10410_a3.cl index b56c6789a..d57e215e2 100644 --- a/OpenCL/m10410_a3.cl +++ b/OpenCL/m10410_a3.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10420_a0.cl b/OpenCL/m10420_a0.cl index f9d295b8a..dc9f8a039 100644 --- a/OpenCL/m10420_a0.cl +++ b/OpenCL/m10420_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10420_a1.cl b/OpenCL/m10420_a1.cl index 9126e2ce9..2d4d3887a 100644 --- a/OpenCL/m10420_a1.cl +++ b/OpenCL/m10420_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10420_a3.cl b/OpenCL/m10420_a3.cl index a7abb23e7..a5ccf8232 100644 --- a/OpenCL/m10420_a3.cl +++ b/OpenCL/m10420_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10500.cl b/OpenCL/m10500.cl index 721bfc557..314274187 100644 --- a/OpenCL/m10500.cl +++ b/OpenCL/m10500.cl @@ -5,14 +5,8 @@ #define _MD5_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10700.cl b/OpenCL/m10700.cl index e0a7389e6..0853af2e5 100644 --- a/OpenCL/m10700.cl +++ b/OpenCL/m10700.cl @@ -7,14 +7,8 @@ #define _PDF17L8_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10800_a0.cl b/OpenCL/m10800_a0.cl index c7de147a4..f32f93483 100644 --- a/OpenCL/m10800_a0.cl +++ b/OpenCL/m10800_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 6 -#define DGST_R1 7 -#define DGST_R2 4 -#define DGST_R3 5 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10800_a1.cl b/OpenCL/m10800_a1.cl index a3897b783..4e07e5ca4 100644 --- a/OpenCL/m10800_a1.cl +++ b/OpenCL/m10800_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 6 -#define DGST_R1 7 -#define DGST_R2 4 -#define DGST_R3 5 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10800_a3.cl b/OpenCL/m10800_a3.cl index fae6a72b9..e6bdf190b 100644 --- a/OpenCL/m10800_a3.cl +++ b/OpenCL/m10800_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 6 -#define DGST_R1 7 -#define DGST_R2 4 -#define DGST_R3 5 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m10900.cl b/OpenCL/m10900.cl index 275b049b1..e44797b0b 100644 --- a/OpenCL/m10900.cl +++ b/OpenCL/m10900.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11000_a0.cl b/OpenCL/m11000_a0.cl index 2b5970d80..78140a38f 100644 --- a/OpenCL/m11000_a0.cl +++ b/OpenCL/m11000_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11000_a1.cl b/OpenCL/m11000_a1.cl index 808914e37..7449d6da6 100644 --- a/OpenCL/m11000_a1.cl +++ b/OpenCL/m11000_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11000_a3.cl b/OpenCL/m11000_a3.cl index 569d14911..1962123f9 100644 --- a/OpenCL/m11000_a3.cl +++ b/OpenCL/m11000_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11100_a0.cl b/OpenCL/m11100_a0.cl index ec1f0fc66..dec18c03d 100644 --- a/OpenCL/m11100_a0.cl +++ b/OpenCL/m11100_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11100_a1.cl b/OpenCL/m11100_a1.cl index 50ec905b5..53f86d4c4 100644 --- a/OpenCL/m11100_a1.cl +++ b/OpenCL/m11100_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11100_a3.cl b/OpenCL/m11100_a3.cl index a5d860cce..a267e4845 100644 --- a/OpenCL/m11100_a3.cl +++ b/OpenCL/m11100_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11200_a0.cl b/OpenCL/m11200_a0.cl index f63ec3ba3..3d4b4772b 100644 --- a/OpenCL/m11200_a0.cl +++ b/OpenCL/m11200_a0.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11200_a1.cl b/OpenCL/m11200_a1.cl index 0790a4653..5d1613c0f 100644 --- a/OpenCL/m11200_a1.cl +++ b/OpenCL/m11200_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11200_a3.cl b/OpenCL/m11200_a3.cl index 4d1ecfbc7..d40db29ed 100644 --- a/OpenCL/m11200_a3.cl +++ b/OpenCL/m11200_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11300.cl b/OpenCL/m11300.cl index df9fdd574..8aa53cab9 100644 --- a/OpenCL/m11300.cl +++ b/OpenCL/m11300.cl @@ -7,14 +7,8 @@ #define _SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11400_a0.cl b/OpenCL/m11400_a0.cl index 2d3981be1..6611370b2 100644 --- a/OpenCL/m11400_a0.cl +++ b/OpenCL/m11400_a0.cl @@ -10,14 +10,8 @@ //incompatible because of brances //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11400_a1.cl b/OpenCL/m11400_a1.cl index c15333df5..8b78dbe16 100644 --- a/OpenCL/m11400_a1.cl +++ b/OpenCL/m11400_a1.cl @@ -8,14 +8,8 @@ //incompatible because of brances //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11400_a3.cl b/OpenCL/m11400_a3.cl index 4caa348bf..d3441b817 100644 --- a/OpenCL/m11400_a3.cl +++ b/OpenCL/m11400_a3.cl @@ -11,14 +11,8 @@ //incompatible because of brances //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 3 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11500_a0.cl b/OpenCL/m11500_a0.cl index 088881eb5..02b0bd0ae 100644 --- a/OpenCL/m11500_a0.cl +++ b/OpenCL/m11500_a0.cl @@ -10,14 +10,8 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11500_a1.cl b/OpenCL/m11500_a1.cl index 6d3bb7f21..b6275277d 100644 --- a/OpenCL/m11500_a1.cl +++ b/OpenCL/m11500_a1.cl @@ -8,14 +8,8 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11500_a3.cl b/OpenCL/m11500_a3.cl index 4af75ed5d..230f101c9 100644 --- a/OpenCL/m11500_a3.cl +++ b/OpenCL/m11500_a3.cl @@ -10,14 +10,8 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11600.cl b/OpenCL/m11600.cl index 00ae01363..4106b7707 100644 --- a/OpenCL/m11600.cl +++ b/OpenCL/m11600.cl @@ -7,14 +7,8 @@ #define _SEVEN_ZIP_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11700_a0.cl b/OpenCL/m11700_a0.cl index db98b1498..5e3e4f877 100644 --- a/OpenCL/m11700_a0.cl +++ b/OpenCL/m11700_a0.cl @@ -11,14 +11,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11700_a1.cl b/OpenCL/m11700_a1.cl index e0320dd97..bb750d624 100644 --- a/OpenCL/m11700_a1.cl +++ b/OpenCL/m11700_a1.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11700_a3.cl b/OpenCL/m11700_a3.cl index a62ad73ae..e8dd7dba4 100644 --- a/OpenCL/m11700_a3.cl +++ b/OpenCL/m11700_a3.cl @@ -11,14 +11,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11800_a0.cl b/OpenCL/m11800_a0.cl index 87e63b5bd..522f6fbd4 100644 --- a/OpenCL/m11800_a0.cl +++ b/OpenCL/m11800_a0.cl @@ -11,14 +11,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11800_a1.cl b/OpenCL/m11800_a1.cl index 0cd6cf876..0ccef4f54 100644 --- a/OpenCL/m11800_a1.cl +++ b/OpenCL/m11800_a1.cl @@ -10,14 +10,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11800_a3.cl b/OpenCL/m11800_a3.cl index 5dd6c991e..dd3e7d47d 100644 --- a/OpenCL/m11800_a3.cl +++ b/OpenCL/m11800_a3.cl @@ -11,14 +11,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m11900.cl b/OpenCL/m11900.cl index ffa0f6c5c..daafdb4fc 100644 --- a/OpenCL/m11900.cl +++ b/OpenCL/m11900.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12000.cl b/OpenCL/m12000.cl index 0619bcdb9..e39bd2f42 100644 --- a/OpenCL/m12000.cl +++ b/OpenCL/m12000.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12200.cl b/OpenCL/m12200.cl index 13af738a9..b9c5b1921 100644 --- a/OpenCL/m12200.cl +++ b/OpenCL/m12200.cl @@ -5,14 +5,8 @@ #define _SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12300.cl b/OpenCL/m12300.cl index a66e086c1..36936de60 100644 --- a/OpenCL/m12300.cl +++ b/OpenCL/m12300.cl @@ -5,14 +5,8 @@ #define _PBKDF2_SHA512_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12400.cl b/OpenCL/m12400.cl index d32f9b08c..4dac260fe 100644 --- a/OpenCL/m12400.cl +++ b/OpenCL/m12400.cl @@ -7,14 +7,8 @@ #define _DES_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12500.cl b/OpenCL/m12500.cl index 403acd38a..2f00e56e2 100644 --- a/OpenCL/m12500.cl +++ b/OpenCL/m12500.cl @@ -7,14 +7,8 @@ #define _RAR3_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" diff --git a/OpenCL/m12600_a0.cl b/OpenCL/m12600_a0.cl index a6368f487..406bcb787 100644 --- a/OpenCL/m12600_a0.cl +++ b/OpenCL/m12600_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12600_a1.cl b/OpenCL/m12600_a1.cl index 14f9018f6..ed739ae84 100644 --- a/OpenCL/m12600_a1.cl +++ b/OpenCL/m12600_a1.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12600_a3.cl b/OpenCL/m12600_a3.cl index dd6c899ed..f8e11aeca 100644 --- a/OpenCL/m12600_a3.cl +++ b/OpenCL/m12600_a3.cl @@ -10,14 +10,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12700.cl b/OpenCL/m12700.cl index 417597961..96aad5d6e 100644 --- a/OpenCL/m12700.cl +++ b/OpenCL/m12700.cl @@ -7,14 +7,8 @@ #define _SHA1_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m12800.cl b/OpenCL/m12800.cl index d138fc7fe..89d74e410 100644 --- a/OpenCL/m12800.cl +++ b/OpenCL/m12800.cl @@ -5,14 +5,8 @@ #define _MS_DRSR_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" diff --git a/OpenCL/m12900.cl b/OpenCL/m12900.cl index 589c170b1..fa187d998 100644 --- a/OpenCL/m12900.cl +++ b/OpenCL/m12900.cl @@ -5,14 +5,8 @@ #define _ANDROIDFDE_SAMSUNG_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" diff --git a/OpenCL/m13000.cl b/OpenCL/m13000.cl index c07d8da6c..77474a125 100644 --- a/OpenCL/m13000.cl +++ b/OpenCL/m13000.cl @@ -5,14 +5,8 @@ #define _RAR5_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" diff --git a/OpenCL/m13100_a0.cl b/OpenCL/m13100_a0.cl index 3544eaaf7..39bafb80f 100644 --- a/OpenCL/m13100_a0.cl +++ b/OpenCL/m13100_a0.cl @@ -11,14 +11,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13100_a1.cl b/OpenCL/m13100_a1.cl index 2aba9d225..50849d90f 100644 --- a/OpenCL/m13100_a1.cl +++ b/OpenCL/m13100_a1.cl @@ -11,14 +11,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13100_a3.cl b/OpenCL/m13100_a3.cl index 6113ae13e..81ef740a2 100644 --- a/OpenCL/m13100_a3.cl +++ b/OpenCL/m13100_a3.cl @@ -11,14 +11,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13200.cl b/OpenCL/m13200.cl index a84810d9d..4036921b8 100644 --- a/OpenCL/m13200.cl +++ b/OpenCL/m13200.cl @@ -7,14 +7,8 @@ #define _AXCRYPT_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13300_a0.cl b/OpenCL/m13300_a0.cl index bd45d38cf..a1631288d 100644 --- a/OpenCL/m13300_a0.cl +++ b/OpenCL/m13300_a0.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 4 -#define DGST_R2 3 -#define DGST_R3 2 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13300_a1.cl b/OpenCL/m13300_a1.cl index 8f1ec30a2..677c5c507 100644 --- a/OpenCL/m13300_a1.cl +++ b/OpenCL/m13300_a1.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 4 -#define DGST_R2 3 -#define DGST_R3 2 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13300_a3.cl b/OpenCL/m13300_a3.cl index 7109f7b51..cc235698f 100644 --- a/OpenCL/m13300_a3.cl +++ b/OpenCL/m13300_a3.cl @@ -9,14 +9,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 4 -#define DGST_R2 3 -#define DGST_R3 2 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13400.cl b/OpenCL/m13400.cl index 6079f550a..fb1373146 100644 --- a/OpenCL/m13400.cl +++ b/OpenCL/m13400.cl @@ -7,14 +7,8 @@ #define _KEEPASS_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13500_a0.cl b/OpenCL/m13500_a0.cl index 933921219..d7995dabd 100644 --- a/OpenCL/m13500_a0.cl +++ b/OpenCL/m13500_a0.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13500_a1.cl b/OpenCL/m13500_a1.cl index b07279b43..2615d9107 100644 --- a/OpenCL/m13500_a1.cl +++ b/OpenCL/m13500_a1.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13500_a3.cl b/OpenCL/m13500_a3.cl index 28d7427b1..7f3b3c735 100644 --- a/OpenCL/m13500_a3.cl +++ b/OpenCL/m13500_a3.cl @@ -8,14 +8,8 @@ //too much register pressure //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 4 -#define DGST_R2 2 -#define DGST_R3 1 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13600.cl b/OpenCL/m13600.cl index 5cd9c6df9..e68eec5da 100644 --- a/OpenCL/m13600.cl +++ b/OpenCL/m13600.cl @@ -5,14 +5,8 @@ #define _ZIP2_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" diff --git a/OpenCL/m13751.cl b/OpenCL/m13751.cl index f375323c5..e498be688 100644 --- a/OpenCL/m13751.cl +++ b/OpenCL/m13751.cl @@ -5,14 +5,8 @@ #define _SHA256_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13752.cl b/OpenCL/m13752.cl index 2f7a9a5b7..069e83c4c 100644 --- a/OpenCL/m13752.cl +++ b/OpenCL/m13752.cl @@ -5,14 +5,8 @@ #define _SHA256_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13753.cl b/OpenCL/m13753.cl index 489901c00..6164ad241 100644 --- a/OpenCL/m13753.cl +++ b/OpenCL/m13753.cl @@ -5,14 +5,8 @@ #define _SHA256_ -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 0 -#define DGST_R1 1 -#define DGST_R2 2 -#define DGST_R3 3 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13800_a0.cl b/OpenCL/m13800_a0.cl index 2ae3c92c5..a4d111b95 100644 --- a/OpenCL/m13800_a0.cl +++ b/OpenCL/m13800_a0.cl @@ -8,14 +8,8 @@ //not compatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13800_a1.cl b/OpenCL/m13800_a1.cl index e8d763e30..dfe750706 100644 --- a/OpenCL/m13800_a1.cl +++ b/OpenCL/m13800_a1.cl @@ -8,14 +8,8 @@ //not compatible //#define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/OpenCL/m13800_a3.cl b/OpenCL/m13800_a3.cl index b87c7926d..1e354e034 100644 --- a/OpenCL/m13800_a3.cl +++ b/OpenCL/m13800_a3.cl @@ -7,14 +7,8 @@ #define NEW_SIMD_CODE -#include "inc_hash_constants.h" #include "inc_vendor.cl" - -#define DGST_R0 3 -#define DGST_R1 7 -#define DGST_R2 2 -#define DGST_R3 6 - +#include "inc_hash_constants.h" #include "inc_hash_functions.cl" #include "inc_types.cl" #include "inc_common.cl" diff --git a/src/hashcat.c b/src/hashcat.c index 1e9b56644..202bd7316 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -15462,7 +15462,7 @@ int main (int argc, char **argv) char build_opts_new[1024] = { 0 }; - snprintf (build_opts_new, sizeof (build_opts_new) - 1, "%s -D VENDOR_ID=%u -D CUDA_ARCH=%d -D VECT_SIZE=%u -D DEVICE_TYPE=%u -D KERN_TYPE=%u -D _unroll -cl-std=CL1.1", build_opts, device_param->device_vendor_id, (device_param->sm_major * 100) + device_param->sm_minor, device_param->vector_width, (u32) device_param->device_type, kern_type); + snprintf (build_opts_new, sizeof (build_opts_new) - 1, "%s -D VENDOR_ID=%u -D CUDA_ARCH=%d -D VECT_SIZE=%u -D DEVICE_TYPE=%u -D DGST_R0=%u -D DGST_R1=%u -D DGST_R2=%u -D DGST_R3=%u -D DGST_ELEM=%u -D KERN_TYPE=%u -D _unroll -cl-std=CL1.1", build_opts, device_param->device_vendor_id, (device_param->sm_major * 100) + device_param->sm_minor, device_param->vector_width, (u32) device_param->device_type, data.dgst_pos0, data.dgst_pos1, data.dgst_pos2, data.dgst_pos3, data.dgst_size / 4, kern_type); strncpy (build_opts, build_opts_new, sizeof (build_opts));