diff --git a/OpenCL/amp_a0.cl b/OpenCL/amp_a0.cl index 4559804d3..f39750c54 100644 --- a/OpenCL/amp_a0.cl +++ b/OpenCL/amp_a0.cl @@ -3,17 +3,14 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_amp.h) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_amp.h) #endif KERNEL_FQ void amp (KERN_ATTR_AMP) diff --git a/OpenCL/amp_a1.cl b/OpenCL/amp_a1.cl index a8911e8ca..99d91c168 100644 --- a/OpenCL/amp_a1.cl +++ b/OpenCL/amp_a1.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_amp.h) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_amp.h) #endif KERNEL_FQ void amp (KERN_ATTR_AMP) diff --git a/OpenCL/amp_a3.cl b/OpenCL/amp_a3.cl index 287dbb35b..abdb3f7a6 100644 --- a/OpenCL/amp_a3.cl +++ b/OpenCL/amp_a3.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_amp.h) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_amp.h) #endif KERNEL_FQ void amp (KERN_ATTR_AMP) diff --git a/OpenCL/m00000_a0-optimized.cl b/OpenCL/m00000_a0-optimized.cl index 710b9ae33..366f74bfa 100644 --- a/OpenCL/m00000_a0-optimized.cl +++ b/OpenCL/m00000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00000_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00000_a0-pure.cl b/OpenCL/m00000_a0-pure.cl index 48853ef08..0dafc0653 100644 --- a/OpenCL/m00000_a0-pure.cl +++ b/OpenCL/m00000_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00000_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00000_a1-optimized.cl b/OpenCL/m00000_a1-optimized.cl index a9d0c31f7..17cf06a79 100644 --- a/OpenCL/m00000_a1-optimized.cl +++ b/OpenCL/m00000_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00000_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00000_a1-pure.cl b/OpenCL/m00000_a1-pure.cl index 73b7d4119..9d7dfded8 100644 --- a/OpenCL/m00000_a1-pure.cl +++ b/OpenCL/m00000_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00000_a3-optimized.cl b/OpenCL/m00000_a3-optimized.cl index 886ca9cd5..bbe35c2c5 100644 --- a/OpenCL/m00000_a3-optimized.cl +++ b/OpenCL/m00000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define MD5_STEP_REV(f,a,b,c,d,x,t,s) \ diff --git a/OpenCL/m00000_a3-pure.cl b/OpenCL/m00000_a3-pure.cl index 59e3a8263..aae28aa7f 100644 --- a/OpenCL/m00000_a3-pure.cl +++ b/OpenCL/m00000_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00000_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00010_a0-optimized.cl b/OpenCL/m00010_a0-optimized.cl index 78fce4883..30c3311e1 100644 --- a/OpenCL/m00010_a0-optimized.cl +++ b/OpenCL/m00010_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00010_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00010_a0-pure.cl b/OpenCL/m00010_a0-pure.cl index 9691a1e7b..cbbcd203e 100644 --- a/OpenCL/m00010_a0-pure.cl +++ b/OpenCL/m00010_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00010_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00010_a1-optimized.cl b/OpenCL/m00010_a1-optimized.cl index 198e30d86..c707d50ce 100644 --- a/OpenCL/m00010_a1-optimized.cl +++ b/OpenCL/m00010_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00010_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00010_a1-pure.cl b/OpenCL/m00010_a1-pure.cl index 1cd821183..0fdf5de48 100644 --- a/OpenCL/m00010_a1-pure.cl +++ b/OpenCL/m00010_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00010_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00010_a3-optimized.cl b/OpenCL/m00010_a3-optimized.cl index 561c3b702..84ddc589c 100644 --- a/OpenCL/m00010_a3-optimized.cl +++ b/OpenCL/m00010_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define MD5_STEP_REV(f,a,b,c,d,x,t,s) \ diff --git a/OpenCL/m00010_a3-pure.cl b/OpenCL/m00010_a3-pure.cl index 4f71deb09..fdc18f513 100644 --- a/OpenCL/m00010_a3-pure.cl +++ b/OpenCL/m00010_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00010_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00020_a0-optimized.cl b/OpenCL/m00020_a0-optimized.cl index 8db5a916a..6bf430fba 100644 --- a/OpenCL/m00020_a0-optimized.cl +++ b/OpenCL/m00020_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00020_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00020_a0-pure.cl b/OpenCL/m00020_a0-pure.cl index b263188e5..c0721a27b 100644 --- a/OpenCL/m00020_a0-pure.cl +++ b/OpenCL/m00020_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00020_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00020_a1-optimized.cl b/OpenCL/m00020_a1-optimized.cl index 4f7ebbce3..64ca7e34c 100644 --- a/OpenCL/m00020_a1-optimized.cl +++ b/OpenCL/m00020_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00020_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00020_a1-pure.cl b/OpenCL/m00020_a1-pure.cl index 4d3a8192c..accb063cb 100644 --- a/OpenCL/m00020_a1-pure.cl +++ b/OpenCL/m00020_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00020_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00020_a3-optimized.cl b/OpenCL/m00020_a3-optimized.cl index 10f7e221c..adb7076f4 100644 --- a/OpenCL/m00020_a3-optimized.cl +++ b/OpenCL/m00020_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m00020m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m00020_a3-pure.cl b/OpenCL/m00020_a3-pure.cl index e11d9b17f..db1bb450c 100644 --- a/OpenCL/m00020_a3-pure.cl +++ b/OpenCL/m00020_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00020_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00030_a0-optimized.cl b/OpenCL/m00030_a0-optimized.cl index b1990f504..10f0e1c4e 100644 --- a/OpenCL/m00030_a0-optimized.cl +++ b/OpenCL/m00030_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00030_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00030_a0-pure.cl b/OpenCL/m00030_a0-pure.cl index c45df357e..faee2c23b 100644 --- a/OpenCL/m00030_a0-pure.cl +++ b/OpenCL/m00030_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00030_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00030_a1-optimized.cl b/OpenCL/m00030_a1-optimized.cl index 63468f9df..1d84bc0e7 100644 --- a/OpenCL/m00030_a1-optimized.cl +++ b/OpenCL/m00030_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00030_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00030_a1-pure.cl b/OpenCL/m00030_a1-pure.cl index be1d74f60..7ecbe7a95 100644 --- a/OpenCL/m00030_a1-pure.cl +++ b/OpenCL/m00030_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00030_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00030_a3-optimized.cl b/OpenCL/m00030_a3-optimized.cl index 87353b952..fe11425bb 100644 --- a/OpenCL/m00030_a3-optimized.cl +++ b/OpenCL/m00030_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define MD5_STEP_REV(f,a,b,c,d,x,t,s) \ diff --git a/OpenCL/m00030_a3-pure.cl b/OpenCL/m00030_a3-pure.cl index fe63125ff..8648f1a0b 100644 --- a/OpenCL/m00030_a3-pure.cl +++ b/OpenCL/m00030_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00030_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00040_a0-optimized.cl b/OpenCL/m00040_a0-optimized.cl index f75844d09..1282eba47 100644 --- a/OpenCL/m00040_a0-optimized.cl +++ b/OpenCL/m00040_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00040_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00040_a0-pure.cl b/OpenCL/m00040_a0-pure.cl index 123694430..66d556c43 100644 --- a/OpenCL/m00040_a0-pure.cl +++ b/OpenCL/m00040_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00040_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00040_a1-optimized.cl b/OpenCL/m00040_a1-optimized.cl index 9a0d821a7..6e29d87cd 100644 --- a/OpenCL/m00040_a1-optimized.cl +++ b/OpenCL/m00040_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00040_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00040_a1-pure.cl b/OpenCL/m00040_a1-pure.cl index 73232ffa8..488b183eb 100644 --- a/OpenCL/m00040_a1-pure.cl +++ b/OpenCL/m00040_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00040_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00040_a3-optimized.cl b/OpenCL/m00040_a3-optimized.cl index b57856613..cf87f67d3 100644 --- a/OpenCL/m00040_a3-optimized.cl +++ b/OpenCL/m00040_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m00040m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m00040_a3-pure.cl b/OpenCL/m00040_a3-pure.cl index 2392f2389..f3734deaf 100644 --- a/OpenCL/m00040_a3-pure.cl +++ b/OpenCL/m00040_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00040_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00050_a0-optimized.cl b/OpenCL/m00050_a0-optimized.cl index 3cb7d8cad..398e4d90a 100644 --- a/OpenCL/m00050_a0-optimized.cl +++ b/OpenCL/m00050_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void hmac_md5_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00050_a0-pure.cl b/OpenCL/m00050_a0-pure.cl index c01524ca0..2a5d3f089 100644 --- a/OpenCL/m00050_a0-pure.cl +++ b/OpenCL/m00050_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00050_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00050_a1-optimized.cl b/OpenCL/m00050_a1-optimized.cl index ee8bd8ef4..1067f8cc1 100644 --- a/OpenCL/m00050_a1-optimized.cl +++ b/OpenCL/m00050_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void hmac_md5_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00050_a1-pure.cl b/OpenCL/m00050_a1-pure.cl index f38d1d4e9..9de09b4bd 100644 --- a/OpenCL/m00050_a1-pure.cl +++ b/OpenCL/m00050_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00050_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00050_a3-optimized.cl b/OpenCL/m00050_a3-optimized.cl index 374642fae..0ea68753c 100644 --- a/OpenCL/m00050_a3-optimized.cl +++ b/OpenCL/m00050_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void hmac_md5_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00050_a3-pure.cl b/OpenCL/m00050_a3-pure.cl index 1b2f0ca86..9b118a8b5 100644 --- a/OpenCL/m00050_a3-pure.cl +++ b/OpenCL/m00050_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00050_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00060_a0-optimized.cl b/OpenCL/m00060_a0-optimized.cl index c4730d55c..578bb7297 100644 --- a/OpenCL/m00060_a0-optimized.cl +++ b/OpenCL/m00060_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void hmac_md5_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00060_a0-pure.cl b/OpenCL/m00060_a0-pure.cl index a7363355d..ddfe80a7a 100644 --- a/OpenCL/m00060_a0-pure.cl +++ b/OpenCL/m00060_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00060_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00060_a1-optimized.cl b/OpenCL/m00060_a1-optimized.cl index 45ac31263..8d41540d1 100644 --- a/OpenCL/m00060_a1-optimized.cl +++ b/OpenCL/m00060_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void hmac_md5_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00060_a1-pure.cl b/OpenCL/m00060_a1-pure.cl index d3eec6a44..2341e99a9 100644 --- a/OpenCL/m00060_a1-pure.cl +++ b/OpenCL/m00060_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00060_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00060_a3-optimized.cl b/OpenCL/m00060_a3-optimized.cl index 8257fe225..e829b6eb9 100644 --- a/OpenCL/m00060_a3-optimized.cl +++ b/OpenCL/m00060_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void hmac_md5_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00060_a3-pure.cl b/OpenCL/m00060_a3-pure.cl index d0ec54f96..9e9f7aa8b 100644 --- a/OpenCL/m00060_a3-pure.cl +++ b/OpenCL/m00060_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00060_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00070_a0-optimized.cl b/OpenCL/m00070_a0-optimized.cl index e3ebf0345..d866de9ec 100644 --- a/OpenCL/m00070_a0-optimized.cl +++ b/OpenCL/m00070_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00070_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00070_a0-pure.cl b/OpenCL/m00070_a0-pure.cl index a6f582024..0a0c2e6de 100644 --- a/OpenCL/m00070_a0-pure.cl +++ b/OpenCL/m00070_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00070_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00070_a1-optimized.cl b/OpenCL/m00070_a1-optimized.cl index c24ca9b3b..4376a0f12 100644 --- a/OpenCL/m00070_a1-optimized.cl +++ b/OpenCL/m00070_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00070_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00070_a1-pure.cl b/OpenCL/m00070_a1-pure.cl index 56b4be5c8..f35be6a39 100644 --- a/OpenCL/m00070_a1-pure.cl +++ b/OpenCL/m00070_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00070_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00070_a3-optimized.cl b/OpenCL/m00070_a3-optimized.cl index 99d703333..95cf2ac2b 100644 --- a/OpenCL/m00070_a3-optimized.cl +++ b/OpenCL/m00070_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define MD5_STEP_REV(f,a,b,c,d,x,t,s) \ diff --git a/OpenCL/m00070_a3-pure.cl b/OpenCL/m00070_a3-pure.cl index 6dd25068c..43e685419 100644 --- a/OpenCL/m00070_a3-pure.cl +++ b/OpenCL/m00070_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m00070_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00100_a0-optimized.cl b/OpenCL/m00100_a0-optimized.cl index f401ac9a3..26d1c1753 100644 --- a/OpenCL/m00100_a0-optimized.cl +++ b/OpenCL/m00100_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00100_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00100_a0-pure.cl b/OpenCL/m00100_a0-pure.cl index 724e32575..5142cedb3 100644 --- a/OpenCL/m00100_a0-pure.cl +++ b/OpenCL/m00100_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00100_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00100_a1-optimized.cl b/OpenCL/m00100_a1-optimized.cl index 99e475c3e..4b33bbb0b 100644 --- a/OpenCL/m00100_a1-optimized.cl +++ b/OpenCL/m00100_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00100_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00100_a1-pure.cl b/OpenCL/m00100_a1-pure.cl index 2ed648fc5..9007a7f9c 100644 --- a/OpenCL/m00100_a1-pure.cl +++ b/OpenCL/m00100_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00100_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00100_a3-optimized.cl b/OpenCL/m00100_a3-optimized.cl index 6b8e48435..ceb01ef4f 100644 --- a/OpenCL/m00100_a3-optimized.cl +++ b/OpenCL/m00100_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m00100m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m00100_a3-pure.cl b/OpenCL/m00100_a3-pure.cl index 690844ff1..06695068d 100644 --- a/OpenCL/m00100_a3-pure.cl +++ b/OpenCL/m00100_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00100_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00110_a0-optimized.cl b/OpenCL/m00110_a0-optimized.cl index 8c658ee9f..7289495de 100644 --- a/OpenCL/m00110_a0-optimized.cl +++ b/OpenCL/m00110_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00110_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00110_a0-pure.cl b/OpenCL/m00110_a0-pure.cl index d87c5a363..8f5ef2a0e 100644 --- a/OpenCL/m00110_a0-pure.cl +++ b/OpenCL/m00110_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00110_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00110_a1-optimized.cl b/OpenCL/m00110_a1-optimized.cl index d9070d8ca..2591c95d2 100644 --- a/OpenCL/m00110_a1-optimized.cl +++ b/OpenCL/m00110_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00110_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00110_a1-pure.cl b/OpenCL/m00110_a1-pure.cl index d4189fafe..24b42d999 100644 --- a/OpenCL/m00110_a1-pure.cl +++ b/OpenCL/m00110_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00110_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00110_a3-optimized.cl b/OpenCL/m00110_a3-optimized.cl index 212628b0c..d989e422a 100644 --- a/OpenCL/m00110_a3-optimized.cl +++ b/OpenCL/m00110_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m00110m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m00110_a3-pure.cl b/OpenCL/m00110_a3-pure.cl index a06413071..6be13eeb2 100644 --- a/OpenCL/m00110_a3-pure.cl +++ b/OpenCL/m00110_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00110_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00120_a0-optimized.cl b/OpenCL/m00120_a0-optimized.cl index 00f7487ad..86e3df072 100644 --- a/OpenCL/m00120_a0-optimized.cl +++ b/OpenCL/m00120_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00120_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00120_a0-pure.cl b/OpenCL/m00120_a0-pure.cl index a78959217..e1b9b1e67 100644 --- a/OpenCL/m00120_a0-pure.cl +++ b/OpenCL/m00120_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00120_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00120_a1-optimized.cl b/OpenCL/m00120_a1-optimized.cl index 73e4f9d77..528b4427b 100644 --- a/OpenCL/m00120_a1-optimized.cl +++ b/OpenCL/m00120_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00120_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00120_a1-pure.cl b/OpenCL/m00120_a1-pure.cl index 962bb36d4..de06c0a45 100644 --- a/OpenCL/m00120_a1-pure.cl +++ b/OpenCL/m00120_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00120_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00120_a3-optimized.cl b/OpenCL/m00120_a3-optimized.cl index 9a893ce72..843ce7179 100644 --- a/OpenCL/m00120_a3-optimized.cl +++ b/OpenCL/m00120_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m00120m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m00120_a3-pure.cl b/OpenCL/m00120_a3-pure.cl index 3f048de03..609c14308 100644 --- a/OpenCL/m00120_a3-pure.cl +++ b/OpenCL/m00120_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00120_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00130_a0-optimized.cl b/OpenCL/m00130_a0-optimized.cl index ad6753b80..de71f2af1 100644 --- a/OpenCL/m00130_a0-optimized.cl +++ b/OpenCL/m00130_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00130_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00130_a0-pure.cl b/OpenCL/m00130_a0-pure.cl index f8a643009..d7fcf39a8 100644 --- a/OpenCL/m00130_a0-pure.cl +++ b/OpenCL/m00130_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00130_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00130_a1-optimized.cl b/OpenCL/m00130_a1-optimized.cl index 93c27ed65..25f84e81f 100644 --- a/OpenCL/m00130_a1-optimized.cl +++ b/OpenCL/m00130_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00130_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00130_a1-pure.cl b/OpenCL/m00130_a1-pure.cl index 88ee0cf0d..c8676867c 100644 --- a/OpenCL/m00130_a1-pure.cl +++ b/OpenCL/m00130_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00130_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00130_a3-optimized.cl b/OpenCL/m00130_a3-optimized.cl index 167738537..3ea05c652 100644 --- a/OpenCL/m00130_a3-optimized.cl +++ b/OpenCL/m00130_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m00130m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m00130_a3-pure.cl b/OpenCL/m00130_a3-pure.cl index 203426efa..733e5a2fd 100644 --- a/OpenCL/m00130_a3-pure.cl +++ b/OpenCL/m00130_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00130_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00140_a0-optimized.cl b/OpenCL/m00140_a0-optimized.cl index 33d380ad5..0a01ab7cb 100644 --- a/OpenCL/m00140_a0-optimized.cl +++ b/OpenCL/m00140_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00140_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00140_a0-pure.cl b/OpenCL/m00140_a0-pure.cl index a6d88d443..3e4a5fd36 100644 --- a/OpenCL/m00140_a0-pure.cl +++ b/OpenCL/m00140_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00140_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00140_a1-optimized.cl b/OpenCL/m00140_a1-optimized.cl index 09a9da079..d0dce68c6 100644 --- a/OpenCL/m00140_a1-optimized.cl +++ b/OpenCL/m00140_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00140_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00140_a1-pure.cl b/OpenCL/m00140_a1-pure.cl index 4d8e1d6d7..3bd8223ba 100644 --- a/OpenCL/m00140_a1-pure.cl +++ b/OpenCL/m00140_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00140_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00140_a3-optimized.cl b/OpenCL/m00140_a3-optimized.cl index 0c316fe14..e0ef0076a 100644 --- a/OpenCL/m00140_a3-optimized.cl +++ b/OpenCL/m00140_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m00140m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m00140_a3-pure.cl b/OpenCL/m00140_a3-pure.cl index ac18851f1..dd921714f 100644 --- a/OpenCL/m00140_a3-pure.cl +++ b/OpenCL/m00140_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00140_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00150_a0-optimized.cl b/OpenCL/m00150_a0-optimized.cl index cf72a428c..69b7f3ea1 100644 --- a/OpenCL/m00150_a0-optimized.cl +++ b/OpenCL/m00150_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00150_a0-pure.cl b/OpenCL/m00150_a0-pure.cl index beb77fcd8..29b929c95 100644 --- a/OpenCL/m00150_a0-pure.cl +++ b/OpenCL/m00150_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00150_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00150_a1-optimized.cl b/OpenCL/m00150_a1-optimized.cl index 959eaf5c0..3fb66a02f 100644 --- a/OpenCL/m00150_a1-optimized.cl +++ b/OpenCL/m00150_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00150_a1-pure.cl b/OpenCL/m00150_a1-pure.cl index 0765e20c9..7a607e8b7 100644 --- a/OpenCL/m00150_a1-pure.cl +++ b/OpenCL/m00150_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00150_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00150_a3-optimized.cl b/OpenCL/m00150_a3-optimized.cl index 9f8b06dc8..b959bfb8a 100644 --- a/OpenCL/m00150_a3-optimized.cl +++ b/OpenCL/m00150_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00150_a3-pure.cl b/OpenCL/m00150_a3-pure.cl index 27645640f..789ebb4d5 100644 --- a/OpenCL/m00150_a3-pure.cl +++ b/OpenCL/m00150_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00150_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00160_a0-optimized.cl b/OpenCL/m00160_a0-optimized.cl index 0ac5443f3..cf77ebe6b 100644 --- a/OpenCL/m00160_a0-optimized.cl +++ b/OpenCL/m00160_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00160_a0-pure.cl b/OpenCL/m00160_a0-pure.cl index eb915871d..95648d839 100644 --- a/OpenCL/m00160_a0-pure.cl +++ b/OpenCL/m00160_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00160_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00160_a1-optimized.cl b/OpenCL/m00160_a1-optimized.cl index e0a017dc8..730e29a27 100644 --- a/OpenCL/m00160_a1-optimized.cl +++ b/OpenCL/m00160_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00160_a1-pure.cl b/OpenCL/m00160_a1-pure.cl index 7be64e362..a5c3830c8 100644 --- a/OpenCL/m00160_a1-pure.cl +++ b/OpenCL/m00160_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00160_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00160_a3-optimized.cl b/OpenCL/m00160_a3-optimized.cl index aa34d3e1c..d59399df0 100644 --- a/OpenCL/m00160_a3-optimized.cl +++ b/OpenCL/m00160_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m00160_a3-pure.cl b/OpenCL/m00160_a3-pure.cl index fc0816180..907e393c7 100644 --- a/OpenCL/m00160_a3-pure.cl +++ b/OpenCL/m00160_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00160_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00170_a0-optimized.cl b/OpenCL/m00170_a0-optimized.cl index 1b6c8b009..0eb3ee0bb 100644 --- a/OpenCL/m00170_a0-optimized.cl +++ b/OpenCL/m00170_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00170_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00170_a0-pure.cl b/OpenCL/m00170_a0-pure.cl index 5b1995ce7..624f51f4e 100644 --- a/OpenCL/m00170_a0-pure.cl +++ b/OpenCL/m00170_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00170_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00170_a1-optimized.cl b/OpenCL/m00170_a1-optimized.cl index 11d30b24b..b281b9f90 100644 --- a/OpenCL/m00170_a1-optimized.cl +++ b/OpenCL/m00170_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00170_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00170_a1-pure.cl b/OpenCL/m00170_a1-pure.cl index 876404fd4..c7c9aa16b 100644 --- a/OpenCL/m00170_a1-pure.cl +++ b/OpenCL/m00170_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00170_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00170_a3-optimized.cl b/OpenCL/m00170_a3-optimized.cl index 45e40a950..a96d1d5a7 100644 --- a/OpenCL/m00170_a3-optimized.cl +++ b/OpenCL/m00170_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m00170m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m00170_a3-pure.cl b/OpenCL/m00170_a3-pure.cl index eeb46ff7e..efebacac5 100644 --- a/OpenCL/m00170_a3-pure.cl +++ b/OpenCL/m00170_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00170_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00200_a0-optimized.cl b/OpenCL/m00200_a0-optimized.cl index e6dc64346..d7b759cf7 100644 --- a/OpenCL/m00200_a0-optimized.cl +++ b/OpenCL/m00200_a0-optimized.cl @@ -6,17 +6,14 @@ //incompatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif KERNEL_FQ void m00200_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00200_a1-optimized.cl b/OpenCL/m00200_a1-optimized.cl index 6b9e41d8c..5cc2e46e7 100644 --- a/OpenCL/m00200_a1-optimized.cl +++ b/OpenCL/m00200_a1-optimized.cl @@ -6,15 +6,12 @@ //incompatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif KERNEL_FQ void m00200_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00200_a3-optimized.cl b/OpenCL/m00200_a3-optimized.cl index b666a1d98..2de401b84 100644 --- a/OpenCL/m00200_a3-optimized.cl +++ b/OpenCL/m00200_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define ROUND(v) \ diff --git a/OpenCL/m00300_a0-optimized.cl b/OpenCL/m00300_a0-optimized.cl index 1ac341d95..4f29cda35 100644 --- a/OpenCL/m00300_a0-optimized.cl +++ b/OpenCL/m00300_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00300_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00300_a0-pure.cl b/OpenCL/m00300_a0-pure.cl index 7cc149a6b..a328a5e83 100644 --- a/OpenCL/m00300_a0-pure.cl +++ b/OpenCL/m00300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00300_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00300_a1-optimized.cl b/OpenCL/m00300_a1-optimized.cl index c79a35f40..ef836bda8 100644 --- a/OpenCL/m00300_a1-optimized.cl +++ b/OpenCL/m00300_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00300_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00300_a1-pure.cl b/OpenCL/m00300_a1-pure.cl index bde3dc113..3ba139992 100644 --- a/OpenCL/m00300_a1-pure.cl +++ b/OpenCL/m00300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00300_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00300_a3-optimized.cl b/OpenCL/m00300_a3-optimized.cl index eef0bdd6a..9e5e2b064 100644 --- a/OpenCL/m00300_a3-optimized.cl +++ b/OpenCL/m00300_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m00300m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m00300_a3-pure.cl b/OpenCL/m00300_a3-pure.cl index cd1b9847a..dcd9ac736 100644 --- a/OpenCL/m00300_a3-pure.cl +++ b/OpenCL/m00300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m00300_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00400-optimized.cl b/OpenCL/m00400-optimized.cl index a7c759d8f..64225af92 100644 --- a/OpenCL/m00400-optimized.cl +++ b/OpenCL/m00400-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m00400-pure.cl b/OpenCL/m00400-pure.cl index d836a538d..3b6715fa1 100644 --- a/OpenCL/m00400-pure.cl +++ b/OpenCL/m00400-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m00500-optimized.cl b/OpenCL/m00500-optimized.cl index 86316dca2..d68754ed2 100644 --- a/OpenCL/m00500-optimized.cl +++ b/OpenCL/m00500-optimized.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m00500-pure.cl b/OpenCL/m00500-pure.cl index 0b1138027..02b21547d 100644 --- a/OpenCL/m00500-pure.cl +++ b/OpenCL/m00500-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m00600_a0-optimized.cl b/OpenCL/m00600_a0-optimized.cl index 29011e500..1402dde1c 100644 --- a/OpenCL/m00600_a0-optimized.cl +++ b/OpenCL/m00600_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_blake2b.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_blake2b.cl) #endif KERNEL_FQ void m00600_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00600_a0-pure.cl b/OpenCL/m00600_a0-pure.cl index 385e60c60..8324fd1be 100644 --- a/OpenCL/m00600_a0-pure.cl +++ b/OpenCL/m00600_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_blake2b.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_blake2b.cl) #endif KERNEL_FQ void m00600_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00600_a1-optimized.cl b/OpenCL/m00600_a1-optimized.cl index 9f04a73d6..40edd58d3 100644 --- a/OpenCL/m00600_a1-optimized.cl +++ b/OpenCL/m00600_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_blake2b.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_blake2b.cl) #endif KERNEL_FQ void m00600_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00600_a1-pure.cl b/OpenCL/m00600_a1-pure.cl index 4ab54a4ec..bd7fe085a 100644 --- a/OpenCL/m00600_a1-pure.cl +++ b/OpenCL/m00600_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_blake2b.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_blake2b.cl) #endif KERNEL_FQ void m00600_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00600_a3-optimized.cl b/OpenCL/m00600_a3-optimized.cl index 237475f51..8cbdf7a95 100644 --- a/OpenCL/m00600_a3-optimized.cl +++ b/OpenCL/m00600_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_blake2b.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_blake2b.cl) #endif DECLSPEC void m00600m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m00600_a3-pure.cl b/OpenCL/m00600_a3-pure.cl index 49d7e282b..7b80092bf 100644 --- a/OpenCL/m00600_a3-pure.cl +++ b/OpenCL/m00600_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_blake2b.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_blake2b.cl) #endif KERNEL_FQ void m00600_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m00900_a0-optimized.cl b/OpenCL/m00900_a0-optimized.cl index 0e9225dab..c11ed77d0 100644 --- a/OpenCL/m00900_a0-optimized.cl +++ b/OpenCL/m00900_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m00900_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00900_a0-pure.cl b/OpenCL/m00900_a0-pure.cl index f30482620..25cf7f1d9 100644 --- a/OpenCL/m00900_a0-pure.cl +++ b/OpenCL/m00900_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m00900_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m00900_a1-optimized.cl b/OpenCL/m00900_a1-optimized.cl index 3bbd4764f..af869cb27 100644 --- a/OpenCL/m00900_a1-optimized.cl +++ b/OpenCL/m00900_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m00900_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00900_a1-pure.cl b/OpenCL/m00900_a1-pure.cl index 6a17c7616..8b1e086a8 100644 --- a/OpenCL/m00900_a1-pure.cl +++ b/OpenCL/m00900_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m00900_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m00900_a3-optimized.cl b/OpenCL/m00900_a3-optimized.cl index e0a9ca20c..c9b635854 100644 --- a/OpenCL/m00900_a3-optimized.cl +++ b/OpenCL/m00900_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif #define MD4_STEP_REV(f,a,b,c,d,x,t,s) \ diff --git a/OpenCL/m00900_a3-pure.cl b/OpenCL/m00900_a3-pure.cl index 7164b1319..beb0f89af 100644 --- a/OpenCL/m00900_a3-pure.cl +++ b/OpenCL/m00900_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m00900_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01000_a0-optimized.cl b/OpenCL/m01000_a0-optimized.cl index a3121223f..a0732dd92 100644 --- a/OpenCL/m01000_a0-optimized.cl +++ b/OpenCL/m01000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01000_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01000_a0-pure.cl b/OpenCL/m01000_a0-pure.cl index b12a1ce30..a85989648 100644 --- a/OpenCL/m01000_a0-pure.cl +++ b/OpenCL/m01000_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01000_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01000_a1-optimized.cl b/OpenCL/m01000_a1-optimized.cl index cf78d775a..fc19ea778 100644 --- a/OpenCL/m01000_a1-optimized.cl +++ b/OpenCL/m01000_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01000_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01000_a1-pure.cl b/OpenCL/m01000_a1-pure.cl index 31e656719..2d2d4b510 100644 --- a/OpenCL/m01000_a1-pure.cl +++ b/OpenCL/m01000_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01000_a3-optimized.cl b/OpenCL/m01000_a3-optimized.cl index ad1c28ada..fa6b86266 100644 --- a/OpenCL/m01000_a3-optimized.cl +++ b/OpenCL/m01000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif #define MD4_STEP_REV(f,a,b,c,d,x,t,s) \ diff --git a/OpenCL/m01000_a3-pure.cl b/OpenCL/m01000_a3-pure.cl index 440918e42..cc5635b7f 100644 --- a/OpenCL/m01000_a3-pure.cl +++ b/OpenCL/m01000_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01000_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01100_a0-optimized.cl b/OpenCL/m01100_a0-optimized.cl index 82ae56c90..6d0c99eae 100644 --- a/OpenCL/m01100_a0-optimized.cl +++ b/OpenCL/m01100_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01100_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01100_a0-pure.cl b/OpenCL/m01100_a0-pure.cl index 5b3ed8bc1..985d7350c 100644 --- a/OpenCL/m01100_a0-pure.cl +++ b/OpenCL/m01100_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01100_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01100_a1-optimized.cl b/OpenCL/m01100_a1-optimized.cl index ee94e29c5..bd9bbb3a7 100644 --- a/OpenCL/m01100_a1-optimized.cl +++ b/OpenCL/m01100_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01100_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01100_a1-pure.cl b/OpenCL/m01100_a1-pure.cl index a9ad97d55..ef5b7d142 100644 --- a/OpenCL/m01100_a1-pure.cl +++ b/OpenCL/m01100_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01100_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01100_a3-optimized.cl b/OpenCL/m01100_a3-optimized.cl index 8f01c9473..38548d52c 100644 --- a/OpenCL/m01100_a3-optimized.cl +++ b/OpenCL/m01100_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif DECLSPEC void m01100m (LOCAL_AS salt_t *s_salt_buf, PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m01100_a3-pure.cl b/OpenCL/m01100_a3-pure.cl index 31b5cabb8..643bd0cef 100644 --- a/OpenCL/m01100_a3-pure.cl +++ b/OpenCL/m01100_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif KERNEL_FQ void m01100_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01300_a0-optimized.cl b/OpenCL/m01300_a0-optimized.cl index 08f2d0929..695d65c7f 100644 --- a/OpenCL/m01300_a0-optimized.cl +++ b/OpenCL/m01300_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha224.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha224.cl) #endif #define SHA224_STEP_REV(a,b,c,d,e,f,g) \ diff --git a/OpenCL/m01300_a0-pure.cl b/OpenCL/m01300_a0-pure.cl index e7dcca067..52f35f9d5 100644 --- a/OpenCL/m01300_a0-pure.cl +++ b/OpenCL/m01300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha224.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha224.cl) #endif KERNEL_FQ void m01300_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01300_a1-optimized.cl b/OpenCL/m01300_a1-optimized.cl index 01bf4b45b..f1b7fe8c5 100644 --- a/OpenCL/m01300_a1-optimized.cl +++ b/OpenCL/m01300_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha224.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha224.cl) #endif #define SHA224_STEP_REV(a,b,c,d,e,f,g) \ diff --git a/OpenCL/m01300_a1-pure.cl b/OpenCL/m01300_a1-pure.cl index 1dfb4153a..71da5f570 100644 --- a/OpenCL/m01300_a1-pure.cl +++ b/OpenCL/m01300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha224.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha224.cl) #endif KERNEL_FQ void m01300_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01300_a3-optimized.cl b/OpenCL/m01300_a3-optimized.cl index f8ae1ada4..8b0d065d0 100644 --- a/OpenCL/m01300_a3-optimized.cl +++ b/OpenCL/m01300_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha224.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha224.cl) #endif #define SHA224_STEP_REV(a,b,c,d,e,f,g) \ diff --git a/OpenCL/m01300_a3-pure.cl b/OpenCL/m01300_a3-pure.cl index 150862b0c..2cefefa34 100644 --- a/OpenCL/m01300_a3-pure.cl +++ b/OpenCL/m01300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha224.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha224.cl) #endif KERNEL_FQ void m01300_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01400_a0-optimized.cl b/OpenCL/m01400_a0-optimized.cl index 839f8bf64..95fac4e0d 100644 --- a/OpenCL/m01400_a0-optimized.cl +++ b/OpenCL/m01400_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01400_a0-pure.cl b/OpenCL/m01400_a0-pure.cl index aa1c2280e..932a6c33d 100644 --- a/OpenCL/m01400_a0-pure.cl +++ b/OpenCL/m01400_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01400_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01400_a1-optimized.cl b/OpenCL/m01400_a1-optimized.cl index f7933a501..ad90577fb 100644 --- a/OpenCL/m01400_a1-optimized.cl +++ b/OpenCL/m01400_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01400_a1-pure.cl b/OpenCL/m01400_a1-pure.cl index d12bc6a27..8ce38c174 100644 --- a/OpenCL/m01400_a1-pure.cl +++ b/OpenCL/m01400_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01400_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01400_a3-optimized.cl b/OpenCL/m01400_a3-optimized.cl index b1697134d..6b82987bb 100644 --- a/OpenCL/m01400_a3-optimized.cl +++ b/OpenCL/m01400_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01400_a3-pure.cl b/OpenCL/m01400_a3-pure.cl index 95a236763..04ebffdbb 100644 --- a/OpenCL/m01400_a3-pure.cl +++ b/OpenCL/m01400_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01400_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01410_a0-optimized.cl b/OpenCL/m01410_a0-optimized.cl index 5140b7798..b2e6a2bd5 100644 --- a/OpenCL/m01410_a0-optimized.cl +++ b/OpenCL/m01410_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01410_a0-pure.cl b/OpenCL/m01410_a0-pure.cl index 4fe7b7909..81a0b2487 100644 --- a/OpenCL/m01410_a0-pure.cl +++ b/OpenCL/m01410_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01410_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01410_a1-optimized.cl b/OpenCL/m01410_a1-optimized.cl index 1333d3641..287b8da82 100644 --- a/OpenCL/m01410_a1-optimized.cl +++ b/OpenCL/m01410_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01410_a1-pure.cl b/OpenCL/m01410_a1-pure.cl index d98125b8c..01204bc42 100644 --- a/OpenCL/m01410_a1-pure.cl +++ b/OpenCL/m01410_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01410_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01410_a3-optimized.cl b/OpenCL/m01410_a3-optimized.cl index 60b441760..2574d9fe7 100644 --- a/OpenCL/m01410_a3-optimized.cl +++ b/OpenCL/m01410_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01410_a3-pure.cl b/OpenCL/m01410_a3-pure.cl index 2b7601f46..7e29bf125 100644 --- a/OpenCL/m01410_a3-pure.cl +++ b/OpenCL/m01410_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01410_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01420_a0-optimized.cl b/OpenCL/m01420_a0-optimized.cl index 9b1e58821..b83b6860e 100644 --- a/OpenCL/m01420_a0-optimized.cl +++ b/OpenCL/m01420_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01420_a0-pure.cl b/OpenCL/m01420_a0-pure.cl index 5a8e768dd..a021b8cc3 100644 --- a/OpenCL/m01420_a0-pure.cl +++ b/OpenCL/m01420_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01420_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01420_a1-optimized.cl b/OpenCL/m01420_a1-optimized.cl index 3fb617deb..668cf0969 100644 --- a/OpenCL/m01420_a1-optimized.cl +++ b/OpenCL/m01420_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01420_a1-pure.cl b/OpenCL/m01420_a1-pure.cl index d203d5211..adf7e44cf 100644 --- a/OpenCL/m01420_a1-pure.cl +++ b/OpenCL/m01420_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01420_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01420_a3-optimized.cl b/OpenCL/m01420_a3-optimized.cl index ad727387f..42019378a 100644 --- a/OpenCL/m01420_a3-optimized.cl +++ b/OpenCL/m01420_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01420_a3-pure.cl b/OpenCL/m01420_a3-pure.cl index 5a21ae51e..7bf819abe 100644 --- a/OpenCL/m01420_a3-pure.cl +++ b/OpenCL/m01420_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01420_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01430_a0-optimized.cl b/OpenCL/m01430_a0-optimized.cl index 7edeb0516..1be82fdad 100644 --- a/OpenCL/m01430_a0-optimized.cl +++ b/OpenCL/m01430_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01430_a0-pure.cl b/OpenCL/m01430_a0-pure.cl index 10a8234eb..8abd18ca5 100644 --- a/OpenCL/m01430_a0-pure.cl +++ b/OpenCL/m01430_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01430_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01430_a1-optimized.cl b/OpenCL/m01430_a1-optimized.cl index 3a43efb12..15f216ae9 100644 --- a/OpenCL/m01430_a1-optimized.cl +++ b/OpenCL/m01430_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01430_a1-pure.cl b/OpenCL/m01430_a1-pure.cl index e8ce05e6a..b75eb7191 100644 --- a/OpenCL/m01430_a1-pure.cl +++ b/OpenCL/m01430_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01430_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01430_a3-optimized.cl b/OpenCL/m01430_a3-optimized.cl index c31da8a3f..4a76b5028 100644 --- a/OpenCL/m01430_a3-optimized.cl +++ b/OpenCL/m01430_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01430_a3-pure.cl b/OpenCL/m01430_a3-pure.cl index 783708f97..24afd1355 100644 --- a/OpenCL/m01430_a3-pure.cl +++ b/OpenCL/m01430_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01430_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01440_a0-optimized.cl b/OpenCL/m01440_a0-optimized.cl index 2a0a84f49..60b369eec 100644 --- a/OpenCL/m01440_a0-optimized.cl +++ b/OpenCL/m01440_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01440_a0-pure.cl b/OpenCL/m01440_a0-pure.cl index 00c8d5b06..8b7e6d8d7 100644 --- a/OpenCL/m01440_a0-pure.cl +++ b/OpenCL/m01440_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01440_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01440_a1-optimized.cl b/OpenCL/m01440_a1-optimized.cl index bb3eac3b6..8dd16407c 100644 --- a/OpenCL/m01440_a1-optimized.cl +++ b/OpenCL/m01440_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01440_a1-pure.cl b/OpenCL/m01440_a1-pure.cl index 62018f8a8..aa16fb9dd 100644 --- a/OpenCL/m01440_a1-pure.cl +++ b/OpenCL/m01440_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01440_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01440_a3-optimized.cl b/OpenCL/m01440_a3-optimized.cl index fbc26273e..bd3dc0512 100644 --- a/OpenCL/m01440_a3-optimized.cl +++ b/OpenCL/m01440_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01440_a3-pure.cl b/OpenCL/m01440_a3-pure.cl index 91e4118d6..8724e78c1 100644 --- a/OpenCL/m01440_a3-pure.cl +++ b/OpenCL/m01440_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01440_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01450_a0-optimized.cl b/OpenCL/m01450_a0-optimized.cl index 0501b8f40..262641bf3 100644 --- a/OpenCL/m01450_a0-optimized.cl +++ b/OpenCL/m01450_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void hmac_sha256_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m01450_a0-pure.cl b/OpenCL/m01450_a0-pure.cl index b4b144c98..b2167e229 100644 --- a/OpenCL/m01450_a0-pure.cl +++ b/OpenCL/m01450_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01450_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01450_a1-optimized.cl b/OpenCL/m01450_a1-optimized.cl index 66268a43d..8b75fcf25 100644 --- a/OpenCL/m01450_a1-optimized.cl +++ b/OpenCL/m01450_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void hmac_sha256_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m01450_a1-pure.cl b/OpenCL/m01450_a1-pure.cl index f00b54327..07bdfac62 100644 --- a/OpenCL/m01450_a1-pure.cl +++ b/OpenCL/m01450_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01450_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01450_a3-optimized.cl b/OpenCL/m01450_a3-optimized.cl index 1a67af5c8..a88a84100 100644 --- a/OpenCL/m01450_a3-optimized.cl +++ b/OpenCL/m01450_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void hmac_sha256_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m01450_a3-pure.cl b/OpenCL/m01450_a3-pure.cl index 9f987ec10..462a22a0c 100644 --- a/OpenCL/m01450_a3-pure.cl +++ b/OpenCL/m01450_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01450_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01460_a0-optimized.cl b/OpenCL/m01460_a0-optimized.cl index 2529f46a3..d3dea0ceb 100644 --- a/OpenCL/m01460_a0-optimized.cl +++ b/OpenCL/m01460_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void hmac_sha256_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m01460_a0-pure.cl b/OpenCL/m01460_a0-pure.cl index e8266a07f..7cdc49d1b 100644 --- a/OpenCL/m01460_a0-pure.cl +++ b/OpenCL/m01460_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01460_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01460_a1-optimized.cl b/OpenCL/m01460_a1-optimized.cl index 0273d5be3..5fb3c8a90 100644 --- a/OpenCL/m01460_a1-optimized.cl +++ b/OpenCL/m01460_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void hmac_sha256_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m01460_a1-pure.cl b/OpenCL/m01460_a1-pure.cl index 9129aae43..49f0a3ce6 100644 --- a/OpenCL/m01460_a1-pure.cl +++ b/OpenCL/m01460_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01460_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01460_a3-optimized.cl b/OpenCL/m01460_a3-optimized.cl index c1f0777ee..da5e67a07 100644 --- a/OpenCL/m01460_a3-optimized.cl +++ b/OpenCL/m01460_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void hmac_sha256_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m01460_a3-pure.cl b/OpenCL/m01460_a3-pure.cl index 28b2495da..28b359f1c 100644 --- a/OpenCL/m01460_a3-pure.cl +++ b/OpenCL/m01460_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01460_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01470_a0-optimized.cl b/OpenCL/m01470_a0-optimized.cl index ddf2a3685..fa40cecbf 100644 --- a/OpenCL/m01470_a0-optimized.cl +++ b/OpenCL/m01470_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01470_a0-pure.cl b/OpenCL/m01470_a0-pure.cl index 971eea67a..1e43c8245 100644 --- a/OpenCL/m01470_a0-pure.cl +++ b/OpenCL/m01470_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01470_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01470_a1-optimized.cl b/OpenCL/m01470_a1-optimized.cl index fd4755643..06774618e 100644 --- a/OpenCL/m01470_a1-optimized.cl +++ b/OpenCL/m01470_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01470_a1-pure.cl b/OpenCL/m01470_a1-pure.cl index b6db55d3c..18ab9488f 100644 --- a/OpenCL/m01470_a1-pure.cl +++ b/OpenCL/m01470_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01470_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01470_a3-optimized.cl b/OpenCL/m01470_a3-optimized.cl index 719724d56..9c8b1519b 100644 --- a/OpenCL/m01470_a3-optimized.cl +++ b/OpenCL/m01470_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m01470_a3-pure.cl b/OpenCL/m01470_a3-pure.cl index 04ee7f876..fcf36b2d9 100644 --- a/OpenCL/m01470_a3-pure.cl +++ b/OpenCL/m01470_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m01470_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01500_a0-pure.cl b/OpenCL/m01500_a0-pure.cl index 794249a65..7a95576f9 100644 --- a/OpenCL/m01500_a0-pure.cl +++ b/OpenCL/m01500_a0-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m01500_a1-pure.cl b/OpenCL/m01500_a1-pure.cl index 1a4516896..581e708f8 100644 --- a/OpenCL/m01500_a1-pure.cl +++ b/OpenCL/m01500_a1-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m01500_a3-pure.cl b/OpenCL/m01500_a3-pure.cl index 1b5480929..4f8b8992f 100644 --- a/OpenCL/m01500_a3-pure.cl +++ b/OpenCL/m01500_a3-pure.cl @@ -5,14 +5,11 @@ * : sboxes for others were takes fron JtR, license below */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl) diff --git a/OpenCL/m01600-optimized.cl b/OpenCL/m01600-optimized.cl index 4c75b7015..555f38c45 100644 --- a/OpenCL/m01600-optimized.cl +++ b/OpenCL/m01600-optimized.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m01600-pure.cl b/OpenCL/m01600-pure.cl index b29834b22..19fad7c4b 100644 --- a/OpenCL/m01600-pure.cl +++ b/OpenCL/m01600-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m01700_a0-optimized.cl b/OpenCL/m01700_a0-optimized.cl index 381013c2f..161a6a603 100644 --- a/OpenCL/m01700_a0-optimized.cl +++ b/OpenCL/m01700_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01700_a0-pure.cl b/OpenCL/m01700_a0-pure.cl index b36c44eba..254769c54 100644 --- a/OpenCL/m01700_a0-pure.cl +++ b/OpenCL/m01700_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01700_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01700_a1-optimized.cl b/OpenCL/m01700_a1-optimized.cl index eb5e61776..1112c25d0 100644 --- a/OpenCL/m01700_a1-optimized.cl +++ b/OpenCL/m01700_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01700_a1-pure.cl b/OpenCL/m01700_a1-pure.cl index 4ff234ee2..904d1f118 100644 --- a/OpenCL/m01700_a1-pure.cl +++ b/OpenCL/m01700_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01700_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01700_a3-optimized.cl b/OpenCL/m01700_a3-optimized.cl index af6d9a36d..c7f4eebfb 100644 --- a/OpenCL/m01700_a3-optimized.cl +++ b/OpenCL/m01700_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01700_a3-pure.cl b/OpenCL/m01700_a3-pure.cl index 58f12315d..dd04f3616 100644 --- a/OpenCL/m01700_a3-pure.cl +++ b/OpenCL/m01700_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01700_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01710_a0-optimized.cl b/OpenCL/m01710_a0-optimized.cl index b31fc4edd..fa9a024ea 100644 --- a/OpenCL/m01710_a0-optimized.cl +++ b/OpenCL/m01710_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01710_a0-pure.cl b/OpenCL/m01710_a0-pure.cl index 37f531e31..cdf537ae1 100644 --- a/OpenCL/m01710_a0-pure.cl +++ b/OpenCL/m01710_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01710_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01710_a1-optimized.cl b/OpenCL/m01710_a1-optimized.cl index d2cd4cc0d..bb395f2ae 100644 --- a/OpenCL/m01710_a1-optimized.cl +++ b/OpenCL/m01710_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01710_a1-pure.cl b/OpenCL/m01710_a1-pure.cl index 27d565729..e81e1d7e4 100644 --- a/OpenCL/m01710_a1-pure.cl +++ b/OpenCL/m01710_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01710_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01710_a3-optimized.cl b/OpenCL/m01710_a3-optimized.cl index 39f4a00ec..e2a8aecbe 100644 --- a/OpenCL/m01710_a3-optimized.cl +++ b/OpenCL/m01710_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01710_a3-pure.cl b/OpenCL/m01710_a3-pure.cl index 0e0c241cc..340e2ece0 100644 --- a/OpenCL/m01710_a3-pure.cl +++ b/OpenCL/m01710_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01710_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01720_a0-optimized.cl b/OpenCL/m01720_a0-optimized.cl index 2818066d8..669108e88 100644 --- a/OpenCL/m01720_a0-optimized.cl +++ b/OpenCL/m01720_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01720_a0-pure.cl b/OpenCL/m01720_a0-pure.cl index e7307c13f..33c9d16d0 100644 --- a/OpenCL/m01720_a0-pure.cl +++ b/OpenCL/m01720_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01720_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01720_a1-optimized.cl b/OpenCL/m01720_a1-optimized.cl index 444be57ce..a6882e1c1 100644 --- a/OpenCL/m01720_a1-optimized.cl +++ b/OpenCL/m01720_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01720_a1-pure.cl b/OpenCL/m01720_a1-pure.cl index c0813d1ed..aa06164df 100644 --- a/OpenCL/m01720_a1-pure.cl +++ b/OpenCL/m01720_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01720_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01720_a3-optimized.cl b/OpenCL/m01720_a3-optimized.cl index 328703320..de40817c2 100644 --- a/OpenCL/m01720_a3-optimized.cl +++ b/OpenCL/m01720_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01720_a3-pure.cl b/OpenCL/m01720_a3-pure.cl index e0f73dd36..ec7a882d5 100644 --- a/OpenCL/m01720_a3-pure.cl +++ b/OpenCL/m01720_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01720_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01730_a0-optimized.cl b/OpenCL/m01730_a0-optimized.cl index fe3273803..7638c39f3 100644 --- a/OpenCL/m01730_a0-optimized.cl +++ b/OpenCL/m01730_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01730_a0-pure.cl b/OpenCL/m01730_a0-pure.cl index 9544e2491..3b0cd3ebe 100644 --- a/OpenCL/m01730_a0-pure.cl +++ b/OpenCL/m01730_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01730_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01730_a1-optimized.cl b/OpenCL/m01730_a1-optimized.cl index 6017cc13c..d491e077d 100644 --- a/OpenCL/m01730_a1-optimized.cl +++ b/OpenCL/m01730_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01730_a1-pure.cl b/OpenCL/m01730_a1-pure.cl index 4ecf0320d..88ae2f6ad 100644 --- a/OpenCL/m01730_a1-pure.cl +++ b/OpenCL/m01730_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01730_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01730_a3-optimized.cl b/OpenCL/m01730_a3-optimized.cl index 24e9e666d..ecfc09f94 100644 --- a/OpenCL/m01730_a3-optimized.cl +++ b/OpenCL/m01730_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01730_a3-pure.cl b/OpenCL/m01730_a3-pure.cl index e3a72e973..9f9e0f2e3 100644 --- a/OpenCL/m01730_a3-pure.cl +++ b/OpenCL/m01730_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01730_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01740_a0-optimized.cl b/OpenCL/m01740_a0-optimized.cl index f5d634e2f..c384bbd39 100644 --- a/OpenCL/m01740_a0-optimized.cl +++ b/OpenCL/m01740_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01740_a0-pure.cl b/OpenCL/m01740_a0-pure.cl index 0ee9093fc..1fd0df2ca 100644 --- a/OpenCL/m01740_a0-pure.cl +++ b/OpenCL/m01740_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01740_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01740_a1-optimized.cl b/OpenCL/m01740_a1-optimized.cl index e413f1af5..f6a453911 100644 --- a/OpenCL/m01740_a1-optimized.cl +++ b/OpenCL/m01740_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01740_a1-pure.cl b/OpenCL/m01740_a1-pure.cl index 09cd1e771..7144b9ab7 100644 --- a/OpenCL/m01740_a1-pure.cl +++ b/OpenCL/m01740_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01740_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01740_a3-optimized.cl b/OpenCL/m01740_a3-optimized.cl index efa4bf28d..df4a1c10d 100644 --- a/OpenCL/m01740_a3-optimized.cl +++ b/OpenCL/m01740_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01740_a3-pure.cl b/OpenCL/m01740_a3-pure.cl index 16b398a04..4e448f353 100644 --- a/OpenCL/m01740_a3-pure.cl +++ b/OpenCL/m01740_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01740_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01750_a0-optimized.cl b/OpenCL/m01750_a0-optimized.cl index 2af893c8f..32a7c5c75 100644 --- a/OpenCL/m01750_a0-optimized.cl +++ b/OpenCL/m01750_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_transport_vector (PRIVATE_AS const u64x *w0, PRIVATE_AS const u64x *w1, PRIVATE_AS const u64x *w2, PRIVATE_AS const u64x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01750_a0-pure.cl b/OpenCL/m01750_a0-pure.cl index 67a6e2f77..7fae20f0b 100644 --- a/OpenCL/m01750_a0-pure.cl +++ b/OpenCL/m01750_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01750_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01750_a1-optimized.cl b/OpenCL/m01750_a1-optimized.cl index d6b403d45..b6925c871 100644 --- a/OpenCL/m01750_a1-optimized.cl +++ b/OpenCL/m01750_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_transport_vector (PRIVATE_AS const u64x *w0, PRIVATE_AS const u64x *w1, PRIVATE_AS const u64x *w2, PRIVATE_AS const u64x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01750_a1-pure.cl b/OpenCL/m01750_a1-pure.cl index 210ef7522..4c9e99333 100644 --- a/OpenCL/m01750_a1-pure.cl +++ b/OpenCL/m01750_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01750_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01750_a3-optimized.cl b/OpenCL/m01750_a3-optimized.cl index 92c0b84a7..196c7e597 100644 --- a/OpenCL/m01750_a3-optimized.cl +++ b/OpenCL/m01750_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_transport_vector (PRIVATE_AS const u64x *w0, PRIVATE_AS const u64x *w1, PRIVATE_AS const u64x *w2, PRIVATE_AS const u64x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01750_a3-pure.cl b/OpenCL/m01750_a3-pure.cl index dc1e7e087..297b0f82e 100644 --- a/OpenCL/m01750_a3-pure.cl +++ b/OpenCL/m01750_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01750_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01760_a0-optimized.cl b/OpenCL/m01760_a0-optimized.cl index b5d7f99af..7ce89b233 100644 --- a/OpenCL/m01760_a0-optimized.cl +++ b/OpenCL/m01760_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_transport_vector (PRIVATE_AS const u64x *w0, PRIVATE_AS const u64x *w1, PRIVATE_AS const u64x *w2, PRIVATE_AS const u64x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01760_a0-pure.cl b/OpenCL/m01760_a0-pure.cl index 445d5db51..a1a2f401f 100644 --- a/OpenCL/m01760_a0-pure.cl +++ b/OpenCL/m01760_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01760_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01760_a1-optimized.cl b/OpenCL/m01760_a1-optimized.cl index f69c33cee..713ede277 100644 --- a/OpenCL/m01760_a1-optimized.cl +++ b/OpenCL/m01760_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_transport_vector (PRIVATE_AS const u64x *w0, PRIVATE_AS const u64x *w1, PRIVATE_AS const u64x *w2, PRIVATE_AS const u64x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01760_a1-pure.cl b/OpenCL/m01760_a1-pure.cl index de305e527..9c44ccd33 100644 --- a/OpenCL/m01760_a1-pure.cl +++ b/OpenCL/m01760_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01760_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01760_a3-optimized.cl b/OpenCL/m01760_a3-optimized.cl index 59496a39a..674fee09f 100644 --- a/OpenCL/m01760_a3-optimized.cl +++ b/OpenCL/m01760_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_transport_vector (PRIVATE_AS const u64x *w0, PRIVATE_AS const u64x *w1, PRIVATE_AS const u64x *w2, PRIVATE_AS const u64x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01760_a3-pure.cl b/OpenCL/m01760_a3-pure.cl index 30496d37f..a929aaf70 100644 --- a/OpenCL/m01760_a3-pure.cl +++ b/OpenCL/m01760_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01760_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01770_a0-optimized.cl b/OpenCL/m01770_a0-optimized.cl index d2e30a2aa..b4a9f3eea 100644 --- a/OpenCL/m01770_a0-optimized.cl +++ b/OpenCL/m01770_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01770_a0-pure.cl b/OpenCL/m01770_a0-pure.cl index 54d186eea..462288df8 100644 --- a/OpenCL/m01770_a0-pure.cl +++ b/OpenCL/m01770_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01770_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m01770_a1-optimized.cl b/OpenCL/m01770_a1-optimized.cl index 189161687..41f6a77df 100644 --- a/OpenCL/m01770_a1-optimized.cl +++ b/OpenCL/m01770_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01770_a1-pure.cl b/OpenCL/m01770_a1-pure.cl index 6f72d2cf4..46c56dc12 100644 --- a/OpenCL/m01770_a1-pure.cl +++ b/OpenCL/m01770_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01770_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m01770_a3-optimized.cl b/OpenCL/m01770_a3-optimized.cl index a6adaccf5..248e644ec 100644 --- a/OpenCL/m01770_a3-optimized.cl +++ b/OpenCL/m01770_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m01770_a3-pure.cl b/OpenCL/m01770_a3-pure.cl index 6a0cb8a68..7cd13c39c 100644 --- a/OpenCL/m01770_a3-pure.cl +++ b/OpenCL/m01770_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m01770_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m01800-optimized.cl b/OpenCL/m01800-optimized.cl index bf763e81c..208158365 100644 --- a/OpenCL/m01800-optimized.cl +++ b/OpenCL/m01800-optimized.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m01800-pure.cl b/OpenCL/m01800-pure.cl index 05a661ca0..350b0ff6b 100644 --- a/OpenCL/m01800-pure.cl +++ b/OpenCL/m01800-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m02000_a0-optimized.cl b/OpenCL/m02000_a0-optimized.cl index eb9965a3e..7b537538e 100644 --- a/OpenCL/m02000_a0-optimized.cl +++ b/OpenCL/m02000_a0-optimized.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif KERNEL_FQ void m02000_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m02000_a0-pure.cl b/OpenCL/m02000_a0-pure.cl index 8af298c2e..b902aa2c9 100644 --- a/OpenCL/m02000_a0-pure.cl +++ b/OpenCL/m02000_a0-pure.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif KERNEL_FQ void m02000_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m02000_a1-optimized.cl b/OpenCL/m02000_a1-optimized.cl index 42e477d63..248122e0f 100644 --- a/OpenCL/m02000_a1-optimized.cl +++ b/OpenCL/m02000_a1-optimized.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif KERNEL_FQ void m02000_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m02000_a1-pure.cl b/OpenCL/m02000_a1-pure.cl index ce5094ef1..71a8c9015 100644 --- a/OpenCL/m02000_a1-pure.cl +++ b/OpenCL/m02000_a1-pure.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif KERNEL_FQ void m02000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m02000_a3-optimized.cl b/OpenCL/m02000_a3-optimized.cl index 42e477d63..248122e0f 100644 --- a/OpenCL/m02000_a3-optimized.cl +++ b/OpenCL/m02000_a3-optimized.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif KERNEL_FQ void m02000_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m02000_a3-pure.cl b/OpenCL/m02000_a3-pure.cl index ce5094ef1..71a8c9015 100644 --- a/OpenCL/m02000_a3-pure.cl +++ b/OpenCL/m02000_a3-pure.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif KERNEL_FQ void m02000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m02100-pure.cl b/OpenCL/m02100-pure.cl index dfe1f9869..a1c8cad35 100644 --- a/OpenCL/m02100-pure.cl +++ b/OpenCL/m02100-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m02400_a0-optimized.cl b/OpenCL/m02400_a0-optimized.cl index 091ac0e5f..f10aac5cb 100644 --- a/OpenCL/m02400_a0-optimized.cl +++ b/OpenCL/m02400_a0-optimized.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m02400_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m02400_a1-optimized.cl b/OpenCL/m02400_a1-optimized.cl index 27043064a..7ad7bd058 100644 --- a/OpenCL/m02400_a1-optimized.cl +++ b/OpenCL/m02400_a1-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m02400_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m02400_a3-optimized.cl b/OpenCL/m02400_a3-optimized.cl index 1fe7466f1..b3b3f6d94 100644 --- a/OpenCL/m02400_a3-optimized.cl +++ b/OpenCL/m02400_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m02400m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m02410_a0-optimized.cl b/OpenCL/m02410_a0-optimized.cl index 5476e3572..84ab9e682 100644 --- a/OpenCL/m02410_a0-optimized.cl +++ b/OpenCL/m02410_a0-optimized.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m02410_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m02410_a1-optimized.cl b/OpenCL/m02410_a1-optimized.cl index 8d2ca1099..8e0045453 100644 --- a/OpenCL/m02410_a1-optimized.cl +++ b/OpenCL/m02410_a1-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m02410_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m02410_a3-optimized.cl b/OpenCL/m02410_a3-optimized.cl index 313631b12..c5352aadf 100644 --- a/OpenCL/m02410_a3-optimized.cl +++ b/OpenCL/m02410_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m02410m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m02500-pure.cl b/OpenCL/m02500-pure.cl index 178a798da..64d77a139 100644 --- a/OpenCL/m02500-pure.cl +++ b/OpenCL/m02500-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #else #include "inc_vendor.h" #include "inc_types.h" diff --git a/OpenCL/m02501-pure.cl b/OpenCL/m02501-pure.cl index 8a6149b88..6bb174486 100644 --- a/OpenCL/m02501-pure.cl +++ b/OpenCL/m02501-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #else #include "inc_vendor.h" #include "inc_types.h" diff --git a/OpenCL/m02610_a0-optimized.cl b/OpenCL/m02610_a0-optimized.cl index a3711e551..2c056e460 100644 --- a/OpenCL/m02610_a0-optimized.cl +++ b/OpenCL/m02610_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02610_a0-pure.cl b/OpenCL/m02610_a0-pure.cl index b7220e332..ecd7d3319 100644 --- a/OpenCL/m02610_a0-pure.cl +++ b/OpenCL/m02610_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02610_a1-optimized.cl b/OpenCL/m02610_a1-optimized.cl index 382d5602b..77cc1c038 100644 --- a/OpenCL/m02610_a1-optimized.cl +++ b/OpenCL/m02610_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02610_a1-pure.cl b/OpenCL/m02610_a1-pure.cl index 39952ab92..569486bd0 100644 --- a/OpenCL/m02610_a1-pure.cl +++ b/OpenCL/m02610_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02610_a3-optimized.cl b/OpenCL/m02610_a3-optimized.cl index 3123a35f5..6acbcf832 100644 --- a/OpenCL/m02610_a3-optimized.cl +++ b/OpenCL/m02610_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02610_a3-pure.cl b/OpenCL/m02610_a3-pure.cl index 3745ed11f..c9ff5c487 100644 --- a/OpenCL/m02610_a3-pure.cl +++ b/OpenCL/m02610_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02710_a0-optimized.cl b/OpenCL/m02710_a0-optimized.cl index 9762950c9..730f87dc9 100644 --- a/OpenCL/m02710_a0-optimized.cl +++ b/OpenCL/m02710_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02710_a1-optimized.cl b/OpenCL/m02710_a1-optimized.cl index 8756feb3b..f2bdf0873 100644 --- a/OpenCL/m02710_a1-optimized.cl +++ b/OpenCL/m02710_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02710_a3-optimized.cl b/OpenCL/m02710_a3-optimized.cl index 0a391b1a6..674c2c9ac 100644 --- a/OpenCL/m02710_a3-optimized.cl +++ b/OpenCL/m02710_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02810_a0-optimized.cl b/OpenCL/m02810_a0-optimized.cl index f09dfb564..d8e783d83 100644 --- a/OpenCL/m02810_a0-optimized.cl +++ b/OpenCL/m02810_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02810_a0-pure.cl b/OpenCL/m02810_a0-pure.cl index 2e2c74e09..7beaed972 100644 --- a/OpenCL/m02810_a0-pure.cl +++ b/OpenCL/m02810_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02810_a1-optimized.cl b/OpenCL/m02810_a1-optimized.cl index e5f518ce8..11af80b72 100644 --- a/OpenCL/m02810_a1-optimized.cl +++ b/OpenCL/m02810_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02810_a1-pure.cl b/OpenCL/m02810_a1-pure.cl index 461c27a36..5aa69a11c 100644 --- a/OpenCL/m02810_a1-pure.cl +++ b/OpenCL/m02810_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02810_a3-optimized.cl b/OpenCL/m02810_a3-optimized.cl index 31e4e3165..0933ed04a 100644 --- a/OpenCL/m02810_a3-optimized.cl +++ b/OpenCL/m02810_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m02810_a3-pure.cl b/OpenCL/m02810_a3-pure.cl index 5460fb3fc..e970b166e 100644 --- a/OpenCL/m02810_a3-pure.cl +++ b/OpenCL/m02810_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03000_a0-pure.cl b/OpenCL/m03000_a0-pure.cl index 55ec178da..58c3e7045 100644 --- a/OpenCL/m03000_a0-pure.cl +++ b/OpenCL/m03000_a0-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m03000_a1-pure.cl b/OpenCL/m03000_a1-pure.cl index 8e3b17597..35929b974 100644 --- a/OpenCL/m03000_a1-pure.cl +++ b/OpenCL/m03000_a1-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m03000_a3-pure.cl b/OpenCL/m03000_a3-pure.cl index f2417729f..e8872d39b 100644 --- a/OpenCL/m03000_a3-pure.cl +++ b/OpenCL/m03000_a3-pure.cl @@ -5,14 +5,11 @@ * : sboxes for others were takes fron JtR, license below */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl) diff --git a/OpenCL/m03100_a0-optimized.cl b/OpenCL/m03100_a0-optimized.cl index 301ca8438..9bce4928a 100644 --- a/OpenCL/m03100_a0-optimized.cl +++ b/OpenCL/m03100_a0-optimized.cl @@ -6,18 +6,15 @@ //incompatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif KERNEL_FQ void m03100_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m03100_a1-optimized.cl b/OpenCL/m03100_a1-optimized.cl index 604df6ceb..d027d2650 100644 --- a/OpenCL/m03100_a1-optimized.cl +++ b/OpenCL/m03100_a1-optimized.cl @@ -6,16 +6,13 @@ //incompatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif KERNEL_FQ void m03100_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m03100_a3-optimized.cl b/OpenCL/m03100_a3-optimized.cl index 16910174e..5c92c78f5 100644 --- a/OpenCL/m03100_a3-optimized.cl +++ b/OpenCL/m03100_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif DECLSPEC void m03100m (SHM_TYPE u32 (*s_SPtrans)[64], SHM_TYPE u32 (*s_skb)[64], PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m03200-pure.cl b/OpenCL/m03200-pure.cl index 2891b341b..8e5a16567 100644 --- a/OpenCL/m03200-pure.cl +++ b/OpenCL/m03200-pure.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m03500_a0-optimized.cl b/OpenCL/m03500_a0-optimized.cl index 6d6b0dad5..e01f881e9 100644 --- a/OpenCL/m03500_a0-optimized.cl +++ b/OpenCL/m03500_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03500_a0-pure.cl b/OpenCL/m03500_a0-pure.cl index ac1d31a3a..bf87330c5 100644 --- a/OpenCL/m03500_a0-pure.cl +++ b/OpenCL/m03500_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03500_a1-optimized.cl b/OpenCL/m03500_a1-optimized.cl index 9e17ec7c0..febe29ada 100644 --- a/OpenCL/m03500_a1-optimized.cl +++ b/OpenCL/m03500_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03500_a1-pure.cl b/OpenCL/m03500_a1-pure.cl index 1f77f964a..66205828e 100644 --- a/OpenCL/m03500_a1-pure.cl +++ b/OpenCL/m03500_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03500_a3-optimized.cl b/OpenCL/m03500_a3-optimized.cl index 71993efd9..2cd096bca 100644 --- a/OpenCL/m03500_a3-optimized.cl +++ b/OpenCL/m03500_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03500_a3-pure.cl b/OpenCL/m03500_a3-pure.cl index 778b8731f..c2200b2a1 100644 --- a/OpenCL/m03500_a3-pure.cl +++ b/OpenCL/m03500_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03710_a0-optimized.cl b/OpenCL/m03710_a0-optimized.cl index f25a4b556..3294edd01 100644 --- a/OpenCL/m03710_a0-optimized.cl +++ b/OpenCL/m03710_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03710_a0-pure.cl b/OpenCL/m03710_a0-pure.cl index 78ae82542..0f61a73bf 100644 --- a/OpenCL/m03710_a0-pure.cl +++ b/OpenCL/m03710_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03710_a1-optimized.cl b/OpenCL/m03710_a1-optimized.cl index 106db6f88..39bc4fe62 100644 --- a/OpenCL/m03710_a1-optimized.cl +++ b/OpenCL/m03710_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03710_a1-pure.cl b/OpenCL/m03710_a1-pure.cl index 6adbfbf21..af7e112b8 100644 --- a/OpenCL/m03710_a1-pure.cl +++ b/OpenCL/m03710_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03710_a3-optimized.cl b/OpenCL/m03710_a3-optimized.cl index 53425cf4a..ac9b92139 100644 --- a/OpenCL/m03710_a3-optimized.cl +++ b/OpenCL/m03710_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03710_a3-pure.cl b/OpenCL/m03710_a3-pure.cl index 0b77cb4f8..553672fc5 100644 --- a/OpenCL/m03710_a3-pure.cl +++ b/OpenCL/m03710_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03800_a0-optimized.cl b/OpenCL/m03800_a0-optimized.cl index e884f28ff..07a959c00 100644 --- a/OpenCL/m03800_a0-optimized.cl +++ b/OpenCL/m03800_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m03800_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m03800_a0-pure.cl b/OpenCL/m03800_a0-pure.cl index 4d49ef9c5..191735f2d 100644 --- a/OpenCL/m03800_a0-pure.cl +++ b/OpenCL/m03800_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m03800_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m03800_a1-optimized.cl b/OpenCL/m03800_a1-optimized.cl index 52ce6e573..8b440155a 100644 --- a/OpenCL/m03800_a1-optimized.cl +++ b/OpenCL/m03800_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m03800_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m03800_a1-pure.cl b/OpenCL/m03800_a1-pure.cl index 8a0e3aff3..5ea3d9b57 100644 --- a/OpenCL/m03800_a1-pure.cl +++ b/OpenCL/m03800_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m03800_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m03800_a3-optimized.cl b/OpenCL/m03800_a3-optimized.cl index d97000998..0b421306f 100644 --- a/OpenCL/m03800_a3-optimized.cl +++ b/OpenCL/m03800_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m03800m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m03800_a3-pure.cl b/OpenCL/m03800_a3-pure.cl index 5edf35146..ca1c599e3 100644 --- a/OpenCL/m03800_a3-pure.cl +++ b/OpenCL/m03800_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m03800_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m03910_a0-optimized.cl b/OpenCL/m03910_a0-optimized.cl index 4a0edb4a8..f3c090135 100644 --- a/OpenCL/m03910_a0-optimized.cl +++ b/OpenCL/m03910_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03910_a0-pure.cl b/OpenCL/m03910_a0-pure.cl index a8cabae71..e178e8bf8 100644 --- a/OpenCL/m03910_a0-pure.cl +++ b/OpenCL/m03910_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03910_a1-optimized.cl b/OpenCL/m03910_a1-optimized.cl index 04acc1d4b..12edbb197 100644 --- a/OpenCL/m03910_a1-optimized.cl +++ b/OpenCL/m03910_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03910_a1-pure.cl b/OpenCL/m03910_a1-pure.cl index 3a08772a8..b9421224c 100644 --- a/OpenCL/m03910_a1-pure.cl +++ b/OpenCL/m03910_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03910_a3-optimized.cl b/OpenCL/m03910_a3-optimized.cl index a0072b433..eb966866f 100644 --- a/OpenCL/m03910_a3-optimized.cl +++ b/OpenCL/m03910_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m03910_a3-pure.cl b/OpenCL/m03910_a3-pure.cl index 4a10c8881..f9b32de2a 100644 --- a/OpenCL/m03910_a3-pure.cl +++ b/OpenCL/m03910_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04010_a0-optimized.cl b/OpenCL/m04010_a0-optimized.cl index a1982aa2e..0cd84e0b3 100644 --- a/OpenCL/m04010_a0-optimized.cl +++ b/OpenCL/m04010_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04010_a0-pure.cl b/OpenCL/m04010_a0-pure.cl index 2b70c573a..6485d70dd 100644 --- a/OpenCL/m04010_a0-pure.cl +++ b/OpenCL/m04010_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04010_a1-optimized.cl b/OpenCL/m04010_a1-optimized.cl index 36b41cd9a..6028d3caa 100644 --- a/OpenCL/m04010_a1-optimized.cl +++ b/OpenCL/m04010_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04010_a1-pure.cl b/OpenCL/m04010_a1-pure.cl index 41adbcb06..084e85ef0 100644 --- a/OpenCL/m04010_a1-pure.cl +++ b/OpenCL/m04010_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04010_a3-optimized.cl b/OpenCL/m04010_a3-optimized.cl index eb870816b..b40375523 100644 --- a/OpenCL/m04010_a3-optimized.cl +++ b/OpenCL/m04010_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04010_a3-pure.cl b/OpenCL/m04010_a3-pure.cl index bb209e503..4bff07477 100644 --- a/OpenCL/m04010_a3-pure.cl +++ b/OpenCL/m04010_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04110_a0-optimized.cl b/OpenCL/m04110_a0-optimized.cl index 27d63a246..b81017557 100644 --- a/OpenCL/m04110_a0-optimized.cl +++ b/OpenCL/m04110_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04110_a0-pure.cl b/OpenCL/m04110_a0-pure.cl index e935ea4ca..a4fd4f00c 100644 --- a/OpenCL/m04110_a0-pure.cl +++ b/OpenCL/m04110_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04110_a1-optimized.cl b/OpenCL/m04110_a1-optimized.cl index ea925e9da..7e1222c44 100644 --- a/OpenCL/m04110_a1-optimized.cl +++ b/OpenCL/m04110_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04110_a1-pure.cl b/OpenCL/m04110_a1-pure.cl index c690437b1..a1cab9e20 100644 --- a/OpenCL/m04110_a1-pure.cl +++ b/OpenCL/m04110_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04110_a3-optimized.cl b/OpenCL/m04110_a3-optimized.cl index 6052a02f7..ff185f8f7 100644 --- a/OpenCL/m04110_a3-optimized.cl +++ b/OpenCL/m04110_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04110_a3-pure.cl b/OpenCL/m04110_a3-pure.cl index d3f0e66c5..b30502e58 100644 --- a/OpenCL/m04110_a3-pure.cl +++ b/OpenCL/m04110_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04310_a0-optimized.cl b/OpenCL/m04310_a0-optimized.cl index 35a5d0370..cf8c6ebc3 100644 --- a/OpenCL/m04310_a0-optimized.cl +++ b/OpenCL/m04310_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04310_a0-pure.cl b/OpenCL/m04310_a0-pure.cl index 908cac205..cd6abb254 100644 --- a/OpenCL/m04310_a0-pure.cl +++ b/OpenCL/m04310_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04310_a1-optimized.cl b/OpenCL/m04310_a1-optimized.cl index 9191436bf..f37914982 100644 --- a/OpenCL/m04310_a1-optimized.cl +++ b/OpenCL/m04310_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04310_a1-pure.cl b/OpenCL/m04310_a1-pure.cl index 6d5b43f94..7087e597d 100644 --- a/OpenCL/m04310_a1-pure.cl +++ b/OpenCL/m04310_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04310_a3-optimized.cl b/OpenCL/m04310_a3-optimized.cl index 3df129d15..8bfeda5e7 100644 --- a/OpenCL/m04310_a3-optimized.cl +++ b/OpenCL/m04310_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04310_a3-pure.cl b/OpenCL/m04310_a3-pure.cl index 7f810859f..2aa0b01b2 100644 --- a/OpenCL/m04310_a3-pure.cl +++ b/OpenCL/m04310_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04400_a0-optimized.cl b/OpenCL/m04400_a0-optimized.cl index e60f60a20..cbf088c08 100644 --- a/OpenCL/m04400_a0-optimized.cl +++ b/OpenCL/m04400_a0-optimized.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04400_a0-pure.cl b/OpenCL/m04400_a0-pure.cl index 36b49bd54..378a66ed0 100644 --- a/OpenCL/m04400_a0-pure.cl +++ b/OpenCL/m04400_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04400_a1-optimized.cl b/OpenCL/m04400_a1-optimized.cl index 565441581..05bd0e5f7 100644 --- a/OpenCL/m04400_a1-optimized.cl +++ b/OpenCL/m04400_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04400_a1-pure.cl b/OpenCL/m04400_a1-pure.cl index 80b1d3c3d..8fc032c46 100644 --- a/OpenCL/m04400_a1-pure.cl +++ b/OpenCL/m04400_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04400_a3-optimized.cl b/OpenCL/m04400_a3-optimized.cl index bef5f06c1..329fec83f 100644 --- a/OpenCL/m04400_a3-optimized.cl +++ b/OpenCL/m04400_a3-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04400_a3-pure.cl b/OpenCL/m04400_a3-pure.cl index 2ca1072fe..c463e627c 100644 --- a/OpenCL/m04400_a3-pure.cl +++ b/OpenCL/m04400_a3-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04500_a0-optimized.cl b/OpenCL/m04500_a0-optimized.cl index 038272809..c78e10db9 100644 --- a/OpenCL/m04500_a0-optimized.cl +++ b/OpenCL/m04500_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04500_a0-pure.cl b/OpenCL/m04500_a0-pure.cl index c5435b006..2704f3b14 100644 --- a/OpenCL/m04500_a0-pure.cl +++ b/OpenCL/m04500_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04500_a1-optimized.cl b/OpenCL/m04500_a1-optimized.cl index 0291c55ed..8c999a4d5 100644 --- a/OpenCL/m04500_a1-optimized.cl +++ b/OpenCL/m04500_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04500_a1-pure.cl b/OpenCL/m04500_a1-pure.cl index 407d433b1..7a7fefce3 100644 --- a/OpenCL/m04500_a1-pure.cl +++ b/OpenCL/m04500_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04500_a3-optimized.cl b/OpenCL/m04500_a3-optimized.cl index 9a865a592..d552860b9 100644 --- a/OpenCL/m04500_a3-optimized.cl +++ b/OpenCL/m04500_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04500_a3-pure.cl b/OpenCL/m04500_a3-pure.cl index d2b70c597..1811b6f18 100644 --- a/OpenCL/m04500_a3-pure.cl +++ b/OpenCL/m04500_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04510_a0-optimized.cl b/OpenCL/m04510_a0-optimized.cl index 2f97a8d58..280526e12 100644 --- a/OpenCL/m04510_a0-optimized.cl +++ b/OpenCL/m04510_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04510_a0-pure.cl b/OpenCL/m04510_a0-pure.cl index f07e3dfe1..a3be7b535 100644 --- a/OpenCL/m04510_a0-pure.cl +++ b/OpenCL/m04510_a0-pure.cl @@ -5,18 +5,15 @@ // #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04510_a1-optimized.cl b/OpenCL/m04510_a1-optimized.cl index f900ba9a1..5b0bea450 100644 --- a/OpenCL/m04510_a1-optimized.cl +++ b/OpenCL/m04510_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04510_a1-pure.cl b/OpenCL/m04510_a1-pure.cl index 023daebb6..885cee178 100644 --- a/OpenCL/m04510_a1-pure.cl +++ b/OpenCL/m04510_a1-pure.cl @@ -5,16 +5,13 @@ // #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04510_a3-optimized.cl b/OpenCL/m04510_a3-optimized.cl index 53bb8fd11..306daf8a0 100644 --- a/OpenCL/m04510_a3-optimized.cl +++ b/OpenCL/m04510_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04510_a3-pure.cl b/OpenCL/m04510_a3-pure.cl index 22cbdaa01..c9d578819 100644 --- a/OpenCL/m04510_a3-pure.cl +++ b/OpenCL/m04510_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04520_a0-optimized.cl b/OpenCL/m04520_a0-optimized.cl index 96c7a61c0..4d474d836 100644 --- a/OpenCL/m04520_a0-optimized.cl +++ b/OpenCL/m04520_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04520_a0-pure.cl b/OpenCL/m04520_a0-pure.cl index afd5e08b4..f87c1521b 100644 --- a/OpenCL/m04520_a0-pure.cl +++ b/OpenCL/m04520_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04520_a1-optimized.cl b/OpenCL/m04520_a1-optimized.cl index bab651be9..899c3aa25 100644 --- a/OpenCL/m04520_a1-optimized.cl +++ b/OpenCL/m04520_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04520_a1-pure.cl b/OpenCL/m04520_a1-pure.cl index a69da723a..03c5370a2 100644 --- a/OpenCL/m04520_a1-pure.cl +++ b/OpenCL/m04520_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04520_a3-optimized.cl b/OpenCL/m04520_a3-optimized.cl index 260b59482..3ddaa9bef 100644 --- a/OpenCL/m04520_a3-optimized.cl +++ b/OpenCL/m04520_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04520_a3-pure.cl b/OpenCL/m04520_a3-pure.cl index ebc4921f3..0ae4e54b4 100644 --- a/OpenCL/m04520_a3-pure.cl +++ b/OpenCL/m04520_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04700_a0-optimized.cl b/OpenCL/m04700_a0-optimized.cl index 27e8467cc..811009b89 100644 --- a/OpenCL/m04700_a0-optimized.cl +++ b/OpenCL/m04700_a0-optimized.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04700_a0-pure.cl b/OpenCL/m04700_a0-pure.cl index f1050865d..32c24fafd 100644 --- a/OpenCL/m04700_a0-pure.cl +++ b/OpenCL/m04700_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04700_a1-optimized.cl b/OpenCL/m04700_a1-optimized.cl index 3689727fb..20c8b2398 100644 --- a/OpenCL/m04700_a1-optimized.cl +++ b/OpenCL/m04700_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04700_a1-pure.cl b/OpenCL/m04700_a1-pure.cl index 7be0de116..e5f1465a5 100644 --- a/OpenCL/m04700_a1-pure.cl +++ b/OpenCL/m04700_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04700_a3-optimized.cl b/OpenCL/m04700_a3-optimized.cl index 1b6640742..acaa860e5 100644 --- a/OpenCL/m04700_a3-optimized.cl +++ b/OpenCL/m04700_a3-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04700_a3-pure.cl b/OpenCL/m04700_a3-pure.cl index 1db1aba60..eadeb2a68 100644 --- a/OpenCL/m04700_a3-pure.cl +++ b/OpenCL/m04700_a3-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04710_a0-optimized.cl b/OpenCL/m04710_a0-optimized.cl index 5252e8847..d7098e09a 100644 --- a/OpenCL/m04710_a0-optimized.cl +++ b/OpenCL/m04710_a0-optimized.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04710_a0-pure.cl b/OpenCL/m04710_a0-pure.cl index b8fa3109c..ddec6b202 100644 --- a/OpenCL/m04710_a0-pure.cl +++ b/OpenCL/m04710_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04710_a1-optimized.cl b/OpenCL/m04710_a1-optimized.cl index be394b36a..0c7c10390 100644 --- a/OpenCL/m04710_a1-optimized.cl +++ b/OpenCL/m04710_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04710_a1-pure.cl b/OpenCL/m04710_a1-pure.cl index 37d95346a..1c71a09d8 100644 --- a/OpenCL/m04710_a1-pure.cl +++ b/OpenCL/m04710_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04710_a3-optimized.cl b/OpenCL/m04710_a3-optimized.cl index bc6c9db63..1c2d6e95f 100644 --- a/OpenCL/m04710_a3-optimized.cl +++ b/OpenCL/m04710_a3-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04710_a3-pure.cl b/OpenCL/m04710_a3-pure.cl index a7dd32831..f60f385f8 100644 --- a/OpenCL/m04710_a3-pure.cl +++ b/OpenCL/m04710_a3-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04800_a0-optimized.cl b/OpenCL/m04800_a0-optimized.cl index fbaf7d179..d0142f1f7 100644 --- a/OpenCL/m04800_a0-optimized.cl +++ b/OpenCL/m04800_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m04800_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m04800_a0-pure.cl b/OpenCL/m04800_a0-pure.cl index bdb27d432..a8b8549f1 100644 --- a/OpenCL/m04800_a0-pure.cl +++ b/OpenCL/m04800_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m04800_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m04800_a1-optimized.cl b/OpenCL/m04800_a1-optimized.cl index d299a1e4d..4f09e63ae 100644 --- a/OpenCL/m04800_a1-optimized.cl +++ b/OpenCL/m04800_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m04800_a1-pure.cl b/OpenCL/m04800_a1-pure.cl index 20c9c4813..2328b1dbd 100644 --- a/OpenCL/m04800_a1-pure.cl +++ b/OpenCL/m04800_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m04800_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m04800_a3-optimized.cl b/OpenCL/m04800_a3-optimized.cl index 12566c6d9..9f59e50b8 100644 --- a/OpenCL/m04800_a3-optimized.cl +++ b/OpenCL/m04800_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m04800m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m04800_a3-pure.cl b/OpenCL/m04800_a3-pure.cl index 8123bdd6c..0a7619700 100644 --- a/OpenCL/m04800_a3-pure.cl +++ b/OpenCL/m04800_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m04800_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m04900_a0-optimized.cl b/OpenCL/m04900_a0-optimized.cl index 7998a06eb..758f48497 100644 --- a/OpenCL/m04900_a0-optimized.cl +++ b/OpenCL/m04900_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m04900_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m04900_a0-pure.cl b/OpenCL/m04900_a0-pure.cl index 0d0de6812..c16962c10 100644 --- a/OpenCL/m04900_a0-pure.cl +++ b/OpenCL/m04900_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m04900_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m04900_a1-optimized.cl b/OpenCL/m04900_a1-optimized.cl index 30ecf7a58..d14164a89 100644 --- a/OpenCL/m04900_a1-optimized.cl +++ b/OpenCL/m04900_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m04900_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m04900_a1-pure.cl b/OpenCL/m04900_a1-pure.cl index 24690ccfd..99ac40da6 100644 --- a/OpenCL/m04900_a1-pure.cl +++ b/OpenCL/m04900_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m04900_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m04900_a3-optimized.cl b/OpenCL/m04900_a3-optimized.cl index 74b623da6..31e3b3e14 100644 --- a/OpenCL/m04900_a3-optimized.cl +++ b/OpenCL/m04900_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m04900m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m04900_a3-pure.cl b/OpenCL/m04900_a3-pure.cl index 6f6ec818c..1b2999879 100644 --- a/OpenCL/m04900_a3-pure.cl +++ b/OpenCL/m04900_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m04900_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m05000_a0-optimized.cl b/OpenCL/m05000_a0-optimized.cl index 8a6d4caec..7073c7e70 100644 --- a/OpenCL/m05000_a0-optimized.cl +++ b/OpenCL/m05000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m05000_a0-pure.cl b/OpenCL/m05000_a0-pure.cl index 2c3962a1b..7733bc064 100644 --- a/OpenCL/m05000_a0-pure.cl +++ b/OpenCL/m05000_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m05000_a1-optimized.cl b/OpenCL/m05000_a1-optimized.cl index b5e30b23c..dc9b8c801 100644 --- a/OpenCL/m05000_a1-optimized.cl +++ b/OpenCL/m05000_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m05000_a1-pure.cl b/OpenCL/m05000_a1-pure.cl index 4134065fc..d96c0bf90 100644 --- a/OpenCL/m05000_a1-pure.cl +++ b/OpenCL/m05000_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m05000_a3-optimized.cl b/OpenCL/m05000_a3-optimized.cl index 46c15a61f..329eda996 100644 --- a/OpenCL/m05000_a3-optimized.cl +++ b/OpenCL/m05000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m05000_a3-pure.cl b/OpenCL/m05000_a3-pure.cl index 6c37bf18c..ef86170d6 100644 --- a/OpenCL/m05000_a3-pure.cl +++ b/OpenCL/m05000_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m05100_a0-optimized.cl b/OpenCL/m05100_a0-optimized.cl index dfccbcc4e..78387e438 100644 --- a/OpenCL/m05100_a0-optimized.cl +++ b/OpenCL/m05100_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m05100_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m05100_a0-pure.cl b/OpenCL/m05100_a0-pure.cl index 25fcc35a2..77915b5cf 100644 --- a/OpenCL/m05100_a0-pure.cl +++ b/OpenCL/m05100_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m05100_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m05100_a1-optimized.cl b/OpenCL/m05100_a1-optimized.cl index aa50c62ab..50fc822c4 100644 --- a/OpenCL/m05100_a1-optimized.cl +++ b/OpenCL/m05100_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m05100_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m05100_a1-pure.cl b/OpenCL/m05100_a1-pure.cl index bec5e2cf5..630fa692f 100644 --- a/OpenCL/m05100_a1-pure.cl +++ b/OpenCL/m05100_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m05100_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m05100_a3-optimized.cl b/OpenCL/m05100_a3-optimized.cl index 898699239..c47ea57c5 100644 --- a/OpenCL/m05100_a3-optimized.cl +++ b/OpenCL/m05100_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m05100m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m05100_a3-pure.cl b/OpenCL/m05100_a3-pure.cl index abae6f697..559bc5f9c 100644 --- a/OpenCL/m05100_a3-pure.cl +++ b/OpenCL/m05100_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m05100_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m05200-pure.cl b/OpenCL/m05200-pure.cl index 746e2069b..38dd27532 100644 --- a/OpenCL/m05200-pure.cl +++ b/OpenCL/m05200-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m05300_a0-optimized.cl b/OpenCL/m05300_a0-optimized.cl index 2f49702d1..2d0ed29b9 100644 --- a/OpenCL/m05300_a0-optimized.cl +++ b/OpenCL/m05300_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05300_a0-pure.cl b/OpenCL/m05300_a0-pure.cl index ede8afed3..689fd0874 100644 --- a/OpenCL/m05300_a0-pure.cl +++ b/OpenCL/m05300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05300_a1-optimized.cl b/OpenCL/m05300_a1-optimized.cl index eee27dc14..784c7db0b 100644 --- a/OpenCL/m05300_a1-optimized.cl +++ b/OpenCL/m05300_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05300_a1-pure.cl b/OpenCL/m05300_a1-pure.cl index 16573f091..c3bdb83a6 100644 --- a/OpenCL/m05300_a1-pure.cl +++ b/OpenCL/m05300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05300_a3-optimized.cl b/OpenCL/m05300_a3-optimized.cl index fcf27e820..5917f6c29 100644 --- a/OpenCL/m05300_a3-optimized.cl +++ b/OpenCL/m05300_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05300_a3-pure.cl b/OpenCL/m05300_a3-pure.cl index 95a1e9bb5..43dfe10dd 100644 --- a/OpenCL/m05300_a3-pure.cl +++ b/OpenCL/m05300_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05400_a0-optimized.cl b/OpenCL/m05400_a0-optimized.cl index 898b9e198..cbe34a58b 100644 --- a/OpenCL/m05400_a0-optimized.cl +++ b/OpenCL/m05400_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05400_a0-pure.cl b/OpenCL/m05400_a0-pure.cl index 5c7a1e819..5481144d0 100644 --- a/OpenCL/m05400_a0-pure.cl +++ b/OpenCL/m05400_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05400_a1-optimized.cl b/OpenCL/m05400_a1-optimized.cl index 2052e0539..245580c31 100644 --- a/OpenCL/m05400_a1-optimized.cl +++ b/OpenCL/m05400_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05400_a1-pure.cl b/OpenCL/m05400_a1-pure.cl index 238b5f563..60679fab5 100644 --- a/OpenCL/m05400_a1-pure.cl +++ b/OpenCL/m05400_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05400_a3-optimized.cl b/OpenCL/m05400_a3-optimized.cl index be319e5f0..b99b970f3 100644 --- a/OpenCL/m05400_a3-optimized.cl +++ b/OpenCL/m05400_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05400_a3-pure.cl b/OpenCL/m05400_a3-pure.cl index 60b2f30da..c22bdd166 100644 --- a/OpenCL/m05400_a3-pure.cl +++ b/OpenCL/m05400_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct ikepsk diff --git a/OpenCL/m05500_a0-optimized.cl b/OpenCL/m05500_a0-optimized.cl index 359474e45..9a597096f 100644 --- a/OpenCL/m05500_a0-optimized.cl +++ b/OpenCL/m05500_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05500_a0-pure.cl b/OpenCL/m05500_a0-pure.cl index 5341becbe..0b65f38dd 100644 --- a/OpenCL/m05500_a0-pure.cl +++ b/OpenCL/m05500_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05500_a1-optimized.cl b/OpenCL/m05500_a1-optimized.cl index c7258c57b..62bb0a13a 100644 --- a/OpenCL/m05500_a1-optimized.cl +++ b/OpenCL/m05500_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05500_a1-pure.cl b/OpenCL/m05500_a1-pure.cl index 9c67d180e..1466ce430 100644 --- a/OpenCL/m05500_a1-pure.cl +++ b/OpenCL/m05500_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05500_a3-optimized.cl b/OpenCL/m05500_a3-optimized.cl index 58df041fa..2ad1d9a62 100644 --- a/OpenCL/m05500_a3-optimized.cl +++ b/OpenCL/m05500_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05500_a3-pure.cl b/OpenCL/m05500_a3-pure.cl index d876d6888..3ef7460da 100644 --- a/OpenCL/m05500_a3-pure.cl +++ b/OpenCL/m05500_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05600_a0-optimized.cl b/OpenCL/m05600_a0-optimized.cl index 0476271b8..5bedcfe2d 100644 --- a/OpenCL/m05600_a0-optimized.cl +++ b/OpenCL/m05600_a0-optimized.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05600_a0-pure.cl b/OpenCL/m05600_a0-pure.cl index 2acc505bc..257bf949a 100644 --- a/OpenCL/m05600_a0-pure.cl +++ b/OpenCL/m05600_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05600_a1-optimized.cl b/OpenCL/m05600_a1-optimized.cl index 9ff3c12eb..f30fb465d 100644 --- a/OpenCL/m05600_a1-optimized.cl +++ b/OpenCL/m05600_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05600_a1-pure.cl b/OpenCL/m05600_a1-pure.cl index 7ab9943e1..65b8ae4b3 100644 --- a/OpenCL/m05600_a1-pure.cl +++ b/OpenCL/m05600_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05600_a3-optimized.cl b/OpenCL/m05600_a3-optimized.cl index d59a110f2..d2450f86b 100644 --- a/OpenCL/m05600_a3-optimized.cl +++ b/OpenCL/m05600_a3-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05600_a3-pure.cl b/OpenCL/m05600_a3-pure.cl index 746c31753..dc7521830 100644 --- a/OpenCL/m05600_a3-pure.cl +++ b/OpenCL/m05600_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct netntlm diff --git a/OpenCL/m05800-optimized.cl b/OpenCL/m05800-optimized.cl index fd2b10078..7ab1a8912 100644 --- a/OpenCL/m05800-optimized.cl +++ b/OpenCL/m05800-optimized.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m05800-pure.cl b/OpenCL/m05800-pure.cl index b8544525b..6aa023432 100644 --- a/OpenCL/m05800-pure.cl +++ b/OpenCL/m05800-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m06000_a0-optimized.cl b/OpenCL/m06000_a0-optimized.cl index 6755fce54..79fc22175 100644 --- a/OpenCL/m06000_a0-optimized.cl +++ b/OpenCL/m06000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) #endif DECLSPEC void ripemd160_transform_transport_vector (PRIVATE_AS const u32x *w, PRIVATE_AS u32x *dgst) diff --git a/OpenCL/m06000_a0-pure.cl b/OpenCL/m06000_a0-pure.cl index 27eba1453..799b60e58 100644 --- a/OpenCL/m06000_a0-pure.cl +++ b/OpenCL/m06000_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) #endif KERNEL_FQ void m06000_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m06000_a1-optimized.cl b/OpenCL/m06000_a1-optimized.cl index f75a57540..f1311ce99 100644 --- a/OpenCL/m06000_a1-optimized.cl +++ b/OpenCL/m06000_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) #endif DECLSPEC void ripemd160_transform_transport_vector (PRIVATE_AS const u32x *w, PRIVATE_AS u32x *dgst) diff --git a/OpenCL/m06000_a1-pure.cl b/OpenCL/m06000_a1-pure.cl index dffae181e..80fc12ee9 100644 --- a/OpenCL/m06000_a1-pure.cl +++ b/OpenCL/m06000_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) #endif KERNEL_FQ void m06000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m06000_a3-optimized.cl b/OpenCL/m06000_a3-optimized.cl index 68d2c0e11..4f09bd702 100644 --- a/OpenCL/m06000_a3-optimized.cl +++ b/OpenCL/m06000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) #endif DECLSPEC void ripemd160_transform_transport_vector (PRIVATE_AS const u32x *w, PRIVATE_AS u32x *dgst) diff --git a/OpenCL/m06000_a3-pure.cl b/OpenCL/m06000_a3-pure.cl index 093c37bda..60049ccfd 100644 --- a/OpenCL/m06000_a3-pure.cl +++ b/OpenCL/m06000_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) #endif KERNEL_FQ void m06000_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m06100_a0-optimized.cl b/OpenCL/m06100_a0-optimized.cl index d35bc054d..478e8caa2 100644 --- a/OpenCL/m06100_a0-optimized.cl +++ b/OpenCL/m06100_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) #endif DECLSPEC void whirlpool_transform_transport_vector (PRIVATE_AS const u32x *w, PRIVATE_AS u32x *digest, SHM_TYPE u64 *s_MT0, SHM_TYPE u64 *s_MT1, SHM_TYPE u64 *s_MT2, SHM_TYPE u64 *s_MT3, SHM_TYPE u64 *s_MT4, SHM_TYPE u64 *s_MT5, SHM_TYPE u64 *s_MT6, SHM_TYPE u64 *s_MT7) diff --git a/OpenCL/m06100_a0-pure.cl b/OpenCL/m06100_a0-pure.cl index a1867a0da..f53025d4d 100644 --- a/OpenCL/m06100_a0-pure.cl +++ b/OpenCL/m06100_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) #endif KERNEL_FQ void m06100_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m06100_a1-optimized.cl b/OpenCL/m06100_a1-optimized.cl index 9a915c0d5..0ce3769e4 100644 --- a/OpenCL/m06100_a1-optimized.cl +++ b/OpenCL/m06100_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) #endif DECLSPEC void whirlpool_transform_transport_vector (PRIVATE_AS const u32x *w, PRIVATE_AS u32x *digest, SHM_TYPE u64 *s_MT0, SHM_TYPE u64 *s_MT1, SHM_TYPE u64 *s_MT2, SHM_TYPE u64 *s_MT3, SHM_TYPE u64 *s_MT4, SHM_TYPE u64 *s_MT5, SHM_TYPE u64 *s_MT6, SHM_TYPE u64 *s_MT7) diff --git a/OpenCL/m06100_a1-pure.cl b/OpenCL/m06100_a1-pure.cl index 7eef11bc2..95567d1dd 100644 --- a/OpenCL/m06100_a1-pure.cl +++ b/OpenCL/m06100_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) #endif KERNEL_FQ void m06100_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m06100_a3-optimized.cl b/OpenCL/m06100_a3-optimized.cl index 908cdc0fb..9623ad97e 100644 --- a/OpenCL/m06100_a3-optimized.cl +++ b/OpenCL/m06100_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) #endif DECLSPEC void whirlpool_transform_transport_vector (PRIVATE_AS const u32x *w, PRIVATE_AS u32x *digest, SHM_TYPE u64 *s_MT0, SHM_TYPE u64 *s_MT1, SHM_TYPE u64 *s_MT2, SHM_TYPE u64 *s_MT3, SHM_TYPE u64 *s_MT4, SHM_TYPE u64 *s_MT5, SHM_TYPE u64 *s_MT6, SHM_TYPE u64 *s_MT7) diff --git a/OpenCL/m06100_a3-pure.cl b/OpenCL/m06100_a3-pure.cl index 39e09f167..a54d087e8 100644 --- a/OpenCL/m06100_a3-pure.cl +++ b/OpenCL/m06100_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) #endif KERNEL_FQ void m06100_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m06211-pure.cl b/OpenCL/m06211-pure.cl index 32effc377..f406ad8e7 100644 --- a/OpenCL/m06211-pure.cl +++ b/OpenCL/m06211-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc_tmp diff --git a/OpenCL/m06212-pure.cl b/OpenCL/m06212-pure.cl index bebb58260..6d37729b1 100644 --- a/OpenCL/m06212-pure.cl +++ b/OpenCL/m06212-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc_tmp diff --git a/OpenCL/m06213-pure.cl b/OpenCL/m06213-pure.cl index 4d0b43e0b..f63384102 100644 --- a/OpenCL/m06213-pure.cl +++ b/OpenCL/m06213-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc_tmp diff --git a/OpenCL/m06221-pure.cl b/OpenCL/m06221-pure.cl index 71802bf7d..dd130e637 100644 --- a/OpenCL/m06221-pure.cl +++ b/OpenCL/m06221-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc64_tmp diff --git a/OpenCL/m06222-pure.cl b/OpenCL/m06222-pure.cl index f32510f4e..a73de0e57 100644 --- a/OpenCL/m06222-pure.cl +++ b/OpenCL/m06222-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc64_tmp diff --git a/OpenCL/m06223-pure.cl b/OpenCL/m06223-pure.cl index 5e292f795..bd6d403c5 100644 --- a/OpenCL/m06223-pure.cl +++ b/OpenCL/m06223-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc64_tmp diff --git a/OpenCL/m06231-pure.cl b/OpenCL/m06231-pure.cl index acbb42d27..079690d7b 100644 --- a/OpenCL/m06231-pure.cl +++ b/OpenCL/m06231-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc_tmp diff --git a/OpenCL/m06232-pure.cl b/OpenCL/m06232-pure.cl index bd9abe910..fa7e032be 100644 --- a/OpenCL/m06232-pure.cl +++ b/OpenCL/m06232-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc_tmp diff --git a/OpenCL/m06233-pure.cl b/OpenCL/m06233-pure.cl index 8bbde7f71..d4c9a960d 100644 --- a/OpenCL/m06233-pure.cl +++ b/OpenCL/m06233-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct tc @@ -35,9 +32,9 @@ typedef struct tc } tc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_keyfile.cl) #endif typedef struct tc_tmp diff --git a/OpenCL/m06300-optimized.cl b/OpenCL/m06300-optimized.cl index 487bd94e9..92e7b50db 100644 --- a/OpenCL/m06300-optimized.cl +++ b/OpenCL/m06300-optimized.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m06300-pure.cl b/OpenCL/m06300-pure.cl index a06450515..1c2c50757 100644 --- a/OpenCL/m06300-pure.cl +++ b/OpenCL/m06300-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m06400-pure.cl b/OpenCL/m06400-pure.cl index b3401c65f..1105f8a3f 100644 --- a/OpenCL/m06400-pure.cl +++ b/OpenCL/m06400-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m06500-pure.cl b/OpenCL/m06500-pure.cl index 31356b8fc..5eefb2083 100644 --- a/OpenCL/m06500-pure.cl +++ b/OpenCL/m06500-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m06600-pure.cl b/OpenCL/m06600-pure.cl index 32658df5f..edbd92bc4 100644 --- a/OpenCL/m06600-pure.cl +++ b/OpenCL/m06600-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m06700-pure.cl b/OpenCL/m06700-pure.cl index 8a461be16..0d13c7a08 100644 --- a/OpenCL/m06700-pure.cl +++ b/OpenCL/m06700-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m06800-pure.cl b/OpenCL/m06800-pure.cl index ad59021d8..f55756b82 100644 --- a/OpenCL/m06800-pure.cl +++ b/OpenCL/m06800-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m06900_a0-optimized.cl b/OpenCL/m06900_a0-optimized.cl index f1f2594fa..9902bdcee 100644 --- a/OpenCL/m06900_a0-optimized.cl +++ b/OpenCL/m06900_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a c_tables[4][256] = diff --git a/OpenCL/m06900_a1-optimized.cl b/OpenCL/m06900_a1-optimized.cl index 5c7282b84..d98dbff79 100644 --- a/OpenCL/m06900_a1-optimized.cl +++ b/OpenCL/m06900_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a c_tables[4][256] = diff --git a/OpenCL/m06900_a3-optimized.cl b/OpenCL/m06900_a3-optimized.cl index 77232029c..1cb46e6ea 100644 --- a/OpenCL/m06900_a3-optimized.cl +++ b/OpenCL/m06900_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a c_tables[4][256] = diff --git a/OpenCL/m07000_a0-optimized.cl b/OpenCL/m07000_a0-optimized.cl index fee17b693..4671bdeb9 100644 --- a/OpenCL/m07000_a0-optimized.cl +++ b/OpenCL/m07000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m07000_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m07000_a0-pure.cl b/OpenCL/m07000_a0-pure.cl index e70ad7f23..f5e083df7 100644 --- a/OpenCL/m07000_a0-pure.cl +++ b/OpenCL/m07000_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m07000_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m07000_a1-optimized.cl b/OpenCL/m07000_a1-optimized.cl index 9c51ca4d4..0e7408918 100644 --- a/OpenCL/m07000_a1-optimized.cl +++ b/OpenCL/m07000_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m07000_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m07000_a1-pure.cl b/OpenCL/m07000_a1-pure.cl index fcbb5700d..5d4440654 100644 --- a/OpenCL/m07000_a1-pure.cl +++ b/OpenCL/m07000_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m07000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m07000_a3-optimized.cl b/OpenCL/m07000_a3-optimized.cl index 536c35db5..83bda1931 100644 --- a/OpenCL/m07000_a3-optimized.cl +++ b/OpenCL/m07000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m07000m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m07000_a3-pure.cl b/OpenCL/m07000_a3-pure.cl index a57735bb8..f7ac81883 100644 --- a/OpenCL/m07000_a3-pure.cl +++ b/OpenCL/m07000_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m07000_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m07100-pure.cl b/OpenCL/m07100-pure.cl index 2dca3a925..a98ce6114 100644 --- a/OpenCL/m07100-pure.cl +++ b/OpenCL/m07100-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m07300_a0-optimized.cl b/OpenCL/m07300_a0-optimized.cl index f6bfa67e4..0cda75ede 100644 --- a/OpenCL/m07300_a0-optimized.cl +++ b/OpenCL/m07300_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct rakp diff --git a/OpenCL/m07300_a0-pure.cl b/OpenCL/m07300_a0-pure.cl index 8d4ef4c6d..3bef46d34 100644 --- a/OpenCL/m07300_a0-pure.cl +++ b/OpenCL/m07300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct rakp diff --git a/OpenCL/m07300_a1-optimized.cl b/OpenCL/m07300_a1-optimized.cl index 9c9d8b07b..fc2d6ff8a 100644 --- a/OpenCL/m07300_a1-optimized.cl +++ b/OpenCL/m07300_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct rakp diff --git a/OpenCL/m07300_a1-pure.cl b/OpenCL/m07300_a1-pure.cl index cf945654a..12016889c 100644 --- a/OpenCL/m07300_a1-pure.cl +++ b/OpenCL/m07300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct rakp diff --git a/OpenCL/m07300_a3-optimized.cl b/OpenCL/m07300_a3-optimized.cl index 2d8e87fff..e14dcd72b 100644 --- a/OpenCL/m07300_a3-optimized.cl +++ b/OpenCL/m07300_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct rakp diff --git a/OpenCL/m07300_a3-pure.cl b/OpenCL/m07300_a3-pure.cl index ec0db7f25..d969ed0f6 100644 --- a/OpenCL/m07300_a3-pure.cl +++ b/OpenCL/m07300_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct rakp diff --git a/OpenCL/m07400-optimized.cl b/OpenCL/m07400-optimized.cl index b6f6539c9..2451081ba 100644 --- a/OpenCL/m07400-optimized.cl +++ b/OpenCL/m07400-optimized.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m07400-pure.cl b/OpenCL/m07400-pure.cl index dfc10ef48..eae958565 100644 --- a/OpenCL/m07400-pure.cl +++ b/OpenCL/m07400-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m07500_a0-optimized.cl b/OpenCL/m07500_a0-optimized.cl index cb24417d2..2036dd882 100644 --- a/OpenCL/m07500_a0-optimized.cl +++ b/OpenCL/m07500_a0-optimized.cl @@ -6,20 +6,17 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5pa diff --git a/OpenCL/m07500_a0-pure.cl b/OpenCL/m07500_a0-pure.cl index c557d3481..3799e2f30 100644 --- a/OpenCL/m07500_a0-pure.cl +++ b/OpenCL/m07500_a0-pure.cl @@ -6,19 +6,16 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5pa diff --git a/OpenCL/m07500_a1-optimized.cl b/OpenCL/m07500_a1-optimized.cl index a726d09d2..89935c890 100644 --- a/OpenCL/m07500_a1-optimized.cl +++ b/OpenCL/m07500_a1-optimized.cl @@ -6,18 +6,15 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5pa diff --git a/OpenCL/m07500_a1-pure.cl b/OpenCL/m07500_a1-pure.cl index 6906988ca..125757b26 100644 --- a/OpenCL/m07500_a1-pure.cl +++ b/OpenCL/m07500_a1-pure.cl @@ -6,17 +6,14 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5pa diff --git a/OpenCL/m07500_a3-optimized.cl b/OpenCL/m07500_a3-optimized.cl index c784cb372..c85d2d728 100644 --- a/OpenCL/m07500_a3-optimized.cl +++ b/OpenCL/m07500_a3-optimized.cl @@ -6,18 +6,15 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5pa diff --git a/OpenCL/m07500_a3-pure.cl b/OpenCL/m07500_a3-pure.cl index 283615cdd..0191426da 100644 --- a/OpenCL/m07500_a3-pure.cl +++ b/OpenCL/m07500_a3-pure.cl @@ -6,17 +6,14 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5pa diff --git a/OpenCL/m07700_a0-optimized.cl b/OpenCL/m07700_a0-optimized.cl index 565d6fa9b..9d6f7a018 100644 --- a/OpenCL/m07700_a0-optimized.cl +++ b/OpenCL/m07700_a0-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif /* diff --git a/OpenCL/m07700_a1-optimized.cl b/OpenCL/m07700_a1-optimized.cl index 5f7108be6..581d4e236 100644 --- a/OpenCL/m07700_a1-optimized.cl +++ b/OpenCL/m07700_a1-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define GETCHAR(a,p) ((PRIVATE_AS u8 *)(a))[(p)] diff --git a/OpenCL/m07700_a3-optimized.cl b/OpenCL/m07700_a3-optimized.cl index 2c3e9e641..6af310aca 100644 --- a/OpenCL/m07700_a3-optimized.cl +++ b/OpenCL/m07700_a3-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define GETCHAR(a,p) ((PRIVATE_AS u8 *)(a))[(p)] diff --git a/OpenCL/m07701_a0-optimized.cl b/OpenCL/m07701_a0-optimized.cl index 5e5b0c8c2..f673fbba4 100644 --- a/OpenCL/m07701_a0-optimized.cl +++ b/OpenCL/m07701_a0-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define GETCHAR(a,p) ((PRIVATE_AS u8 *)(a))[(p)] diff --git a/OpenCL/m07701_a1-optimized.cl b/OpenCL/m07701_a1-optimized.cl index 4dd684adc..e3727fe13 100644 --- a/OpenCL/m07701_a1-optimized.cl +++ b/OpenCL/m07701_a1-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define GETCHAR(a,p) ((PRIVATE_AS u8 *)(a))[(p)] diff --git a/OpenCL/m07701_a3-optimized.cl b/OpenCL/m07701_a3-optimized.cl index 84d13d4ee..3ee03e9a3 100644 --- a/OpenCL/m07701_a3-optimized.cl +++ b/OpenCL/m07701_a3-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define GETCHAR(a,p) ((PRIVATE_AS u8 *)(a))[(p)] diff --git a/OpenCL/m07800_a0-optimized.cl b/OpenCL/m07800_a0-optimized.cl index b62386367..6344453a2 100644 --- a/OpenCL/m07800_a0-optimized.cl +++ b/OpenCL/m07800_a0-optimized.cl @@ -6,18 +6,15 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32a theMagicArray[64] = diff --git a/OpenCL/m07800_a1-optimized.cl b/OpenCL/m07800_a1-optimized.cl index f3fb9a4d9..79564d7e5 100644 --- a/OpenCL/m07800_a1-optimized.cl +++ b/OpenCL/m07800_a1-optimized.cl @@ -6,16 +6,13 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32a theMagicArray[64] = diff --git a/OpenCL/m07800_a3-optimized.cl b/OpenCL/m07800_a3-optimized.cl index f6addcc18..7ff3ec75a 100644 --- a/OpenCL/m07800_a3-optimized.cl +++ b/OpenCL/m07800_a3-optimized.cl @@ -6,16 +6,13 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32a theMagicArray[64] = diff --git a/OpenCL/m07801_a0-optimized.cl b/OpenCL/m07801_a0-optimized.cl index 8eb81d67a..d9033a704 100644 --- a/OpenCL/m07801_a0-optimized.cl +++ b/OpenCL/m07801_a0-optimized.cl @@ -6,18 +6,15 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32a theMagicArray[64] = diff --git a/OpenCL/m07801_a1-optimized.cl b/OpenCL/m07801_a1-optimized.cl index 85866af0d..f9479c906 100644 --- a/OpenCL/m07801_a1-optimized.cl +++ b/OpenCL/m07801_a1-optimized.cl @@ -6,16 +6,13 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32a theMagicArray[64] = diff --git a/OpenCL/m07801_a3-optimized.cl b/OpenCL/m07801_a3-optimized.cl index aa3223b3a..169657aad 100644 --- a/OpenCL/m07801_a3-optimized.cl +++ b/OpenCL/m07801_a3-optimized.cl @@ -6,16 +6,13 @@ //incompatible data-dependant code //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32a theMagicArray[64] = diff --git a/OpenCL/m07900-pure.cl b/OpenCL/m07900-pure.cl index 997dd68a9..a5c98d380 100644 --- a/OpenCL/m07900-pure.cl +++ b/OpenCL/m07900-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m08000_a0-optimized.cl b/OpenCL/m08000_a0-optimized.cl index e0df036d9..3a5348531 100644 --- a/OpenCL/m08000_a0-optimized.cl +++ b/OpenCL/m08000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void sha256_transform_m (PRIVATE_AS u32x *digest, PRIVATE_AS const u32x *w) diff --git a/OpenCL/m08000_a1-optimized.cl b/OpenCL/m08000_a1-optimized.cl index f37307ea5..3565c5fc4 100644 --- a/OpenCL/m08000_a1-optimized.cl +++ b/OpenCL/m08000_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void sha256_transform_m (PRIVATE_AS u32x *digest, PRIVATE_AS const u32x *w) diff --git a/OpenCL/m08000_a3-optimized.cl b/OpenCL/m08000_a3-optimized.cl index e21fdb87a..2e13bd72b 100644 --- a/OpenCL/m08000_a3-optimized.cl +++ b/OpenCL/m08000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif DECLSPEC void sha256_transform_m (PRIVATE_AS u32x *digest, PRIVATE_AS const u32x *w) diff --git a/OpenCL/m08100_a0-optimized.cl b/OpenCL/m08100_a0-optimized.cl index 7dbe1eafc..cba059b94 100644 --- a/OpenCL/m08100_a0-optimized.cl +++ b/OpenCL/m08100_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m08100_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m08100_a0-pure.cl b/OpenCL/m08100_a0-pure.cl index ab7879cd9..63dd1561e 100644 --- a/OpenCL/m08100_a0-pure.cl +++ b/OpenCL/m08100_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m08100_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m08100_a1-optimized.cl b/OpenCL/m08100_a1-optimized.cl index 4cee21ca8..e1ffe5e15 100644 --- a/OpenCL/m08100_a1-optimized.cl +++ b/OpenCL/m08100_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m08100_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m08100_a1-pure.cl b/OpenCL/m08100_a1-pure.cl index 7cf1141a4..8b46f1fa8 100644 --- a/OpenCL/m08100_a1-pure.cl +++ b/OpenCL/m08100_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m08100_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m08100_a3-optimized.cl b/OpenCL/m08100_a3-optimized.cl index fe069c87a..5d2ebec01 100644 --- a/OpenCL/m08100_a3-optimized.cl +++ b/OpenCL/m08100_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m08100m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m08100_a3-pure.cl b/OpenCL/m08100_a3-pure.cl index fee97861e..c7b5884b7 100644 --- a/OpenCL/m08100_a3-pure.cl +++ b/OpenCL/m08100_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m08100_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m08200-pure.cl b/OpenCL/m08200-pure.cl index 64d449c3c..cf3a3f52c 100644 --- a/OpenCL/m08200-pure.cl +++ b/OpenCL/m08200-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m08300_a0-optimized.cl b/OpenCL/m08300_a0-optimized.cl index a7a716359..f1265f28b 100644 --- a/OpenCL/m08300_a0-optimized.cl +++ b/OpenCL/m08300_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC u64 u32_to_u64 (const u32 in) diff --git a/OpenCL/m08300_a0-pure.cl b/OpenCL/m08300_a0-pure.cl index 06a55ec2b..1454c90bf 100644 --- a/OpenCL/m08300_a0-pure.cl +++ b/OpenCL/m08300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m08300_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m08300_a1-optimized.cl b/OpenCL/m08300_a1-optimized.cl index 7f0341c6e..690647820 100644 --- a/OpenCL/m08300_a1-optimized.cl +++ b/OpenCL/m08300_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC u64 u32_to_u64 (const u32 in) diff --git a/OpenCL/m08300_a1-pure.cl b/OpenCL/m08300_a1-pure.cl index e17b3723d..0545f4c93 100644 --- a/OpenCL/m08300_a1-pure.cl +++ b/OpenCL/m08300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC const u32 replace_dot_by_len (PRIVATE_AS pw_t *out, GLOBAL_AS const pw_t *in, const u32 old_len) diff --git a/OpenCL/m08300_a3-optimized.cl b/OpenCL/m08300_a3-optimized.cl index a0ce6a0dc..2364b0219 100644 --- a/OpenCL/m08300_a3-optimized.cl +++ b/OpenCL/m08300_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC u64 u32_to_u64 (const u32 in) diff --git a/OpenCL/m08300_a3-pure.cl b/OpenCL/m08300_a3-pure.cl index 3f7d26231..38879aaca 100644 --- a/OpenCL/m08300_a3-pure.cl +++ b/OpenCL/m08300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define REPLACE_DOT_BY_LEN(n) \ diff --git a/OpenCL/m08400_a0-optimized.cl b/OpenCL/m08400_a0-optimized.cl index 07a4293e1..ff7f1d720 100644 --- a/OpenCL/m08400_a0-optimized.cl +++ b/OpenCL/m08400_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m08400_a0-pure.cl b/OpenCL/m08400_a0-pure.cl index 07114ba5e..42adeeb07 100644 --- a/OpenCL/m08400_a0-pure.cl +++ b/OpenCL/m08400_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m08400_a1-optimized.cl b/OpenCL/m08400_a1-optimized.cl index 37558fbf8..0cb5adbfd 100644 --- a/OpenCL/m08400_a1-optimized.cl +++ b/OpenCL/m08400_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m08400_a1-pure.cl b/OpenCL/m08400_a1-pure.cl index 40f5694cc..3ec471e72 100644 --- a/OpenCL/m08400_a1-pure.cl +++ b/OpenCL/m08400_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m08400_a3-optimized.cl b/OpenCL/m08400_a3-optimized.cl index 30f263efd..6b4288fb4 100644 --- a/OpenCL/m08400_a3-optimized.cl +++ b/OpenCL/m08400_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m08400_a3-pure.cl b/OpenCL/m08400_a3-pure.cl index 998a4c6c2..01db0dcb9 100644 --- a/OpenCL/m08400_a3-pure.cl +++ b/OpenCL/m08400_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m08500_a0-pure.cl b/OpenCL/m08500_a0-pure.cl index d1ce062af..0f4fabad9 100644 --- a/OpenCL/m08500_a0-pure.cl +++ b/OpenCL/m08500_a0-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m08500_a1-pure.cl b/OpenCL/m08500_a1-pure.cl index ae90219d2..37df9d9df 100644 --- a/OpenCL/m08500_a1-pure.cl +++ b/OpenCL/m08500_a1-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m08500_a3-pure.cl b/OpenCL/m08500_a3-pure.cl index da569e1d7..9eb48ad2a 100644 --- a/OpenCL/m08500_a3-pure.cl +++ b/OpenCL/m08500_a3-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m08600_a0-pure.cl b/OpenCL/m08600_a0-pure.cl index fa9941499..ed65c3ed8 100644 --- a/OpenCL/m08600_a0-pure.cl +++ b/OpenCL/m08600_a0-pure.cl @@ -6,17 +6,14 @@ //incompatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif // we just double this buffer so we can safe the & 0xff ;) diff --git a/OpenCL/m08600_a1-pure.cl b/OpenCL/m08600_a1-pure.cl index a2313d010..006d46e5e 100644 --- a/OpenCL/m08600_a1-pure.cl +++ b/OpenCL/m08600_a1-pure.cl @@ -6,15 +6,12 @@ //incompatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif // we just double this buffer so we can safe the & 0xff ;) diff --git a/OpenCL/m08600_a3-pure.cl b/OpenCL/m08600_a3-pure.cl index e88ccfd97..1adc4deb4 100644 --- a/OpenCL/m08600_a3-pure.cl +++ b/OpenCL/m08600_a3-pure.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif // we just double this buffer so we can safe the & 0xff ;) diff --git a/OpenCL/m08700_a0-optimized.cl b/OpenCL/m08700_a0-optimized.cl index 8b7e78937..19c75e923 100644 --- a/OpenCL/m08700_a0-optimized.cl +++ b/OpenCL/m08700_a0-optimized.cl @@ -6,17 +6,14 @@ //incompatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif // we just double this buffer so we can safe the & 0xff ;) diff --git a/OpenCL/m08700_a1-optimized.cl b/OpenCL/m08700_a1-optimized.cl index e3671371c..41d0b368b 100644 --- a/OpenCL/m08700_a1-optimized.cl +++ b/OpenCL/m08700_a1-optimized.cl @@ -6,15 +6,12 @@ //incompatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif // we just double this buffer so we can safe the & 0xff ;) diff --git a/OpenCL/m08700_a3-optimized.cl b/OpenCL/m08700_a3-optimized.cl index 6db900762..b2af8bec9 100644 --- a/OpenCL/m08700_a3-optimized.cl +++ b/OpenCL/m08700_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif // we just double this buffer so we can safe the & 0xff ;) diff --git a/OpenCL/m08800-pure.cl b/OpenCL/m08800-pure.cl index 716967f6c..a0efce27f 100644 --- a/OpenCL/m08800-pure.cl +++ b/OpenCL/m08800-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct androidfde_tmp diff --git a/OpenCL/m08900-pure.cl b/OpenCL/m08900-pure.cl index 0dd34d32d..d9b4415a0 100644 --- a/OpenCL/m08900-pure.cl +++ b/OpenCL/m08900-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m09000-pure.cl b/OpenCL/m09000-pure.cl index 13527119b..2bbc03ec9 100644 --- a/OpenCL/m09000-pure.cl +++ b/OpenCL/m09000-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m09100-pure.cl b/OpenCL/m09100-pure.cl index d22b4b9d5..d5094bf1d 100644 --- a/OpenCL/m09100-pure.cl +++ b/OpenCL/m09100-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m09400-pure.cl b/OpenCL/m09400-pure.cl index 4bf8a8bc0..05463a1ca 100644 --- a/OpenCL/m09400-pure.cl +++ b/OpenCL/m09400-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m09500-pure.cl b/OpenCL/m09500-pure.cl index f86eaac8b..159fde36f 100644 --- a/OpenCL/m09500-pure.cl +++ b/OpenCL/m09500-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m09600-pure.cl b/OpenCL/m09600-pure.cl index a2c5edb8c..71a868fe2 100644 --- a/OpenCL/m09600-pure.cl +++ b/OpenCL/m09600-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m09700_a0-optimized.cl b/OpenCL/m09700_a0-optimized.cl index 95649db31..1a1384f3a 100644 --- a/OpenCL/m09700_a0-optimized.cl +++ b/OpenCL/m09700_a0-optimized.cl @@ -6,19 +6,16 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09700_a1-optimized.cl b/OpenCL/m09700_a1-optimized.cl index 91f2783b1..d6a5164cd 100644 --- a/OpenCL/m09700_a1-optimized.cl +++ b/OpenCL/m09700_a1-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09700_a3-optimized.cl b/OpenCL/m09700_a3-optimized.cl index bc2f10090..6e368bc10 100644 --- a/OpenCL/m09700_a3-optimized.cl +++ b/OpenCL/m09700_a3-optimized.cl @@ -3,17 +3,14 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09710_a0-optimized.cl b/OpenCL/m09710_a0-optimized.cl index abd3406cf..87773002d 100644 --- a/OpenCL/m09710_a0-optimized.cl +++ b/OpenCL/m09710_a0-optimized.cl @@ -6,19 +6,16 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09710_a1-optimized.cl b/OpenCL/m09710_a1-optimized.cl index 5f61dca88..04ea2ee80 100644 --- a/OpenCL/m09710_a1-optimized.cl +++ b/OpenCL/m09710_a1-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09710_a3-optimized.cl b/OpenCL/m09710_a3-optimized.cl index f0d45b3e8..dc7c1f6ef 100644 --- a/OpenCL/m09710_a3-optimized.cl +++ b/OpenCL/m09710_a3-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09720_a0-optimized.cl b/OpenCL/m09720_a0-optimized.cl index 930b71ec7..4e58fa2ed 100644 --- a/OpenCL/m09720_a0-optimized.cl +++ b/OpenCL/m09720_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09720_a1-optimized.cl b/OpenCL/m09720_a1-optimized.cl index 60614c070..a9c0c53ed 100644 --- a/OpenCL/m09720_a1-optimized.cl +++ b/OpenCL/m09720_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09720_a3-optimized.cl b/OpenCL/m09720_a3-optimized.cl index b0fa13c3b..1102f1222 100644 --- a/OpenCL/m09720_a3-optimized.cl +++ b/OpenCL/m09720_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct oldoffice01 diff --git a/OpenCL/m09800_a0-optimized.cl b/OpenCL/m09800_a0-optimized.cl index c0f64af0e..46b798d1c 100644 --- a/OpenCL/m09800_a0-optimized.cl +++ b/OpenCL/m09800_a0-optimized.cl @@ -6,19 +6,16 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif #define MIN_NULL_BYTES 10 diff --git a/OpenCL/m09800_a1-optimized.cl b/OpenCL/m09800_a1-optimized.cl index 2da3aeef9..9a27f463d 100644 --- a/OpenCL/m09800_a1-optimized.cl +++ b/OpenCL/m09800_a1-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif #define MIN_NULL_BYTES 10 diff --git a/OpenCL/m09800_a3-optimized.cl b/OpenCL/m09800_a3-optimized.cl index 54a4fa8cd..53c3b7ef0 100644 --- a/OpenCL/m09800_a3-optimized.cl +++ b/OpenCL/m09800_a3-optimized.cl @@ -3,17 +3,14 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif #define MIN_NULL_BYTES 10 diff --git a/OpenCL/m09810_a0-optimized.cl b/OpenCL/m09810_a0-optimized.cl index c20f17e85..f0f1f15fd 100644 --- a/OpenCL/m09810_a0-optimized.cl +++ b/OpenCL/m09810_a0-optimized.cl @@ -6,19 +6,16 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice34 diff --git a/OpenCL/m09810_a1-optimized.cl b/OpenCL/m09810_a1-optimized.cl index ff1d576de..7f90cfd0a 100644 --- a/OpenCL/m09810_a1-optimized.cl +++ b/OpenCL/m09810_a1-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice34 diff --git a/OpenCL/m09810_a3-optimized.cl b/OpenCL/m09810_a3-optimized.cl index c7611aa8a..902b369bf 100644 --- a/OpenCL/m09810_a3-optimized.cl +++ b/OpenCL/m09810_a3-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct oldoffice34 diff --git a/OpenCL/m09820_a0-optimized.cl b/OpenCL/m09820_a0-optimized.cl index 72f6f76e4..b4daf5587 100644 --- a/OpenCL/m09820_a0-optimized.cl +++ b/OpenCL/m09820_a0-optimized.cl @@ -6,19 +6,16 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif #define MIN_NULL_BYTES 10 diff --git a/OpenCL/m09820_a1-optimized.cl b/OpenCL/m09820_a1-optimized.cl index f9ca9ca67..b8d19f00c 100644 --- a/OpenCL/m09820_a1-optimized.cl +++ b/OpenCL/m09820_a1-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif #define MIN_NULL_BYTES 10 diff --git a/OpenCL/m09820_a3-optimized.cl b/OpenCL/m09820_a3-optimized.cl index 30cce5704..889268423 100644 --- a/OpenCL/m09820_a3-optimized.cl +++ b/OpenCL/m09820_a3-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif #define MIN_NULL_BYTES 10 diff --git a/OpenCL/m09900_a0-optimized.cl b/OpenCL/m09900_a0-optimized.cl index 582a460a3..de3555042 100644 --- a/OpenCL/m09900_a0-optimized.cl +++ b/OpenCL/m09900_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m09900_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m09900_a0-pure.cl b/OpenCL/m09900_a0-pure.cl index 68e4a1f3b..dc4d9ea92 100644 --- a/OpenCL/m09900_a0-pure.cl +++ b/OpenCL/m09900_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m09900_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m09900_a1-optimized.cl b/OpenCL/m09900_a1-optimized.cl index 4a4cbc1ec..ab4927163 100644 --- a/OpenCL/m09900_a1-optimized.cl +++ b/OpenCL/m09900_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m09900_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m09900_a1-pure.cl b/OpenCL/m09900_a1-pure.cl index 4381a9e19..9be5a5714 100644 --- a/OpenCL/m09900_a1-pure.cl +++ b/OpenCL/m09900_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m09900_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m09900_a3-optimized.cl b/OpenCL/m09900_a3-optimized.cl index 430a92cb5..60b009a0d 100644 --- a/OpenCL/m09900_a3-optimized.cl +++ b/OpenCL/m09900_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m09900m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m09900_a3-pure.cl b/OpenCL/m09900_a3-pure.cl index 915a374ac..f76512ed6 100644 --- a/OpenCL/m09900_a3-pure.cl +++ b/OpenCL/m09900_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m09900_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m10100_a0-optimized.cl b/OpenCL/m10100_a0-optimized.cl index ec56d53cc..42c6f939e 100644 --- a/OpenCL/m10100_a0-optimized.cl +++ b/OpenCL/m10100_a0-optimized.cl @@ -6,17 +6,14 @@ //incompatible to simd //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define SIPROUND(v0,v1,v2,v3) \ diff --git a/OpenCL/m10100_a1-optimized.cl b/OpenCL/m10100_a1-optimized.cl index ebea18997..00b469ee6 100644 --- a/OpenCL/m10100_a1-optimized.cl +++ b/OpenCL/m10100_a1-optimized.cl @@ -6,15 +6,12 @@ //incompatible to simd //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define SIPROUND(v0,v1,v2,v3) \ diff --git a/OpenCL/m10100_a3-optimized.cl b/OpenCL/m10100_a3-optimized.cl index fc3e4d61f..219b0c444 100644 --- a/OpenCL/m10100_a3-optimized.cl +++ b/OpenCL/m10100_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define SIPROUND(v0,v1,v2,v3) \ diff --git a/OpenCL/m10300-pure.cl b/OpenCL/m10300-pure.cl index 07cfcbf72..0c9e4250a 100644 --- a/OpenCL/m10300-pure.cl +++ b/OpenCL/m10300-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m10400_a0-optimized.cl b/OpenCL/m10400_a0-optimized.cl index 9d3a1cb7b..afdd6ac1c 100644 --- a/OpenCL/m10400_a0-optimized.cl +++ b/OpenCL/m10400_a0-optimized.cl @@ -6,19 +6,16 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct pdf diff --git a/OpenCL/m10400_a1-optimized.cl b/OpenCL/m10400_a1-optimized.cl index 96eb3a5c3..4247d2cc0 100644 --- a/OpenCL/m10400_a1-optimized.cl +++ b/OpenCL/m10400_a1-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct pdf diff --git a/OpenCL/m10400_a3-optimized.cl b/OpenCL/m10400_a3-optimized.cl index 0abdf96b6..096d2e172 100644 --- a/OpenCL/m10400_a3-optimized.cl +++ b/OpenCL/m10400_a3-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct pdf diff --git a/OpenCL/m10410_a0-optimized.cl b/OpenCL/m10410_a0-optimized.cl index 072072d11..cdf6145ce 100644 --- a/OpenCL/m10410_a0-optimized.cl +++ b/OpenCL/m10410_a0-optimized.cl @@ -6,19 +6,16 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct pdf diff --git a/OpenCL/m10410_a1-optimized.cl b/OpenCL/m10410_a1-optimized.cl index c4c96d701..6e2467a78 100644 --- a/OpenCL/m10410_a1-optimized.cl +++ b/OpenCL/m10410_a1-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct pdf diff --git a/OpenCL/m10410_a3-optimized.cl b/OpenCL/m10410_a3-optimized.cl index f9dc3a12c..44a4f8789 100644 --- a/OpenCL/m10410_a3-optimized.cl +++ b/OpenCL/m10410_a3-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct pdf diff --git a/OpenCL/m10420_a0-optimized.cl b/OpenCL/m10420_a0-optimized.cl index dcf1f06c1..ab069e9a1 100644 --- a/OpenCL/m10420_a0-optimized.cl +++ b/OpenCL/m10420_a0-optimized.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif CONSTANT_VK u32a padding[8] = diff --git a/OpenCL/m10420_a1-optimized.cl b/OpenCL/m10420_a1-optimized.cl index abd927120..25dad86a7 100644 --- a/OpenCL/m10420_a1-optimized.cl +++ b/OpenCL/m10420_a1-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif CONSTANT_VK u32a padding[8] = diff --git a/OpenCL/m10420_a3-optimized.cl b/OpenCL/m10420_a3-optimized.cl index e897f3a4e..06e0ac3b0 100644 --- a/OpenCL/m10420_a3-optimized.cl +++ b/OpenCL/m10420_a3-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif CONSTANT_VK u32a padding[8] = diff --git a/OpenCL/m10500-pure.cl b/OpenCL/m10500-pure.cl index 10cabef9a..2d520d6af 100644 --- a/OpenCL/m10500-pure.cl +++ b/OpenCL/m10500-pure.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m10700-optimized.cl b/OpenCL/m10700-optimized.cl index 3d0942f45..7fdfa6fc2 100644 --- a/OpenCL/m10700-optimized.cl +++ b/OpenCL/m10700-optimized.cl @@ -3,18 +3,15 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m10700-pure.cl b/OpenCL/m10700-pure.cl index 8a315a506..6e58a362b 100644 --- a/OpenCL/m10700-pure.cl +++ b/OpenCL/m10700-pure.cl @@ -3,18 +3,15 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m10800_a0-optimized.cl b/OpenCL/m10800_a0-optimized.cl index d3b06bbf7..4825f106d 100644 --- a/OpenCL/m10800_a0-optimized.cl +++ b/OpenCL/m10800_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10800_a0-pure.cl b/OpenCL/m10800_a0-pure.cl index e90f39b62..665d0fe0c 100644 --- a/OpenCL/m10800_a0-pure.cl +++ b/OpenCL/m10800_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10800_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m10800_a1-optimized.cl b/OpenCL/m10800_a1-optimized.cl index ea495a89e..ad3321401 100644 --- a/OpenCL/m10800_a1-optimized.cl +++ b/OpenCL/m10800_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10800_a1-pure.cl b/OpenCL/m10800_a1-pure.cl index 811be47e7..827093244 100644 --- a/OpenCL/m10800_a1-pure.cl +++ b/OpenCL/m10800_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10800_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m10800_a3-optimized.cl b/OpenCL/m10800_a3-optimized.cl index 1e7cf1797..371e024d2 100644 --- a/OpenCL/m10800_a3-optimized.cl +++ b/OpenCL/m10800_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10800_a3-pure.cl b/OpenCL/m10800_a3-pure.cl index 0863c7ea3..a1c0213c2 100644 --- a/OpenCL/m10800_a3-pure.cl +++ b/OpenCL/m10800_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10800_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m10810_a0-optimized.cl b/OpenCL/m10810_a0-optimized.cl index eb760a854..9bee00928 100644 --- a/OpenCL/m10810_a0-optimized.cl +++ b/OpenCL/m10810_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10810_a0-pure.cl b/OpenCL/m10810_a0-pure.cl index ed9a8eaa5..5ba543ff4 100644 --- a/OpenCL/m10810_a0-pure.cl +++ b/OpenCL/m10810_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10810_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m10810_a1-optimized.cl b/OpenCL/m10810_a1-optimized.cl index ba11ec552..76c6fc3d1 100644 --- a/OpenCL/m10810_a1-optimized.cl +++ b/OpenCL/m10810_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10810_a1-pure.cl b/OpenCL/m10810_a1-pure.cl index 5a68ac59a..31a34e647 100644 --- a/OpenCL/m10810_a1-pure.cl +++ b/OpenCL/m10810_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10810_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m10810_a3-optimized.cl b/OpenCL/m10810_a3-optimized.cl index 71d812b8b..c4be02491 100644 --- a/OpenCL/m10810_a3-optimized.cl +++ b/OpenCL/m10810_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10810_a3-pure.cl b/OpenCL/m10810_a3-pure.cl index 7b55968d1..334370c7b 100644 --- a/OpenCL/m10810_a3-pure.cl +++ b/OpenCL/m10810_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10810_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m10820_a0-optimized.cl b/OpenCL/m10820_a0-optimized.cl index 99f233f7b..2fd131708 100644 --- a/OpenCL/m10820_a0-optimized.cl +++ b/OpenCL/m10820_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10820_a0-pure.cl b/OpenCL/m10820_a0-pure.cl index 711f361e7..dcb959972 100644 --- a/OpenCL/m10820_a0-pure.cl +++ b/OpenCL/m10820_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10820_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m10820_a1-optimized.cl b/OpenCL/m10820_a1-optimized.cl index 39e864cb4..beb234e13 100644 --- a/OpenCL/m10820_a1-optimized.cl +++ b/OpenCL/m10820_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10820_a1-pure.cl b/OpenCL/m10820_a1-pure.cl index fa6edc006..a58b437a4 100644 --- a/OpenCL/m10820_a1-pure.cl +++ b/OpenCL/m10820_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10820_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m10820_a3-optimized.cl b/OpenCL/m10820_a3-optimized.cl index f8eff6d78..3b6ccedd9 100644 --- a/OpenCL/m10820_a3-optimized.cl +++ b/OpenCL/m10820_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10820_a3-pure.cl b/OpenCL/m10820_a3-pure.cl index 4523c2961..542612a8b 100644 --- a/OpenCL/m10820_a3-pure.cl +++ b/OpenCL/m10820_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10820_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m10830_a0-optimized.cl b/OpenCL/m10830_a0-optimized.cl index 9ac0c1de2..de034f608 100644 --- a/OpenCL/m10830_a0-optimized.cl +++ b/OpenCL/m10830_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10830_a0-pure.cl b/OpenCL/m10830_a0-pure.cl index 20ef4f754..9f8c33c07 100644 --- a/OpenCL/m10830_a0-pure.cl +++ b/OpenCL/m10830_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10830_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m10830_a1-optimized.cl b/OpenCL/m10830_a1-optimized.cl index 3b7d8c6ab..a98dca237 100644 --- a/OpenCL/m10830_a1-optimized.cl +++ b/OpenCL/m10830_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10830_a1-pure.cl b/OpenCL/m10830_a1-pure.cl index c56fc968b..23c2954f8 100644 --- a/OpenCL/m10830_a1-pure.cl +++ b/OpenCL/m10830_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10830_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m10830_a3-optimized.cl b/OpenCL/m10830_a3-optimized.cl index 9f74849d9..9e1177f40 100644 --- a/OpenCL/m10830_a3-optimized.cl +++ b/OpenCL/m10830_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10830_a3-pure.cl b/OpenCL/m10830_a3-pure.cl index bbc307a18..052523e08 100644 --- a/OpenCL/m10830_a3-pure.cl +++ b/OpenCL/m10830_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10830_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m10840_a0-optimized.cl b/OpenCL/m10840_a0-optimized.cl index cf50f3558..6629619d2 100644 --- a/OpenCL/m10840_a0-optimized.cl +++ b/OpenCL/m10840_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10840_a0-pure.cl b/OpenCL/m10840_a0-pure.cl index ab52f2bda..531da18b0 100644 --- a/OpenCL/m10840_a0-pure.cl +++ b/OpenCL/m10840_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10840_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m10840_a1-optimized.cl b/OpenCL/m10840_a1-optimized.cl index c415bb272..8ec344beb 100644 --- a/OpenCL/m10840_a1-optimized.cl +++ b/OpenCL/m10840_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10840_a1-pure.cl b/OpenCL/m10840_a1-pure.cl index e15439a40..4dd8ba1c3 100644 --- a/OpenCL/m10840_a1-pure.cl +++ b/OpenCL/m10840_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10840_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m10840_a3-optimized.cl b/OpenCL/m10840_a3-optimized.cl index 4c7656278..8f05f4bd9 100644 --- a/OpenCL/m10840_a3-optimized.cl +++ b/OpenCL/m10840_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10840_a3-pure.cl b/OpenCL/m10840_a3-pure.cl index b7e7488ca..4469efe45 100644 --- a/OpenCL/m10840_a3-pure.cl +++ b/OpenCL/m10840_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10840_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m10870_a0-optimized.cl b/OpenCL/m10870_a0-optimized.cl index efdf2045a..ed2c4b80c 100644 --- a/OpenCL/m10870_a0-optimized.cl +++ b/OpenCL/m10870_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10870_a0-pure.cl b/OpenCL/m10870_a0-pure.cl index aeb4e29ee..aacfffea5 100644 --- a/OpenCL/m10870_a0-pure.cl +++ b/OpenCL/m10870_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10870_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m10870_a1-optimized.cl b/OpenCL/m10870_a1-optimized.cl index d9398ae18..d4a08c550 100644 --- a/OpenCL/m10870_a1-optimized.cl +++ b/OpenCL/m10870_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10870_a1-pure.cl b/OpenCL/m10870_a1-pure.cl index 41d6687e6..659c1c06c 100644 --- a/OpenCL/m10870_a1-pure.cl +++ b/OpenCL/m10870_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10870_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m10870_a3-optimized.cl b/OpenCL/m10870_a3-optimized.cl index 039fd076d..3a24df3bb 100644 --- a/OpenCL/m10870_a3-optimized.cl +++ b/OpenCL/m10870_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif DECLSPEC void sha384_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m10870_a3-pure.cl b/OpenCL/m10870_a3-pure.cl index 18f6f9ab4..26dbae7c1 100644 --- a/OpenCL/m10870_a3-pure.cl +++ b/OpenCL/m10870_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif KERNEL_FQ void m10870_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m10900-pure.cl b/OpenCL/m10900-pure.cl index a815a10cd..8b14c7a92 100644 --- a/OpenCL/m10900-pure.cl +++ b/OpenCL/m10900-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m11000_a0-optimized.cl b/OpenCL/m11000_a0-optimized.cl index d6db94d1a..1f2a59a1b 100644 --- a/OpenCL/m11000_a0-optimized.cl +++ b/OpenCL/m11000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m11000_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11000_a0-pure.cl b/OpenCL/m11000_a0-pure.cl index 2e1d406b7..6969c2929 100644 --- a/OpenCL/m11000_a0-pure.cl +++ b/OpenCL/m11000_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m11000_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11000_a1-optimized.cl b/OpenCL/m11000_a1-optimized.cl index 161af84fa..01aed20a6 100644 --- a/OpenCL/m11000_a1-optimized.cl +++ b/OpenCL/m11000_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m11000_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11000_a1-pure.cl b/OpenCL/m11000_a1-pure.cl index 6c93444f4..906c5bcfd 100644 --- a/OpenCL/m11000_a1-pure.cl +++ b/OpenCL/m11000_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m11000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11000_a3-optimized.cl b/OpenCL/m11000_a3-optimized.cl index 592308e80..44e571e5f 100644 --- a/OpenCL/m11000_a3-optimized.cl +++ b/OpenCL/m11000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m11000m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m11000_a3-pure.cl b/OpenCL/m11000_a3-pure.cl index 0bbee844d..21cea2c2d 100644 --- a/OpenCL/m11000_a3-pure.cl +++ b/OpenCL/m11000_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m11000_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m11100_a0-optimized.cl b/OpenCL/m11100_a0-optimized.cl index 5382cbae7..1c38aaea5 100644 --- a/OpenCL/m11100_a0-optimized.cl +++ b/OpenCL/m11100_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m11100_a0-pure.cl b/OpenCL/m11100_a0-pure.cl index 913407ce4..ed8221ae7 100644 --- a/OpenCL/m11100_a0-pure.cl +++ b/OpenCL/m11100_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m11100_a1-optimized.cl b/OpenCL/m11100_a1-optimized.cl index cd06ac283..296e483b7 100644 --- a/OpenCL/m11100_a1-optimized.cl +++ b/OpenCL/m11100_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m11100_a1-pure.cl b/OpenCL/m11100_a1-pure.cl index 0d75a01d2..e2189be2d 100644 --- a/OpenCL/m11100_a1-pure.cl +++ b/OpenCL/m11100_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m11100_a3-optimized.cl b/OpenCL/m11100_a3-optimized.cl index 00523db69..23ed4d97a 100644 --- a/OpenCL/m11100_a3-optimized.cl +++ b/OpenCL/m11100_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m11100_a3-pure.cl b/OpenCL/m11100_a3-pure.cl index 117e69c5c..cdb063f02 100644 --- a/OpenCL/m11100_a3-pure.cl +++ b/OpenCL/m11100_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m11200_a0-optimized.cl b/OpenCL/m11200_a0-optimized.cl index 471dd5ccb..aa7a96f4a 100644 --- a/OpenCL/m11200_a0-optimized.cl +++ b/OpenCL/m11200_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m11200_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11200_a0-pure.cl b/OpenCL/m11200_a0-pure.cl index c09f80c14..8fcb68a08 100644 --- a/OpenCL/m11200_a0-pure.cl +++ b/OpenCL/m11200_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m11200_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11200_a1-optimized.cl b/OpenCL/m11200_a1-optimized.cl index 7a290c4cb..40928999f 100644 --- a/OpenCL/m11200_a1-optimized.cl +++ b/OpenCL/m11200_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m11200_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11200_a1-pure.cl b/OpenCL/m11200_a1-pure.cl index 3ecf73955..051348f67 100644 --- a/OpenCL/m11200_a1-pure.cl +++ b/OpenCL/m11200_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m11200_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11200_a3-optimized.cl b/OpenCL/m11200_a3-optimized.cl index 3565cd999..e85af1c49 100644 --- a/OpenCL/m11200_a3-optimized.cl +++ b/OpenCL/m11200_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m11200m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m11200_a3-pure.cl b/OpenCL/m11200_a3-pure.cl index 0debe8903..79524b5cf 100644 --- a/OpenCL/m11200_a3-pure.cl +++ b/OpenCL/m11200_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m11300-pure.cl b/OpenCL/m11300-pure.cl index 32d66b574..074d91797 100644 --- a/OpenCL/m11300-pure.cl +++ b/OpenCL/m11300-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct bitcoin_wallet_tmp diff --git a/OpenCL/m11400_a0-pure.cl b/OpenCL/m11400_a0-pure.cl index db48ae1e5..e0cb1171d 100644 --- a/OpenCL/m11400_a0-pure.cl +++ b/OpenCL/m11400_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct sip diff --git a/OpenCL/m11400_a1-pure.cl b/OpenCL/m11400_a1-pure.cl index b64d6d988..253f63d58 100644 --- a/OpenCL/m11400_a1-pure.cl +++ b/OpenCL/m11400_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct sip diff --git a/OpenCL/m11400_a3-pure.cl b/OpenCL/m11400_a3-pure.cl index f12c7ad8c..cf11f9295 100644 --- a/OpenCL/m11400_a3-pure.cl +++ b/OpenCL/m11400_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct sip diff --git a/OpenCL/m11500_a0-optimized.cl b/OpenCL/m11500_a0-optimized.cl index 7160095ae..cef66fe88 100644 --- a/OpenCL/m11500_a0-optimized.cl +++ b/OpenCL/m11500_a0-optimized.cl @@ -6,17 +6,14 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a crc32tab[0x100] = diff --git a/OpenCL/m11500_a1-optimized.cl b/OpenCL/m11500_a1-optimized.cl index 486e5f030..0b6ad0808 100644 --- a/OpenCL/m11500_a1-optimized.cl +++ b/OpenCL/m11500_a1-optimized.cl @@ -6,15 +6,12 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a crc32tab[0x100] = diff --git a/OpenCL/m11500_a3-optimized.cl b/OpenCL/m11500_a3-optimized.cl index a94f3310e..21794b812 100644 --- a/OpenCL/m11500_a3-optimized.cl +++ b/OpenCL/m11500_a3-optimized.cl @@ -6,15 +6,12 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a crc32tab[0x100] = diff --git a/OpenCL/m11600-optimized.cl b/OpenCL/m11600-optimized.cl index f5315d63a..671349d99 100644 --- a/OpenCL/m11600-optimized.cl +++ b/OpenCL/m11600-optimized.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct seven_zip_tmp diff --git a/OpenCL/m11600-pure.cl b/OpenCL/m11600-pure.cl index f5591794d..585b1e308 100644 --- a/OpenCL/m11600-pure.cl +++ b/OpenCL/m11600-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct seven_zip_tmp diff --git a/OpenCL/m11700_a0-optimized.cl b/OpenCL/m11700_a0-optimized.cl index 00bd210de..55186edd5 100644 --- a/OpenCL/m11700_a0-optimized.cl +++ b/OpenCL/m11700_a0-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif #define INITVAL 0x0101010101010101UL diff --git a/OpenCL/m11700_a0-pure.cl b/OpenCL/m11700_a0-pure.cl index 48a0a8329..05825df37 100644 --- a/OpenCL/m11700_a0-pure.cl +++ b/OpenCL/m11700_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11700_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11700_a1-optimized.cl b/OpenCL/m11700_a1-optimized.cl index f71981a7d..4a0c9e086 100644 --- a/OpenCL/m11700_a1-optimized.cl +++ b/OpenCL/m11700_a1-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif #define INITVAL 0x0101010101010101UL diff --git a/OpenCL/m11700_a1-pure.cl b/OpenCL/m11700_a1-pure.cl index 7f5f5dcca..5bbe44e30 100644 --- a/OpenCL/m11700_a1-pure.cl +++ b/OpenCL/m11700_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11700_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11700_a3-optimized.cl b/OpenCL/m11700_a3-optimized.cl index 604597a04..211b7258e 100644 --- a/OpenCL/m11700_a3-optimized.cl +++ b/OpenCL/m11700_a3-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif #define INITVAL 0x0101010101010101UL diff --git a/OpenCL/m11700_a3-pure.cl b/OpenCL/m11700_a3-pure.cl index dda8fbe05..3daf08077 100644 --- a/OpenCL/m11700_a3-pure.cl +++ b/OpenCL/m11700_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11700_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m11750_a0-pure.cl b/OpenCL/m11750_a0-pure.cl index 6dc1f669f..0626330b1 100644 --- a/OpenCL/m11750_a0-pure.cl +++ b/OpenCL/m11750_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11750_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11750_a1-pure.cl b/OpenCL/m11750_a1-pure.cl index 129de5803..96bd210ef 100644 --- a/OpenCL/m11750_a1-pure.cl +++ b/OpenCL/m11750_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11750_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11750_a3-pure.cl b/OpenCL/m11750_a3-pure.cl index 98f5be454..604cdd250 100644 --- a/OpenCL/m11750_a3-pure.cl +++ b/OpenCL/m11750_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11750_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m11760_a0-pure.cl b/OpenCL/m11760_a0-pure.cl index f294c1ad7..bef4c15ea 100644 --- a/OpenCL/m11760_a0-pure.cl +++ b/OpenCL/m11760_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11760_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11760_a1-pure.cl b/OpenCL/m11760_a1-pure.cl index 12af38bc0..e98ff5ae2 100644 --- a/OpenCL/m11760_a1-pure.cl +++ b/OpenCL/m11760_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11760_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11760_a3-pure.cl b/OpenCL/m11760_a3-pure.cl index 50dc793ae..a125320b1 100644 --- a/OpenCL/m11760_a3-pure.cl +++ b/OpenCL/m11760_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog256.cl) #endif KERNEL_FQ void m11760_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m11800_a0-optimized.cl b/OpenCL/m11800_a0-optimized.cl index 1a7859327..dc0251a00 100644 --- a/OpenCL/m11800_a0-optimized.cl +++ b/OpenCL/m11800_a0-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif #define INITVAL 0 diff --git a/OpenCL/m11800_a0-pure.cl b/OpenCL/m11800_a0-pure.cl index c078b32ec..09f65c373 100644 --- a/OpenCL/m11800_a0-pure.cl +++ b/OpenCL/m11800_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11800_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11800_a1-optimized.cl b/OpenCL/m11800_a1-optimized.cl index 04e61b866..9f8985346 100644 --- a/OpenCL/m11800_a1-optimized.cl +++ b/OpenCL/m11800_a1-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif #define INITVAL 0 diff --git a/OpenCL/m11800_a1-pure.cl b/OpenCL/m11800_a1-pure.cl index 5c7f50221..7acd881cd 100644 --- a/OpenCL/m11800_a1-pure.cl +++ b/OpenCL/m11800_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11800_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11800_a3-optimized.cl b/OpenCL/m11800_a3-optimized.cl index 4e23e31f6..2b91c9576 100644 --- a/OpenCL/m11800_a3-optimized.cl +++ b/OpenCL/m11800_a3-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif #define INITVAL 0 diff --git a/OpenCL/m11800_a3-pure.cl b/OpenCL/m11800_a3-pure.cl index a5ce2a990..eb378b6c1 100644 --- a/OpenCL/m11800_a3-pure.cl +++ b/OpenCL/m11800_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11800_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m11850_a0-pure.cl b/OpenCL/m11850_a0-pure.cl index e32c878a1..8963e8d24 100644 --- a/OpenCL/m11850_a0-pure.cl +++ b/OpenCL/m11850_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11850_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11850_a1-pure.cl b/OpenCL/m11850_a1-pure.cl index eeede7d4f..0f10594d3 100644 --- a/OpenCL/m11850_a1-pure.cl +++ b/OpenCL/m11850_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11850_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11850_a3-pure.cl b/OpenCL/m11850_a3-pure.cl index 63173f2dd..ee3f3a050 100644 --- a/OpenCL/m11850_a3-pure.cl +++ b/OpenCL/m11850_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11850_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m11860_a0-pure.cl b/OpenCL/m11860_a0-pure.cl index bd417645c..ab1cc6b98 100644 --- a/OpenCL/m11860_a0-pure.cl +++ b/OpenCL/m11860_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11860_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m11860_a1-pure.cl b/OpenCL/m11860_a1-pure.cl index 7f4aa23ad..2842b9f52 100644 --- a/OpenCL/m11860_a1-pure.cl +++ b/OpenCL/m11860_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11860_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m11860_a3-pure.cl b/OpenCL/m11860_a3-pure.cl index a212920e7..60c72865b 100644 --- a/OpenCL/m11860_a3-pure.cl +++ b/OpenCL/m11860_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) #endif KERNEL_FQ void m11860_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m11900-pure.cl b/OpenCL/m11900-pure.cl index 9cea46a8d..b72e92db3 100644 --- a/OpenCL/m11900-pure.cl +++ b/OpenCL/m11900-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12000-pure.cl b/OpenCL/m12000-pure.cl index 459f2f93e..8d6abc8b6 100644 --- a/OpenCL/m12000-pure.cl +++ b/OpenCL/m12000-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12200-pure.cl b/OpenCL/m12200-pure.cl index 54b55d799..d6e014dde 100644 --- a/OpenCL/m12200-pure.cl +++ b/OpenCL/m12200-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12300-pure.cl b/OpenCL/m12300-pure.cl index b95097ad6..5736db41a 100644 --- a/OpenCL/m12300-pure.cl +++ b/OpenCL/m12300-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12400-pure.cl b/OpenCL/m12400-pure.cl index f0b707c96..4c3da8d98 100644 --- a/OpenCL/m12400-pure.cl +++ b/OpenCL/m12400-pure.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12500-optimized.cl b/OpenCL/m12500-optimized.cl index 5ec0fc428..34295e745 100644 --- a/OpenCL/m12500-optimized.cl +++ b/OpenCL/m12500-optimized.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12500-pure.cl b/OpenCL/m12500-pure.cl index cc9139dff..87830c612 100644 --- a/OpenCL/m12500-pure.cl +++ b/OpenCL/m12500-pure.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12600_a0-optimized.cl b/OpenCL/m12600_a0-optimized.cl index 4b928847b..275dcd445 100644 --- a/OpenCL/m12600_a0-optimized.cl +++ b/OpenCL/m12600_a0-optimized.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m12600_a0-pure.cl b/OpenCL/m12600_a0-pure.cl index 6f04f28ee..f4ac84492 100644 --- a/OpenCL/m12600_a0-pure.cl +++ b/OpenCL/m12600_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m12600_a1-optimized.cl b/OpenCL/m12600_a1-optimized.cl index 4ddec63af..0d074286d 100644 --- a/OpenCL/m12600_a1-optimized.cl +++ b/OpenCL/m12600_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m12600_a1-pure.cl b/OpenCL/m12600_a1-pure.cl index 40df686e5..4f130e1bb 100644 --- a/OpenCL/m12600_a1-pure.cl +++ b/OpenCL/m12600_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m12600_a3-optimized.cl b/OpenCL/m12600_a3-optimized.cl index 80475006a..8c3d44e96 100644 --- a/OpenCL/m12600_a3-optimized.cl +++ b/OpenCL/m12600_a3-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m12600_a3-pure.cl b/OpenCL/m12600_a3-pure.cl index 22391dcc7..9b4afb1cf 100644 --- a/OpenCL/m12600_a3-pure.cl +++ b/OpenCL/m12600_a3-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m12700-pure.cl b/OpenCL/m12700-pure.cl index cf9f33e9d..55ed63931 100644 --- a/OpenCL/m12700-pure.cl +++ b/OpenCL/m12700-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12800-pure.cl b/OpenCL/m12800-pure.cl index 4b7f3f990..9a4436b38 100644 --- a/OpenCL/m12800-pure.cl +++ b/OpenCL/m12800-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m12900-pure.cl b/OpenCL/m12900-pure.cl index 4bec789bb..d13b7d109 100644 --- a/OpenCL/m12900-pure.cl +++ b/OpenCL/m12900-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m13000-pure.cl b/OpenCL/m13000-pure.cl index e9fd5be93..549eeed55 100644 --- a/OpenCL/m13000-pure.cl +++ b/OpenCL/m13000-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m13100_a0-optimized.cl b/OpenCL/m13100_a0-optimized.cl index 226032507..0d67fb3c9 100644 --- a/OpenCL/m13100_a0-optimized.cl +++ b/OpenCL/m13100_a0-optimized.cl @@ -6,20 +6,17 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5tgs diff --git a/OpenCL/m13100_a0-pure.cl b/OpenCL/m13100_a0-pure.cl index dc3385c17..d56a3004b 100644 --- a/OpenCL/m13100_a0-pure.cl +++ b/OpenCL/m13100_a0-pure.cl @@ -6,19 +6,16 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5tgs diff --git a/OpenCL/m13100_a1-optimized.cl b/OpenCL/m13100_a1-optimized.cl index b0c75a1c3..749f12952 100644 --- a/OpenCL/m13100_a1-optimized.cl +++ b/OpenCL/m13100_a1-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5tgs diff --git a/OpenCL/m13100_a1-pure.cl b/OpenCL/m13100_a1-pure.cl index 524379c8c..ebdb14864 100644 --- a/OpenCL/m13100_a1-pure.cl +++ b/OpenCL/m13100_a1-pure.cl @@ -6,17 +6,14 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5tgs diff --git a/OpenCL/m13100_a3-optimized.cl b/OpenCL/m13100_a3-optimized.cl index 0a240db75..c692199b6 100644 --- a/OpenCL/m13100_a3-optimized.cl +++ b/OpenCL/m13100_a3-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5tgs diff --git a/OpenCL/m13100_a3-pure.cl b/OpenCL/m13100_a3-pure.cl index 42e820601..7db244812 100644 --- a/OpenCL/m13100_a3-pure.cl +++ b/OpenCL/m13100_a3-pure.cl @@ -6,17 +6,14 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5tgs diff --git a/OpenCL/m13200-pure.cl b/OpenCL/m13200-pure.cl index 5a3c8ca3b..06a6856a7 100644 --- a/OpenCL/m13200-pure.cl +++ b/OpenCL/m13200-pure.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct axcrypt_tmp diff --git a/OpenCL/m13300_a0-optimized.cl b/OpenCL/m13300_a0-optimized.cl index f9eb136b1..c866c6692 100644 --- a/OpenCL/m13300_a0-optimized.cl +++ b/OpenCL/m13300_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m13300_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m13300_a0-pure.cl b/OpenCL/m13300_a0-pure.cl index 6e2338e69..12ccda0b2 100644 --- a/OpenCL/m13300_a0-pure.cl +++ b/OpenCL/m13300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m13300_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m13300_a1-optimized.cl b/OpenCL/m13300_a1-optimized.cl index 214d7e352..e4acc0d54 100644 --- a/OpenCL/m13300_a1-optimized.cl +++ b/OpenCL/m13300_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m13300_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m13300_a1-pure.cl b/OpenCL/m13300_a1-pure.cl index f7bc2c93f..b87420eca 100644 --- a/OpenCL/m13300_a1-pure.cl +++ b/OpenCL/m13300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m13300_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m13300_a3-optimized.cl b/OpenCL/m13300_a3-optimized.cl index f5205d5b0..5f34542c4 100644 --- a/OpenCL/m13300_a3-optimized.cl +++ b/OpenCL/m13300_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m13300m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m13300_a3-pure.cl b/OpenCL/m13300_a3-pure.cl index ca7bc8c23..10f82fda6 100644 --- a/OpenCL/m13300_a3-pure.cl +++ b/OpenCL/m13300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m13300_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m13400-pure.cl b/OpenCL/m13400-pure.cl index 0ef0f8bfb..6ab420288 100644 --- a/OpenCL/m13400-pure.cl +++ b/OpenCL/m13400-pure.cl @@ -3,17 +3,14 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m13500_a0-optimized.cl b/OpenCL/m13500_a0-optimized.cl index 970e516be..f01a248a7 100644 --- a/OpenCL/m13500_a0-optimized.cl +++ b/OpenCL/m13500_a0-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct pstoken diff --git a/OpenCL/m13500_a0-pure.cl b/OpenCL/m13500_a0-pure.cl index 55734ab9b..8ade5504f 100644 --- a/OpenCL/m13500_a0-pure.cl +++ b/OpenCL/m13500_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct pstoken diff --git a/OpenCL/m13500_a1-optimized.cl b/OpenCL/m13500_a1-optimized.cl index 2a735570f..5fd2ed370 100644 --- a/OpenCL/m13500_a1-optimized.cl +++ b/OpenCL/m13500_a1-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct pstoken diff --git a/OpenCL/m13500_a1-pure.cl b/OpenCL/m13500_a1-pure.cl index fe74554f3..9e8438e15 100644 --- a/OpenCL/m13500_a1-pure.cl +++ b/OpenCL/m13500_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct pstoken diff --git a/OpenCL/m13500_a3-optimized.cl b/OpenCL/m13500_a3-optimized.cl index 6dc096867..eb334cdac 100644 --- a/OpenCL/m13500_a3-optimized.cl +++ b/OpenCL/m13500_a3-optimized.cl @@ -6,16 +6,13 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct pstoken diff --git a/OpenCL/m13500_a3-pure.cl b/OpenCL/m13500_a3-pure.cl index 03c026d05..2dee0a358 100644 --- a/OpenCL/m13500_a3-pure.cl +++ b/OpenCL/m13500_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct pstoken diff --git a/OpenCL/m13600-pure.cl b/OpenCL/m13600-pure.cl index e53e88133..e817b7915 100644 --- a/OpenCL/m13600-pure.cl +++ b/OpenCL/m13600-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m13711-pure.cl b/OpenCL/m13711-pure.cl index 69d7be07c..a8a38daa0 100644 --- a/OpenCL/m13711-pure.cl +++ b/OpenCL/m13711-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13712-pure.cl b/OpenCL/m13712-pure.cl index dc455232e..ac5a8a932 100644 --- a/OpenCL/m13712-pure.cl +++ b/OpenCL/m13712-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13713-pure.cl b/OpenCL/m13713-pure.cl index bcf57964e..33a998b16 100644 --- a/OpenCL/m13713-pure.cl +++ b/OpenCL/m13713-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13721-pure.cl b/OpenCL/m13721-pure.cl index d9ccdaad1..9804ed2e9 100644 --- a/OpenCL/m13721-pure.cl +++ b/OpenCL/m13721-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc64_tmp diff --git a/OpenCL/m13722-pure.cl b/OpenCL/m13722-pure.cl index 4087fdcf7..7b57d1e34 100644 --- a/OpenCL/m13722-pure.cl +++ b/OpenCL/m13722-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc64_tmp diff --git a/OpenCL/m13723-pure.cl b/OpenCL/m13723-pure.cl index 2cff7fb81..13ab8a772 100644 --- a/OpenCL/m13723-pure.cl +++ b/OpenCL/m13723-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc64_tmp diff --git a/OpenCL/m13731-pure.cl b/OpenCL/m13731-pure.cl index 9a781fb99..3bcee42d4 100644 --- a/OpenCL/m13731-pure.cl +++ b/OpenCL/m13731-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13732-pure.cl b/OpenCL/m13732-pure.cl index d0f74de09..6b285d227 100644 --- a/OpenCL/m13732-pure.cl +++ b/OpenCL/m13732-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13733-pure.cl b/OpenCL/m13733-pure.cl index 8664ac77b..2b914ccb2 100644 --- a/OpenCL/m13733-pure.cl +++ b/OpenCL/m13733-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13751-pure.cl b/OpenCL/m13751-pure.cl index 6b5684280..18a3d07ac 100644 --- a/OpenCL/m13751-pure.cl +++ b/OpenCL/m13751-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13752-pure.cl b/OpenCL/m13752-pure.cl index dbbfb5512..a40842f95 100644 --- a/OpenCL/m13752-pure.cl +++ b/OpenCL/m13752-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13753-pure.cl b/OpenCL/m13753-pure.cl index b5a3202fc..0ef5f5cd7 100644 --- a/OpenCL/m13753-pure.cl +++ b/OpenCL/m13753-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc_tmp diff --git a/OpenCL/m13771-pure.cl b/OpenCL/m13771-pure.cl index 6071f1288..9425b689e 100644 --- a/OpenCL/m13771-pure.cl +++ b/OpenCL/m13771-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc64_sbog_tmp diff --git a/OpenCL/m13772-pure.cl b/OpenCL/m13772-pure.cl index 6467d8a86..d423ac1f7 100644 --- a/OpenCL/m13772-pure.cl +++ b/OpenCL/m13772-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc64_sbog_tmp diff --git a/OpenCL/m13773-pure.cl b/OpenCL/m13773-pure.cl index cf608e6f5..c5344a62c 100644 --- a/OpenCL/m13773-pure.cl +++ b/OpenCL/m13773-pure.cl @@ -5,21 +5,18 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_streebog512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_camellia.cl) -#include STR(INCLUDE_PATH/inc_cipher_kuznyechik.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_streebog512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_camellia.cl) +#include M2S(INCLUDE_PATH/inc_cipher_kuznyechik.cl) #endif typedef struct vc @@ -41,10 +38,10 @@ typedef struct vc } vc_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_truecrypt_crc32.cl) -#include STR(INCLUDE_PATH/inc_truecrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_xts.cl) -#include STR(INCLUDE_PATH/inc_veracrypt_keyfile.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_crc32.cl) +#include M2S(INCLUDE_PATH/inc_truecrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_xts.cl) +#include M2S(INCLUDE_PATH/inc_veracrypt_keyfile.cl) #endif typedef struct vc64_sbog_tmp diff --git a/OpenCL/m13800_a0-optimized.cl b/OpenCL/m13800_a0-optimized.cl index 6510c5b7a..4da2d1c98 100644 --- a/OpenCL/m13800_a0-optimized.cl +++ b/OpenCL/m13800_a0-optimized.cl @@ -6,18 +6,15 @@ //not compatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct win8phone diff --git a/OpenCL/m13800_a0-pure.cl b/OpenCL/m13800_a0-pure.cl index 11b4caffa..c7a1d0299 100644 --- a/OpenCL/m13800_a0-pure.cl +++ b/OpenCL/m13800_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct win8phone diff --git a/OpenCL/m13800_a1-optimized.cl b/OpenCL/m13800_a1-optimized.cl index d09732a10..033f3a98e 100644 --- a/OpenCL/m13800_a1-optimized.cl +++ b/OpenCL/m13800_a1-optimized.cl @@ -6,16 +6,13 @@ //not compatible //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct win8phone diff --git a/OpenCL/m13800_a1-pure.cl b/OpenCL/m13800_a1-pure.cl index 5b874f6e3..5e507e7f4 100644 --- a/OpenCL/m13800_a1-pure.cl +++ b/OpenCL/m13800_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct win8phone diff --git a/OpenCL/m13800_a3-optimized.cl b/OpenCL/m13800_a3-optimized.cl index b94222518..8352ffb4f 100644 --- a/OpenCL/m13800_a3-optimized.cl +++ b/OpenCL/m13800_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct win8phone diff --git a/OpenCL/m13800_a3-pure.cl b/OpenCL/m13800_a3-pure.cl index 3b927d73e..47ad0f431 100644 --- a/OpenCL/m13800_a3-pure.cl +++ b/OpenCL/m13800_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct win8phone diff --git a/OpenCL/m13900_a0-optimized.cl b/OpenCL/m13900_a0-optimized.cl index 7da6b2d87..b24b610e5 100644 --- a/OpenCL/m13900_a0-optimized.cl +++ b/OpenCL/m13900_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m13900_a0-pure.cl b/OpenCL/m13900_a0-pure.cl index 2b0377181..df2afe2e9 100644 --- a/OpenCL/m13900_a0-pure.cl +++ b/OpenCL/m13900_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m13900_a1-optimized.cl b/OpenCL/m13900_a1-optimized.cl index 32aef6acd..22e59655a 100644 --- a/OpenCL/m13900_a1-optimized.cl +++ b/OpenCL/m13900_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m13900_a1-pure.cl b/OpenCL/m13900_a1-pure.cl index adcabd192..2da14f898 100644 --- a/OpenCL/m13900_a1-pure.cl +++ b/OpenCL/m13900_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m13900_a3-optimized.cl b/OpenCL/m13900_a3-optimized.cl index caee25815..e0292604e 100644 --- a/OpenCL/m13900_a3-optimized.cl +++ b/OpenCL/m13900_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m13900_a3-pure.cl b/OpenCL/m13900_a3-pure.cl index bb76bba13..42a93b689 100644 --- a/OpenCL/m13900_a3-pure.cl +++ b/OpenCL/m13900_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m14000_a0-pure.cl b/OpenCL/m14000_a0-pure.cl index dc6d1a014..6f53c5fc0 100644 --- a/OpenCL/m14000_a0-pure.cl +++ b/OpenCL/m14000_a0-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m14000_a1-pure.cl b/OpenCL/m14000_a1-pure.cl index c5c5a7f65..2615a66d4 100644 --- a/OpenCL/m14000_a1-pure.cl +++ b/OpenCL/m14000_a1-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m14000_a3-pure.cl b/OpenCL/m14000_a3-pure.cl index 14b973c02..a148d2d8f 100644 --- a/OpenCL/m14000_a3-pure.cl +++ b/OpenCL/m14000_a3-pure.cl @@ -5,14 +5,11 @@ * : sboxes for others were takes fron JtR, license below */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl) diff --git a/OpenCL/m14100_a0-pure.cl b/OpenCL/m14100_a0-pure.cl index e99f68e73..5466ce60d 100644 --- a/OpenCL/m14100_a0-pure.cl +++ b/OpenCL/m14100_a0-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m14100_a1-pure.cl b/OpenCL/m14100_a1-pure.cl index 9c2fd7ae9..cd35004a4 100644 --- a/OpenCL/m14100_a1-pure.cl +++ b/OpenCL/m14100_a1-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m14100_a3-pure.cl b/OpenCL/m14100_a3-pure.cl index 659edb81e..2686f2599 100644 --- a/OpenCL/m14100_a3-pure.cl +++ b/OpenCL/m14100_a3-pure.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m14400_a0-optimized.cl b/OpenCL/m14400_a0-optimized.cl index ae55005e3..c7a9cd640 100644 --- a/OpenCL/m14400_a0-optimized.cl +++ b/OpenCL/m14400_a0-optimized.cl @@ -3,18 +3,15 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m14400_a0-pure.cl b/OpenCL/m14400_a0-pure.cl index a92747336..9e4814289 100644 --- a/OpenCL/m14400_a0-pure.cl +++ b/OpenCL/m14400_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m14400_a1-optimized.cl b/OpenCL/m14400_a1-optimized.cl index 2ae451316..b2d7bf2f9 100644 --- a/OpenCL/m14400_a1-optimized.cl +++ b/OpenCL/m14400_a1-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m14400_a1-pure.cl b/OpenCL/m14400_a1-pure.cl index bce71f7d7..4410dbf46 100644 --- a/OpenCL/m14400_a1-pure.cl +++ b/OpenCL/m14400_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m14400_a3-optimized.cl b/OpenCL/m14400_a3-optimized.cl index 1a648e847..4598a7632 100644 --- a/OpenCL/m14400_a3-optimized.cl +++ b/OpenCL/m14400_a3-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m14400_a3-pure.cl b/OpenCL/m14400_a3-pure.cl index 4b2dce9bd..853044e05 100644 --- a/OpenCL/m14400_a3-pure.cl +++ b/OpenCL/m14400_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m14511_a0-pure.cl b/OpenCL/m14511_a0-pure.cl index 63d6fc4c4..201ea1de8 100644 --- a/OpenCL/m14511_a0-pure.cl +++ b/OpenCL/m14511_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14511_a1-pure.cl b/OpenCL/m14511_a1-pure.cl index eb18d89cc..869d38946 100644 --- a/OpenCL/m14511_a1-pure.cl +++ b/OpenCL/m14511_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14511_a3-pure.cl b/OpenCL/m14511_a3-pure.cl index ea07d265e..507bf490c 100644 --- a/OpenCL/m14511_a3-pure.cl +++ b/OpenCL/m14511_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14512_a0-pure.cl b/OpenCL/m14512_a0-pure.cl index 67c212e16..2120c87c2 100644 --- a/OpenCL/m14512_a0-pure.cl +++ b/OpenCL/m14512_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14512_a1-pure.cl b/OpenCL/m14512_a1-pure.cl index 43c2b4e1e..597231930 100644 --- a/OpenCL/m14512_a1-pure.cl +++ b/OpenCL/m14512_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14512_a3-pure.cl b/OpenCL/m14512_a3-pure.cl index 4351b2708..ace236029 100644 --- a/OpenCL/m14512_a3-pure.cl +++ b/OpenCL/m14512_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14513_a0-pure.cl b/OpenCL/m14513_a0-pure.cl index 9e64cbe5c..281921530 100644 --- a/OpenCL/m14513_a0-pure.cl +++ b/OpenCL/m14513_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14513_a1-pure.cl b/OpenCL/m14513_a1-pure.cl index 46fc8650d..71f9f9ade 100644 --- a/OpenCL/m14513_a1-pure.cl +++ b/OpenCL/m14513_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14513_a3-pure.cl b/OpenCL/m14513_a3-pure.cl index 6dd361198..bace1952c 100644 --- a/OpenCL/m14513_a3-pure.cl +++ b/OpenCL/m14513_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14521_a0-pure.cl b/OpenCL/m14521_a0-pure.cl index 78c593c24..44f5ba90d 100644 --- a/OpenCL/m14521_a0-pure.cl +++ b/OpenCL/m14521_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14521_a1-pure.cl b/OpenCL/m14521_a1-pure.cl index 6e220ca3d..f42b48c26 100644 --- a/OpenCL/m14521_a1-pure.cl +++ b/OpenCL/m14521_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14521_a3-pure.cl b/OpenCL/m14521_a3-pure.cl index 14495c99d..82dfecbf6 100644 --- a/OpenCL/m14521_a3-pure.cl +++ b/OpenCL/m14521_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14522_a0-pure.cl b/OpenCL/m14522_a0-pure.cl index 482409b70..a39b10993 100644 --- a/OpenCL/m14522_a0-pure.cl +++ b/OpenCL/m14522_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14522_a1-pure.cl b/OpenCL/m14522_a1-pure.cl index 7989fb115..44d50f9b5 100644 --- a/OpenCL/m14522_a1-pure.cl +++ b/OpenCL/m14522_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14522_a3-pure.cl b/OpenCL/m14522_a3-pure.cl index 163f59989..633a71e1a 100644 --- a/OpenCL/m14522_a3-pure.cl +++ b/OpenCL/m14522_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14523_a0-pure.cl b/OpenCL/m14523_a0-pure.cl index 6a7df6f0e..a9ff6de68 100644 --- a/OpenCL/m14523_a0-pure.cl +++ b/OpenCL/m14523_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14523_a1-pure.cl b/OpenCL/m14523_a1-pure.cl index 0fc080eb7..557c6d9b7 100644 --- a/OpenCL/m14523_a1-pure.cl +++ b/OpenCL/m14523_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14523_a3-pure.cl b/OpenCL/m14523_a3-pure.cl index cccb9c5b7..b3086a558 100644 --- a/OpenCL/m14523_a3-pure.cl +++ b/OpenCL/m14523_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14531_a0-pure.cl b/OpenCL/m14531_a0-pure.cl index 195a2a03d..9ebed2d37 100644 --- a/OpenCL/m14531_a0-pure.cl +++ b/OpenCL/m14531_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14531_a1-pure.cl b/OpenCL/m14531_a1-pure.cl index 36b9b4de8..e9c1e686b 100644 --- a/OpenCL/m14531_a1-pure.cl +++ b/OpenCL/m14531_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14531_a3-pure.cl b/OpenCL/m14531_a3-pure.cl index 2c18714f0..ddeb1210b 100644 --- a/OpenCL/m14531_a3-pure.cl +++ b/OpenCL/m14531_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14532_a0-pure.cl b/OpenCL/m14532_a0-pure.cl index 70392324d..4ff993369 100644 --- a/OpenCL/m14532_a0-pure.cl +++ b/OpenCL/m14532_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14532_a1-pure.cl b/OpenCL/m14532_a1-pure.cl index fbb3ae81f..46ea468d8 100644 --- a/OpenCL/m14532_a1-pure.cl +++ b/OpenCL/m14532_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14532_a3-pure.cl b/OpenCL/m14532_a3-pure.cl index 6885db612..d2115cb96 100644 --- a/OpenCL/m14532_a3-pure.cl +++ b/OpenCL/m14532_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14533_a0-pure.cl b/OpenCL/m14533_a0-pure.cl index e79b8e5ad..c22abe168 100644 --- a/OpenCL/m14533_a0-pure.cl +++ b/OpenCL/m14533_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14533_a1-pure.cl b/OpenCL/m14533_a1-pure.cl index 4e10d779d..2ce1e6c37 100644 --- a/OpenCL/m14533_a1-pure.cl +++ b/OpenCL/m14533_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14533_a3-pure.cl b/OpenCL/m14533_a3-pure.cl index 14d7bec3e..294e8fb74 100644 --- a/OpenCL/m14533_a3-pure.cl +++ b/OpenCL/m14533_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14541_a0-pure.cl b/OpenCL/m14541_a0-pure.cl index e62ffe940..d04e0e96d 100644 --- a/OpenCL/m14541_a0-pure.cl +++ b/OpenCL/m14541_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14541_a1-pure.cl b/OpenCL/m14541_a1-pure.cl index a1c7adc8b..822edab4b 100644 --- a/OpenCL/m14541_a1-pure.cl +++ b/OpenCL/m14541_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14541_a3-pure.cl b/OpenCL/m14541_a3-pure.cl index 662664b5a..826768b8e 100644 --- a/OpenCL/m14541_a3-pure.cl +++ b/OpenCL/m14541_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14542_a0-pure.cl b/OpenCL/m14542_a0-pure.cl index aae363e35..9231a7d81 100644 --- a/OpenCL/m14542_a0-pure.cl +++ b/OpenCL/m14542_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14542_a1-pure.cl b/OpenCL/m14542_a1-pure.cl index 8dd16a028..d25a00920 100644 --- a/OpenCL/m14542_a1-pure.cl +++ b/OpenCL/m14542_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14542_a3-pure.cl b/OpenCL/m14542_a3-pure.cl index 28b24b0fb..2e167c5e1 100644 --- a/OpenCL/m14542_a3-pure.cl +++ b/OpenCL/m14542_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14543_a0-pure.cl b/OpenCL/m14543_a0-pure.cl index 67ae1598f..5fcd0c681 100644 --- a/OpenCL/m14543_a0-pure.cl +++ b/OpenCL/m14543_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14543_a1-pure.cl b/OpenCL/m14543_a1-pure.cl index 8be3b1de5..aea17884c 100644 --- a/OpenCL/m14543_a1-pure.cl +++ b/OpenCL/m14543_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14543_a3-pure.cl b/OpenCL/m14543_a3-pure.cl index fc49a0948..b40223c38 100644 --- a/OpenCL/m14543_a3-pure.cl +++ b/OpenCL/m14543_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14551_a0-pure.cl b/OpenCL/m14551_a0-pure.cl index cc1fee835..e8a8ee9c3 100644 --- a/OpenCL/m14551_a0-pure.cl +++ b/OpenCL/m14551_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14551_a1-pure.cl b/OpenCL/m14551_a1-pure.cl index 389db78c7..402a40494 100644 --- a/OpenCL/m14551_a1-pure.cl +++ b/OpenCL/m14551_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14551_a3-pure.cl b/OpenCL/m14551_a3-pure.cl index 53fe16f60..7069505e8 100644 --- a/OpenCL/m14551_a3-pure.cl +++ b/OpenCL/m14551_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14552_a0-pure.cl b/OpenCL/m14552_a0-pure.cl index 1832df134..70ea01567 100644 --- a/OpenCL/m14552_a0-pure.cl +++ b/OpenCL/m14552_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14552_a1-pure.cl b/OpenCL/m14552_a1-pure.cl index ada4e4726..dd7ce6f30 100644 --- a/OpenCL/m14552_a1-pure.cl +++ b/OpenCL/m14552_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14552_a3-pure.cl b/OpenCL/m14552_a3-pure.cl index 484191ece..b42e8d2f3 100644 --- a/OpenCL/m14552_a3-pure.cl +++ b/OpenCL/m14552_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14553_a0-pure.cl b/OpenCL/m14553_a0-pure.cl index d84862b7b..0ee833a6d 100644 --- a/OpenCL/m14553_a0-pure.cl +++ b/OpenCL/m14553_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14553_a1-pure.cl b/OpenCL/m14553_a1-pure.cl index 1907d8ced..0aca6847a 100644 --- a/OpenCL/m14553_a1-pure.cl +++ b/OpenCL/m14553_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14553_a3-pure.cl b/OpenCL/m14553_a3-pure.cl index ac88793e4..62048e1ed 100644 --- a/OpenCL/m14553_a3-pure.cl +++ b/OpenCL/m14553_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_whirlpool.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_whirlpool.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif typedef struct cryptoapi diff --git a/OpenCL/m14611-pure.cl b/OpenCL/m14611-pure.cl index 8ea5469ba..c26c540ae 100644 --- a/OpenCL/m14611-pure.cl +++ b/OpenCL/m14611-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_aes.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14612-pure.cl b/OpenCL/m14612-pure.cl index 623cef1f2..1ab947920 100644 --- a/OpenCL/m14612-pure.cl +++ b/OpenCL/m14612-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_serpent.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_serpent.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14613-pure.cl b/OpenCL/m14613-pure.cl index e0da32e5b..d40554469 100644 --- a/OpenCL/m14613-pure.cl +++ b/OpenCL/m14613-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_twofish.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_twofish.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14621-pure.cl b/OpenCL/m14621-pure.cl index 67b5e1d95..4dda5922d 100644 --- a/OpenCL/m14621-pure.cl +++ b/OpenCL/m14621-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_aes.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14622-pure.cl b/OpenCL/m14622-pure.cl index 1a530d2f4..bc8879f01 100644 --- a/OpenCL/m14622-pure.cl +++ b/OpenCL/m14622-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_serpent.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_serpent.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14623-pure.cl b/OpenCL/m14623-pure.cl index bb2cd1ae6..5ca24440a 100644 --- a/OpenCL/m14623-pure.cl +++ b/OpenCL/m14623-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_twofish.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_twofish.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14631-pure.cl b/OpenCL/m14631-pure.cl index 2791ca5a5..005b91be1 100644 --- a/OpenCL/m14631-pure.cl +++ b/OpenCL/m14631-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_aes.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14632-pure.cl b/OpenCL/m14632-pure.cl index 4882c190f..a7b3c8901 100644 --- a/OpenCL/m14632-pure.cl +++ b/OpenCL/m14632-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_serpent.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_serpent.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14633-pure.cl b/OpenCL/m14633-pure.cl index 909b6d1aa..e30aae7d0 100644 --- a/OpenCL/m14633-pure.cl +++ b/OpenCL/m14633-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_twofish.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_twofish.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14641-pure.cl b/OpenCL/m14641-pure.cl index 994a8a345..ae7b58363 100644 --- a/OpenCL/m14641-pure.cl +++ b/OpenCL/m14641-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_aes.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14642-pure.cl b/OpenCL/m14642-pure.cl index 0b14823fa..40618e4cd 100644 --- a/OpenCL/m14642-pure.cl +++ b/OpenCL/m14642-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_serpent.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_serpent.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14643-pure.cl b/OpenCL/m14643-pure.cl index d0bf1706e..c0620f16e 100644 --- a/OpenCL/m14643-pure.cl +++ b/OpenCL/m14643-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_hash_ripemd160.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_hash_ripemd160.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #endif #define LUKS_STRIPES 4000 @@ -87,10 +84,10 @@ typedef struct luks_tmp } luks_tmp_t; #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_luks_af.cl) -#include STR(INCLUDE_PATH/inc_luks_essiv.cl) -#include STR(INCLUDE_PATH/inc_luks_xts.cl) -#include STR(INCLUDE_PATH/inc_luks_twofish.cl) +#include M2S(INCLUDE_PATH/inc_luks_af.cl) +#include M2S(INCLUDE_PATH/inc_luks_essiv.cl) +#include M2S(INCLUDE_PATH/inc_luks_xts.cl) +#include M2S(INCLUDE_PATH/inc_luks_twofish.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14700-pure.cl b/OpenCL/m14700-pure.cl index 8f52fc462..baf1c833a 100644 --- a/OpenCL/m14700-pure.cl +++ b/OpenCL/m14700-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m14800-pure.cl b/OpenCL/m14800-pure.cl index d75afe79e..6d7322e92 100644 --- a/OpenCL/m14800-pure.cl +++ b/OpenCL/m14800-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct itunes_backup diff --git a/OpenCL/m14900_a0-optimized.cl b/OpenCL/m14900_a0-optimized.cl index affa60ee9..b835dd776 100644 --- a/OpenCL/m14900_a0-optimized.cl +++ b/OpenCL/m14900_a0-optimized.cl @@ -6,17 +6,14 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u8a c_ftable[256] = diff --git a/OpenCL/m14900_a1-optimized.cl b/OpenCL/m14900_a1-optimized.cl index 7c1ee48ba..3b47cb5de 100644 --- a/OpenCL/m14900_a1-optimized.cl +++ b/OpenCL/m14900_a1-optimized.cl @@ -6,15 +6,12 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u8a c_ftable[256] = diff --git a/OpenCL/m14900_a3-optimized.cl b/OpenCL/m14900_a3-optimized.cl index a8a092034..b902b40c1 100644 --- a/OpenCL/m14900_a3-optimized.cl +++ b/OpenCL/m14900_a3-optimized.cl @@ -6,15 +6,12 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u8a c_ftable[256] = diff --git a/OpenCL/m15000_a0-optimized.cl b/OpenCL/m15000_a0-optimized.cl index 19fe93ade..404a0418a 100644 --- a/OpenCL/m15000_a0-optimized.cl +++ b/OpenCL/m15000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS const u32x *w4, PRIVATE_AS const u32x *w5, PRIVATE_AS const u32x *w6, PRIVATE_AS const u32x *w7, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m15000_a0-pure.cl b/OpenCL/m15000_a0-pure.cl index 23a7fc5bf..bfc61e2e6 100644 --- a/OpenCL/m15000_a0-pure.cl +++ b/OpenCL/m15000_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m15000_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m15000_a1-optimized.cl b/OpenCL/m15000_a1-optimized.cl index 22dbd3523..609a5fa3a 100644 --- a/OpenCL/m15000_a1-optimized.cl +++ b/OpenCL/m15000_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS const u32x *w4, PRIVATE_AS const u32x *w5, PRIVATE_AS const u32x *w6, PRIVATE_AS const u32x *w7, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m15000_a1-pure.cl b/OpenCL/m15000_a1-pure.cl index 3598d7607..412858add 100644 --- a/OpenCL/m15000_a1-pure.cl +++ b/OpenCL/m15000_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m15000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m15000_a3-optimized.cl b/OpenCL/m15000_a3-optimized.cl index 312c2d767..6715ab4d0 100644 --- a/OpenCL/m15000_a3-optimized.cl +++ b/OpenCL/m15000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS const u32x *w4, PRIVATE_AS const u32x *w5, PRIVATE_AS const u32x *w6, PRIVATE_AS const u32x *w7, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m15000_a3-pure.cl b/OpenCL/m15000_a3-pure.cl index 3a2dc62e4..59e983719 100644 --- a/OpenCL/m15000_a3-pure.cl +++ b/OpenCL/m15000_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m15000_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m15100-pure.cl b/OpenCL/m15100-pure.cl index 026af0989..a63cd7338 100644 --- a/OpenCL/m15100-pure.cl +++ b/OpenCL/m15100-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m15300-pure.cl b/OpenCL/m15300-pure.cl index d3b022f7a..96190d7ee 100644 --- a/OpenCL/m15300-pure.cl +++ b/OpenCL/m15300-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m15400_a0-optimized.cl b/OpenCL/m15400_a0-optimized.cl index cd066a916..86363977a 100644 --- a/OpenCL/m15400_a0-optimized.cl +++ b/OpenCL/m15400_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif typedef struct chacha20 diff --git a/OpenCL/m15400_a1-optimized.cl b/OpenCL/m15400_a1-optimized.cl index 8c26c6685..542c68ddd 100644 --- a/OpenCL/m15400_a1-optimized.cl +++ b/OpenCL/m15400_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif typedef struct chacha20 diff --git a/OpenCL/m15400_a3-optimized.cl b/OpenCL/m15400_a3-optimized.cl index 502fec55a..a5890554c 100644 --- a/OpenCL/m15400_a3-optimized.cl +++ b/OpenCL/m15400_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif typedef struct chacha20 diff --git a/OpenCL/m15500_a0-optimized.cl b/OpenCL/m15500_a0-optimized.cl index 528d9ad65..8e40ce6b2 100644 --- a/OpenCL/m15500_a0-optimized.cl +++ b/OpenCL/m15500_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m15500_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m15500_a0-pure.cl b/OpenCL/m15500_a0-pure.cl index 3b4445de9..5190cf4ea 100644 --- a/OpenCL/m15500_a0-pure.cl +++ b/OpenCL/m15500_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m15500_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m15500_a1-optimized.cl b/OpenCL/m15500_a1-optimized.cl index 673af34a7..7d8d2c506 100644 --- a/OpenCL/m15500_a1-optimized.cl +++ b/OpenCL/m15500_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m15500_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m15500_a1-pure.cl b/OpenCL/m15500_a1-pure.cl index b15db7ab4..457a9e982 100644 --- a/OpenCL/m15500_a1-pure.cl +++ b/OpenCL/m15500_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m15500_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m15500_a3-optimized.cl b/OpenCL/m15500_a3-optimized.cl index b3f83568b..909c61f57 100644 --- a/OpenCL/m15500_a3-optimized.cl +++ b/OpenCL/m15500_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void m15500m (PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m15500_a3-pure.cl b/OpenCL/m15500_a3-pure.cl index bb9c9073a..1805eb526 100644 --- a/OpenCL/m15500_a3-pure.cl +++ b/OpenCL/m15500_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m15500_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m15600-pure.cl b/OpenCL/m15600-pure.cl index 99227d6cb..9476450a2 100644 --- a/OpenCL/m15600-pure.cl +++ b/OpenCL/m15600-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct pbkdf2_sha256_tmp diff --git a/OpenCL/m15700-pure.cl b/OpenCL/m15700-pure.cl index 3227c7c3f..bf29a8b0c 100644 --- a/OpenCL/m15700-pure.cl +++ b/OpenCL/m15700-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m15900-pure.cl b/OpenCL/m15900-pure.cl index 99e3be621..640c6de90 100644 --- a/OpenCL/m15900-pure.cl +++ b/OpenCL/m15900-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m16000_a0-pure.cl b/OpenCL/m16000_a0-pure.cl index 130c620bc..9abeee3ce 100644 --- a/OpenCL/m16000_a0-pure.cl +++ b/OpenCL/m16000_a0-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m16000_a1-pure.cl b/OpenCL/m16000_a1-pure.cl index 365f8b1bd..e076a5f24 100644 --- a/OpenCL/m16000_a1-pure.cl +++ b/OpenCL/m16000_a1-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m16000_a3-pure.cl b/OpenCL/m16000_a3-pure.cl index 31757067f..25d1cf776 100644 --- a/OpenCL/m16000_a3-pure.cl +++ b/OpenCL/m16000_a3-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif #define PERM_OP(a,b,tt,n,m) \ diff --git a/OpenCL/m16100_a0-optimized.cl b/OpenCL/m16100_a0-optimized.cl index 77975b1cd..8e068c96b 100644 --- a/OpenCL/m16100_a0-optimized.cl +++ b/OpenCL/m16100_a0-optimized.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct tacacs_plus diff --git a/OpenCL/m16100_a0-pure.cl b/OpenCL/m16100_a0-pure.cl index 120b40533..24e0289d9 100644 --- a/OpenCL/m16100_a0-pure.cl +++ b/OpenCL/m16100_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct tacacs_plus diff --git a/OpenCL/m16100_a1-optimized.cl b/OpenCL/m16100_a1-optimized.cl index b70398392..b950b2a41 100644 --- a/OpenCL/m16100_a1-optimized.cl +++ b/OpenCL/m16100_a1-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct tacacs_plus diff --git a/OpenCL/m16100_a1-pure.cl b/OpenCL/m16100_a1-pure.cl index 514ed3dff..d27663ec2 100644 --- a/OpenCL/m16100_a1-pure.cl +++ b/OpenCL/m16100_a1-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct tacacs_plus diff --git a/OpenCL/m16100_a3-optimized.cl b/OpenCL/m16100_a3-optimized.cl index 80350c1b7..9353f977d 100644 --- a/OpenCL/m16100_a3-optimized.cl +++ b/OpenCL/m16100_a3-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct tacacs_plus diff --git a/OpenCL/m16100_a3-pure.cl b/OpenCL/m16100_a3-pure.cl index 2d24327df..a55774438 100644 --- a/OpenCL/m16100_a3-pure.cl +++ b/OpenCL/m16100_a3-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif typedef struct tacacs_plus diff --git a/OpenCL/m16200-pure.cl b/OpenCL/m16200-pure.cl index 888de87ec..295098c9f 100644 --- a/OpenCL/m16200-pure.cl +++ b/OpenCL/m16200-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m16300-pure.cl b/OpenCL/m16300-pure.cl index 5b8fc86d1..a1198f630 100644 --- a/OpenCL/m16300-pure.cl +++ b/OpenCL/m16300-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m16400_a0-optimized.cl b/OpenCL/m16400_a0-optimized.cl index 9a89b498b..f7c254928 100644 --- a/OpenCL/m16400_a0-optimized.cl +++ b/OpenCL/m16400_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m16400_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m16400_a0-pure.cl b/OpenCL/m16400_a0-pure.cl index a01d3d4eb..59e4dc2d5 100644 --- a/OpenCL/m16400_a0-pure.cl +++ b/OpenCL/m16400_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void cram_md5_transform (PRIVATE_AS const u32 *w0, PRIVATE_AS const u32 *w1, PRIVATE_AS const u32 *w2, PRIVATE_AS const u32 *w3, PRIVATE_AS u32 *digest) diff --git a/OpenCL/m16400_a1-optimized.cl b/OpenCL/m16400_a1-optimized.cl index 369e0b687..3fbb16a87 100644 --- a/OpenCL/m16400_a1-optimized.cl +++ b/OpenCL/m16400_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m16400_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m16400_a1-pure.cl b/OpenCL/m16400_a1-pure.cl index 24de2e025..18b460d81 100644 --- a/OpenCL/m16400_a1-pure.cl +++ b/OpenCL/m16400_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void cram_md5_transform (PRIVATE_AS const u32 *w0, PRIVATE_AS const u32 *w1, PRIVATE_AS const u32 *w2, PRIVATE_AS const u32 *w3, PRIVATE_AS u32 *digest) diff --git a/OpenCL/m16400_a3-optimized.cl b/OpenCL/m16400_a3-optimized.cl index b1550a6d1..d51ac6319 100644 --- a/OpenCL/m16400_a3-optimized.cl +++ b/OpenCL/m16400_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define MD5_STEP_REV(f,a,b,c,d,x,t,s) \ diff --git a/OpenCL/m16400_a3-pure.cl b/OpenCL/m16400_a3-pure.cl index ab8f8af56..d6c5bcb49 100644 --- a/OpenCL/m16400_a3-pure.cl +++ b/OpenCL/m16400_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void cram_md5_transform_vector (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u32x *digest) diff --git a/OpenCL/m16511_a0-pure.cl b/OpenCL/m16511_a0-pure.cl index f068f85fa..cce108270 100644 --- a/OpenCL/m16511_a0-pure.cl +++ b/OpenCL/m16511_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct jwt diff --git a/OpenCL/m16511_a1-pure.cl b/OpenCL/m16511_a1-pure.cl index f76177f3c..022548e40 100644 --- a/OpenCL/m16511_a1-pure.cl +++ b/OpenCL/m16511_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct jwt diff --git a/OpenCL/m16511_a3-pure.cl b/OpenCL/m16511_a3-pure.cl index d13385435..aebd2dead 100644 --- a/OpenCL/m16511_a3-pure.cl +++ b/OpenCL/m16511_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif typedef struct jwt diff --git a/OpenCL/m16512_a0-pure.cl b/OpenCL/m16512_a0-pure.cl index ff7743585..9f612b6e4 100644 --- a/OpenCL/m16512_a0-pure.cl +++ b/OpenCL/m16512_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif typedef struct jwt diff --git a/OpenCL/m16512_a1-pure.cl b/OpenCL/m16512_a1-pure.cl index 79f2c35be..857bf28da 100644 --- a/OpenCL/m16512_a1-pure.cl +++ b/OpenCL/m16512_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif typedef struct jwt diff --git a/OpenCL/m16512_a3-pure.cl b/OpenCL/m16512_a3-pure.cl index 578b1bc2c..f89e03844 100644 --- a/OpenCL/m16512_a3-pure.cl +++ b/OpenCL/m16512_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif typedef struct jwt diff --git a/OpenCL/m16513_a0-pure.cl b/OpenCL/m16513_a0-pure.cl index 24da6e4db..2eed0e12a 100644 --- a/OpenCL/m16513_a0-pure.cl +++ b/OpenCL/m16513_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif typedef struct jwt diff --git a/OpenCL/m16513_a1-pure.cl b/OpenCL/m16513_a1-pure.cl index 2344f4bdf..53fd8f41f 100644 --- a/OpenCL/m16513_a1-pure.cl +++ b/OpenCL/m16513_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif typedef struct jwt diff --git a/OpenCL/m16513_a3-pure.cl b/OpenCL/m16513_a3-pure.cl index a4ef603b8..f3f9bbd1e 100644 --- a/OpenCL/m16513_a3-pure.cl +++ b/OpenCL/m16513_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif typedef struct jwt diff --git a/OpenCL/m16600_a0-optimized.cl b/OpenCL/m16600_a0-optimized.cl index 0d7b92533..27842d1c8 100644 --- a/OpenCL/m16600_a0-optimized.cl +++ b/OpenCL/m16600_a0-optimized.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct electrum_wallet diff --git a/OpenCL/m16600_a0-pure.cl b/OpenCL/m16600_a0-pure.cl index 05dec44de..c13319564 100644 --- a/OpenCL/m16600_a0-pure.cl +++ b/OpenCL/m16600_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct electrum_wallet diff --git a/OpenCL/m16600_a1-optimized.cl b/OpenCL/m16600_a1-optimized.cl index 4c19842ca..9ee0b7b85 100644 --- a/OpenCL/m16600_a1-optimized.cl +++ b/OpenCL/m16600_a1-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct electrum_wallet diff --git a/OpenCL/m16600_a1-pure.cl b/OpenCL/m16600_a1-pure.cl index 32f4382ad..b62608b09 100644 --- a/OpenCL/m16600_a1-pure.cl +++ b/OpenCL/m16600_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct electrum_wallet diff --git a/OpenCL/m16600_a3-optimized.cl b/OpenCL/m16600_a3-optimized.cl index 177d948b4..b12391b6e 100644 --- a/OpenCL/m16600_a3-optimized.cl +++ b/OpenCL/m16600_a3-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct electrum_wallet diff --git a/OpenCL/m16600_a3-pure.cl b/OpenCL/m16600_a3-pure.cl index eb8c8fcd5..906a4b56a 100644 --- a/OpenCL/m16600_a3-pure.cl +++ b/OpenCL/m16600_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct electrum_wallet diff --git a/OpenCL/m16800-pure.cl b/OpenCL/m16800-pure.cl index e62924515..07800f705 100644 --- a/OpenCL/m16800-pure.cl +++ b/OpenCL/m16800-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #else #include "inc_vendor.h" #include "inc_types.h" diff --git a/OpenCL/m16801-pure.cl b/OpenCL/m16801-pure.cl index aa4cf374c..52752731d 100644 --- a/OpenCL/m16801-pure.cl +++ b/OpenCL/m16801-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #else #include "inc_vendor.h" #include "inc_types.h" diff --git a/OpenCL/m16900-pure.cl b/OpenCL/m16900-pure.cl index 22c321054..020cbfdc4 100644 --- a/OpenCL/m16900-pure.cl +++ b/OpenCL/m16900-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m17010-pure.cl b/OpenCL/m17010-pure.cl index d9d1a4c49..406c35aa2 100644 --- a/OpenCL/m17010-pure.cl +++ b/OpenCL/m17010-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct gpg diff --git a/OpenCL/m17200_a0-pure.cl b/OpenCL/m17200_a0-pure.cl index de7c31477..80d6a6f1a 100644 --- a/OpenCL/m17200_a0-pure.cl +++ b/OpenCL/m17200_a0-pure.cl @@ -85,16 +85,13 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -225,7 +222,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { diff --git a/OpenCL/m17200_a1-pure.cl b/OpenCL/m17200_a1-pure.cl index 81d462289..116304da2 100644 --- a/OpenCL/m17200_a1-pure.cl +++ b/OpenCL/m17200_a1-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -223,7 +220,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { diff --git a/OpenCL/m17200_a3-pure.cl b/OpenCL/m17200_a3-pure.cl index 51ed38246..e34b8a106 100644 --- a/OpenCL/m17200_a3-pure.cl +++ b/OpenCL/m17200_a3-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -223,7 +220,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { diff --git a/OpenCL/m17210_a0-pure.cl b/OpenCL/m17210_a0-pure.cl index cd73fd17c..093a62d6b 100644 --- a/OpenCL/m17210_a0-pure.cl +++ b/OpenCL/m17210_a0-pure.cl @@ -85,16 +85,13 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ 32 diff --git a/OpenCL/m17210_a1-pure.cl b/OpenCL/m17210_a1-pure.cl index 9fff12f26..a2d7d4984 100644 --- a/OpenCL/m17210_a1-pure.cl +++ b/OpenCL/m17210_a1-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ 32 diff --git a/OpenCL/m17210_a3-pure.cl b/OpenCL/m17210_a3-pure.cl index 551167204..829f06644 100644 --- a/OpenCL/m17210_a3-pure.cl +++ b/OpenCL/m17210_a3-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ 32 diff --git a/OpenCL/m17220_a0-pure.cl b/OpenCL/m17220_a0-pure.cl index 00dacb365..405b02d6f 100644 --- a/OpenCL/m17220_a0-pure.cl +++ b/OpenCL/m17220_a0-pure.cl @@ -85,16 +85,13 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -225,7 +222,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { u8 op; /* operation, extra bits, table bits */ diff --git a/OpenCL/m17220_a1-pure.cl b/OpenCL/m17220_a1-pure.cl index 62de5384c..ea502dced 100644 --- a/OpenCL/m17220_a1-pure.cl +++ b/OpenCL/m17220_a1-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -223,7 +220,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { u8 op; /* operation, extra bits, table bits */ diff --git a/OpenCL/m17220_a3-pure.cl b/OpenCL/m17220_a3-pure.cl index dc006d66a..ef64d3211 100644 --- a/OpenCL/m17220_a3-pure.cl +++ b/OpenCL/m17220_a3-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -223,7 +220,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { u8 op; /* operation, extra bits, table bits */ diff --git a/OpenCL/m17225_a0-pure.cl b/OpenCL/m17225_a0-pure.cl index a0c8f9b50..21b3fbb16 100644 --- a/OpenCL/m17225_a0-pure.cl +++ b/OpenCL/m17225_a0-pure.cl @@ -85,16 +85,13 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -225,7 +222,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { u8 op; /* operation, extra bits, table bits */ diff --git a/OpenCL/m17225_a1-pure.cl b/OpenCL/m17225_a1-pure.cl index d0f2b991f..cea5bef24 100644 --- a/OpenCL/m17225_a1-pure.cl +++ b/OpenCL/m17225_a1-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -223,7 +220,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { u8 op; /* operation, extra bits, table bits */ diff --git a/OpenCL/m17225_a3-pure.cl b/OpenCL/m17225_a3-pure.cl index 837fce91f..be986f945 100644 --- a/OpenCL/m17225_a3-pure.cl +++ b/OpenCL/m17225_a3-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ (2 * TINFL_LZ_DICT_SIZE) @@ -223,7 +220,7 @@ CONSTANT_VK u32a crc32tab[256] = #define CRC32_IN_INFLATE -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) typedef struct { u8 op; /* operation, extra bits, table bits */ diff --git a/OpenCL/m17230_a0-pure.cl b/OpenCL/m17230_a0-pure.cl index 35a2d8c48..f72a899d5 100644 --- a/OpenCL/m17230_a0-pure.cl +++ b/OpenCL/m17230_a0-pure.cl @@ -85,16 +85,13 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ 32 diff --git a/OpenCL/m17230_a1-pure.cl b/OpenCL/m17230_a1-pure.cl index 9a366c95e..ebeb48768 100644 --- a/OpenCL/m17230_a1-pure.cl +++ b/OpenCL/m17230_a1-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ 32 diff --git a/OpenCL/m17230_a3-pure.cl b/OpenCL/m17230_a3-pure.cl index 29424cef0..a52dec658 100644 --- a/OpenCL/m17230_a3-pure.cl +++ b/OpenCL/m17230_a3-pure.cl @@ -85,14 +85,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MAX_LOCAL 512 // too much leaves no room for compiler optimizations, simply benchmark to find a good trade-off - make it as big as possible #define TMPSIZ 32 diff --git a/OpenCL/m17300_a0-optimized.cl b/OpenCL/m17300_a0-optimized.cl index fe1b7e310..0140de8fb 100644 --- a/OpenCL/m17300_a0-optimized.cl +++ b/OpenCL/m17300_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17300_a1-optimized.cl b/OpenCL/m17300_a1-optimized.cl index 21c85de47..04d70395a 100644 --- a/OpenCL/m17300_a1-optimized.cl +++ b/OpenCL/m17300_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17300_a3-optimized.cl b/OpenCL/m17300_a3-optimized.cl index 5ecbb3549..4f3c1649e 100644 --- a/OpenCL/m17300_a3-optimized.cl +++ b/OpenCL/m17300_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17400_a0-optimized.cl b/OpenCL/m17400_a0-optimized.cl index 19f526943..ad517f2dd 100644 --- a/OpenCL/m17400_a0-optimized.cl +++ b/OpenCL/m17400_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17400_a1-optimized.cl b/OpenCL/m17400_a1-optimized.cl index cbb0ec5a9..47b771a47 100644 --- a/OpenCL/m17400_a1-optimized.cl +++ b/OpenCL/m17400_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17400_a3-optimized.cl b/OpenCL/m17400_a3-optimized.cl index 43871956e..ae79bfb14 100644 --- a/OpenCL/m17400_a3-optimized.cl +++ b/OpenCL/m17400_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17500_a0-optimized.cl b/OpenCL/m17500_a0-optimized.cl index 4d0ad7e46..c1f24e1cc 100644 --- a/OpenCL/m17500_a0-optimized.cl +++ b/OpenCL/m17500_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17500_a1-optimized.cl b/OpenCL/m17500_a1-optimized.cl index 35f6d3e96..cd8ebcef9 100644 --- a/OpenCL/m17500_a1-optimized.cl +++ b/OpenCL/m17500_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17500_a3-optimized.cl b/OpenCL/m17500_a3-optimized.cl index 3ab135e22..488b92236 100644 --- a/OpenCL/m17500_a3-optimized.cl +++ b/OpenCL/m17500_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17600_a0-optimized.cl b/OpenCL/m17600_a0-optimized.cl index c22c9ca4b..4a9282398 100644 --- a/OpenCL/m17600_a0-optimized.cl +++ b/OpenCL/m17600_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17600_a1-optimized.cl b/OpenCL/m17600_a1-optimized.cl index 223c313b6..d6ff92ee7 100644 --- a/OpenCL/m17600_a1-optimized.cl +++ b/OpenCL/m17600_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17600_a3-optimized.cl b/OpenCL/m17600_a3-optimized.cl index 5d592649c..13d47d69d 100644 --- a/OpenCL/m17600_a3-optimized.cl +++ b/OpenCL/m17600_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17700_a0-optimized.cl b/OpenCL/m17700_a0-optimized.cl index b5003227e..7d7066f3b 100644 --- a/OpenCL/m17700_a0-optimized.cl +++ b/OpenCL/m17700_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17700_a1-optimized.cl b/OpenCL/m17700_a1-optimized.cl index 739062c9f..1a8cf659b 100644 --- a/OpenCL/m17700_a1-optimized.cl +++ b/OpenCL/m17700_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17700_a3-optimized.cl b/OpenCL/m17700_a3-optimized.cl index 55c243b19..4f2ae86bf 100644 --- a/OpenCL/m17700_a3-optimized.cl +++ b/OpenCL/m17700_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17800_a0-optimized.cl b/OpenCL/m17800_a0-optimized.cl index 7310036d8..ca898956d 100644 --- a/OpenCL/m17800_a0-optimized.cl +++ b/OpenCL/m17800_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17800_a1-optimized.cl b/OpenCL/m17800_a1-optimized.cl index 6f910aa31..33a90169f 100644 --- a/OpenCL/m17800_a1-optimized.cl +++ b/OpenCL/m17800_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17800_a3-optimized.cl b/OpenCL/m17800_a3-optimized.cl index 74cff9e22..e073b1910 100644 --- a/OpenCL/m17800_a3-optimized.cl +++ b/OpenCL/m17800_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17900_a0-optimized.cl b/OpenCL/m17900_a0-optimized.cl index ed9530ec4..42c9e970a 100644 --- a/OpenCL/m17900_a0-optimized.cl +++ b/OpenCL/m17900_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17900_a1-optimized.cl b/OpenCL/m17900_a1-optimized.cl index 84dcb4637..7c4047ed4 100644 --- a/OpenCL/m17900_a1-optimized.cl +++ b/OpenCL/m17900_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m17900_a3-optimized.cl b/OpenCL/m17900_a3-optimized.cl index eefa649f3..58b0211ae 100644 --- a/OpenCL/m17900_a3-optimized.cl +++ b/OpenCL/m17900_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m18000_a0-optimized.cl b/OpenCL/m18000_a0-optimized.cl index 3a48f9d14..88b9f51d2 100644 --- a/OpenCL/m18000_a0-optimized.cl +++ b/OpenCL/m18000_a0-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m18000_a1-optimized.cl b/OpenCL/m18000_a1-optimized.cl index 2fbdf92e3..8600c0f29 100644 --- a/OpenCL/m18000_a1-optimized.cl +++ b/OpenCL/m18000_a1-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m18000_a3-optimized.cl b/OpenCL/m18000_a3-optimized.cl index 052e8b9c6..bb83ec067 100644 --- a/OpenCL/m18000_a3-optimized.cl +++ b/OpenCL/m18000_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u64a keccakf_rndc[24] = diff --git a/OpenCL/m18100_a0-pure.cl b/OpenCL/m18100_a0-pure.cl index 35500aaa9..9c8f047a9 100644 --- a/OpenCL/m18100_a0-pure.cl +++ b/OpenCL/m18100_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m18100_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m18100_a1-pure.cl b/OpenCL/m18100_a1-pure.cl index 845d79f89..a596894ca 100644 --- a/OpenCL/m18100_a1-pure.cl +++ b/OpenCL/m18100_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m18100_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m18100_a3-pure.cl b/OpenCL/m18100_a3-pure.cl index 542e758c0..70235ce95 100644 --- a/OpenCL/m18100_a3-pure.cl +++ b/OpenCL/m18100_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m18100_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m18200_a0-optimized.cl b/OpenCL/m18200_a0-optimized.cl index 8dbd05896..d78a4b310 100644 --- a/OpenCL/m18200_a0-optimized.cl +++ b/OpenCL/m18200_a0-optimized.cl @@ -6,20 +6,17 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5asrep diff --git a/OpenCL/m18200_a0-pure.cl b/OpenCL/m18200_a0-pure.cl index 104780c2d..a71ca148c 100644 --- a/OpenCL/m18200_a0-pure.cl +++ b/OpenCL/m18200_a0-pure.cl @@ -6,19 +6,16 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5asrep diff --git a/OpenCL/m18200_a1-optimized.cl b/OpenCL/m18200_a1-optimized.cl index 3fab383d5..fe7cbe57f 100644 --- a/OpenCL/m18200_a1-optimized.cl +++ b/OpenCL/m18200_a1-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5asrep diff --git a/OpenCL/m18200_a1-pure.cl b/OpenCL/m18200_a1-pure.cl index 295a22e96..2dd9272f6 100644 --- a/OpenCL/m18200_a1-pure.cl +++ b/OpenCL/m18200_a1-pure.cl @@ -6,17 +6,14 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5asrep diff --git a/OpenCL/m18200_a3-optimized.cl b/OpenCL/m18200_a3-optimized.cl index 1cb3233e0..0e7f02d04 100644 --- a/OpenCL/m18200_a3-optimized.cl +++ b/OpenCL/m18200_a3-optimized.cl @@ -6,18 +6,15 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5asrep diff --git a/OpenCL/m18200_a3-pure.cl b/OpenCL/m18200_a3-pure.cl index 50c99ebd3..7a71941c5 100644 --- a/OpenCL/m18200_a3-pure.cl +++ b/OpenCL/m18200_a3-pure.cl @@ -6,17 +6,14 @@ //shared mem too small //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif typedef struct krb5asrep diff --git a/OpenCL/m18300-pure.cl b/OpenCL/m18300-pure.cl index a04c2c618..cc6137526 100644 --- a/OpenCL/m18300-pure.cl +++ b/OpenCL/m18300-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m18400-pure.cl b/OpenCL/m18400-pure.cl index 779547609..2c61f4a4f 100644 --- a/OpenCL/m18400-pure.cl +++ b/OpenCL/m18400-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m18500_a0-pure.cl b/OpenCL/m18500_a0-pure.cl index 2da10255b..dd952ba2e 100644 --- a/OpenCL/m18500_a0-pure.cl +++ b/OpenCL/m18500_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m18500_a1-pure.cl b/OpenCL/m18500_a1-pure.cl index 934f9556c..a0093926a 100644 --- a/OpenCL/m18500_a1-pure.cl +++ b/OpenCL/m18500_a1-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m18500_a3-pure.cl b/OpenCL/m18500_a3-pure.cl index b46df278f..9191affa6 100644 --- a/OpenCL/m18500_a3-pure.cl +++ b/OpenCL/m18500_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m18600-pure.cl b/OpenCL/m18600-pure.cl index fa9c7a5e8..ce1a94062 100644 --- a/OpenCL/m18600-pure.cl +++ b/OpenCL/m18600-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m18700_a0-optimized.cl b/OpenCL/m18700_a0-optimized.cl index 681b9ca1e..0daed2a10 100644 --- a/OpenCL/m18700_a0-optimized.cl +++ b/OpenCL/m18700_a0-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif DECLSPEC u32 hashCode (const u32 init, PRIVATE_AS const u32 *w, const u32 pw_len) diff --git a/OpenCL/m18700_a0-pure.cl b/OpenCL/m18700_a0-pure.cl index 3b4ba6b3a..c1841f3c0 100644 --- a/OpenCL/m18700_a0-pure.cl +++ b/OpenCL/m18700_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC u32 hashCode (const u32 init, PRIVATE_AS const u32 *w, const u32 pw_len) diff --git a/OpenCL/m18700_a1-optimized.cl b/OpenCL/m18700_a1-optimized.cl index 40d6c605a..873a601cf 100644 --- a/OpenCL/m18700_a1-optimized.cl +++ b/OpenCL/m18700_a1-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC u32 hashCode_g (const u32 init, GLOBAL_AS const u32 *w, const u32 pw_len) diff --git a/OpenCL/m18700_a1-pure.cl b/OpenCL/m18700_a1-pure.cl index c5c0c50a0..e8f8f9988 100644 --- a/OpenCL/m18700_a1-pure.cl +++ b/OpenCL/m18700_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC u32 hashCode_g (const u32 init, GLOBAL_AS const u32 *w, const u32 pw_len) diff --git a/OpenCL/m18700_a3-optimized.cl b/OpenCL/m18700_a3-optimized.cl index eed2c296f..e3aa57ecf 100644 --- a/OpenCL/m18700_a3-optimized.cl +++ b/OpenCL/m18700_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC u32x hashCode_w0 (const u32x init, const u32x w0, PRIVATE_AS const u32 *w, const u32 pw_len) diff --git a/OpenCL/m18700_a3-pure.cl b/OpenCL/m18700_a3-pure.cl index 172041bab..cb1407e94 100644 --- a/OpenCL/m18700_a3-pure.cl +++ b/OpenCL/m18700_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC u32x hashCode_w0 (const u32x init, const u32x w0, PRIVATE_AS const u32 *w, const u32 pw_len) diff --git a/OpenCL/m18800-pure.cl b/OpenCL/m18800-pure.cl index 37c3ad7cf..4a1f09201 100644 --- a/OpenCL/m18800-pure.cl +++ b/OpenCL/m18800-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m18900-pure.cl b/OpenCL/m18900-pure.cl index de3d0c2ed..5f3b5f6d4 100644 --- a/OpenCL/m18900-pure.cl +++ b/OpenCL/m18900-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m19000-pure.cl b/OpenCL/m19000-pure.cl index 9fe3fd182..4d87c4a57 100644 --- a/OpenCL/m19000-pure.cl +++ b/OpenCL/m19000-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m19100-pure.cl b/OpenCL/m19100-pure.cl index 24f6deb8f..b8b8027a8 100644 --- a/OpenCL/m19100-pure.cl +++ b/OpenCL/m19100-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m19200-pure.cl b/OpenCL/m19200-pure.cl index 59a247c6d..60efd6126 100644 --- a/OpenCL/m19200-pure.cl +++ b/OpenCL/m19200-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m19300_a0-pure.cl b/OpenCL/m19300_a0-pure.cl index 624a67b64..a08b85c9e 100644 --- a/OpenCL/m19300_a0-pure.cl +++ b/OpenCL/m19300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct sha1_double_salt diff --git a/OpenCL/m19300_a1-pure.cl b/OpenCL/m19300_a1-pure.cl index 0399815ec..236844816 100644 --- a/OpenCL/m19300_a1-pure.cl +++ b/OpenCL/m19300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct sha1_double_salt diff --git a/OpenCL/m19300_a3-pure.cl b/OpenCL/m19300_a3-pure.cl index 4699e2cd5..2ad916d35 100644 --- a/OpenCL/m19300_a3-pure.cl +++ b/OpenCL/m19300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct sha1_double_salt diff --git a/OpenCL/m19500_a0-pure.cl b/OpenCL/m19500_a0-pure.cl index 0a8bf5c52..01c8b2279 100644 --- a/OpenCL/m19500_a0-pure.cl +++ b/OpenCL/m19500_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct devise_hash diff --git a/OpenCL/m19500_a1-pure.cl b/OpenCL/m19500_a1-pure.cl index da6bbd8af..5b5afaadd 100644 --- a/OpenCL/m19500_a1-pure.cl +++ b/OpenCL/m19500_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct devise_hash diff --git a/OpenCL/m19500_a3-pure.cl b/OpenCL/m19500_a3-pure.cl index f92ab8a08..1efdb7af2 100644 --- a/OpenCL/m19500_a3-pure.cl +++ b/OpenCL/m19500_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif typedef struct devise_hash diff --git a/OpenCL/m19600-pure.cl b/OpenCL/m19600-pure.cl index 982c94c43..916b79a84 100644 --- a/OpenCL/m19600-pure.cl +++ b/OpenCL/m19600-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct krb5tgs_17 diff --git a/OpenCL/m19700-pure.cl b/OpenCL/m19700-pure.cl index 4ba46e697..c3346bdc5 100644 --- a/OpenCL/m19700-pure.cl +++ b/OpenCL/m19700-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct krb5tgs_18 diff --git a/OpenCL/m19800-pure.cl b/OpenCL/m19800-pure.cl index 5e7ce0389..91ec5592c 100644 --- a/OpenCL/m19800-pure.cl +++ b/OpenCL/m19800-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct krb5pa_17 diff --git a/OpenCL/m19900-pure.cl b/OpenCL/m19900-pure.cl index f00ab5ae6..05579ee15 100644 --- a/OpenCL/m19900-pure.cl +++ b/OpenCL/m19900-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct krb5pa_18 diff --git a/OpenCL/m20011-pure.cl b/OpenCL/m20011-pure.cl index 247426b8f..dc40f80c3 100644 --- a/OpenCL/m20011-pure.cl +++ b/OpenCL/m20011-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_diskcryptor_xts.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_diskcryptor_xts.cl) #endif typedef struct pbkdf2_sha512_tmp diff --git a/OpenCL/m20012-pure.cl b/OpenCL/m20012-pure.cl index 9d8afc999..8966e60ca 100644 --- a/OpenCL/m20012-pure.cl +++ b/OpenCL/m20012-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_diskcryptor_xts.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_diskcryptor_xts.cl) #endif typedef struct pbkdf2_sha512_tmp diff --git a/OpenCL/m20013-pure.cl b/OpenCL/m20013-pure.cl index f2f968e40..a26269980 100644 --- a/OpenCL/m20013-pure.cl +++ b/OpenCL/m20013-pure.cl @@ -5,20 +5,17 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_serpent.cl) -#include STR(INCLUDE_PATH/inc_cipher_twofish.cl) -#include STR(INCLUDE_PATH/inc_diskcryptor_xts.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_serpent.cl) +#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) +#include M2S(INCLUDE_PATH/inc_diskcryptor_xts.cl) #endif typedef struct pbkdf2_sha512_tmp diff --git a/OpenCL/m20500_a0-pure.cl b/OpenCL/m20500_a0-pure.cl index b16fc21c6..7ab1ca4fa 100644 --- a/OpenCL/m20500_a0-pure.cl +++ b/OpenCL/m20500_a0-pure.cl @@ -61,16 +61,13 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) #define MSB(x) ((x) >> 24) #define CRC32(x,c,t) (((x) >> 8) ^ (t)[((x) ^ (c)) & 0xff]) diff --git a/OpenCL/m20500_a1-pure.cl b/OpenCL/m20500_a1-pure.cl index d0251c557..541b3cc6b 100644 --- a/OpenCL/m20500_a1-pure.cl +++ b/OpenCL/m20500_a1-pure.cl @@ -61,14 +61,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MSB(x) ((x) >> 24) #define CRC32(x,c,t) (((x) >> 8) ^ (t)[((x) ^ (c)) & 0xff]) diff --git a/OpenCL/m20500_a3-pure.cl b/OpenCL/m20500_a3-pure.cl index bb1ea1ebb..e7a9f137c 100644 --- a/OpenCL/m20500_a3-pure.cl +++ b/OpenCL/m20500_a3-pure.cl @@ -82,14 +82,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp inv_update_key012 (key0, key1, key2, w0a, l_icrc32tab); */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #define MSB(x) ((x) >> 24) #define CRC32(x,c,t) (((x) >> 8) ^ (t)[((x) ^ (c)) & 0xff]) diff --git a/OpenCL/m20510_a0-pure.cl b/OpenCL/m20510_a0-pure.cl index 64fce5b14..59f088764 100644 --- a/OpenCL/m20510_a0-pure.cl +++ b/OpenCL/m20510_a0-pure.cl @@ -61,16 +61,13 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) typedef struct pkzip_extra { diff --git a/OpenCL/m20510_a1-pure.cl b/OpenCL/m20510_a1-pure.cl index 95f3d95df..d0dc121fe 100644 --- a/OpenCL/m20510_a1-pure.cl +++ b/OpenCL/m20510_a1-pure.cl @@ -61,14 +61,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) typedef struct pkzip_extra { diff --git a/OpenCL/m20510_a3-pure.cl b/OpenCL/m20510_a3-pure.cl index 1b944b23e..e2c6fc406 100644 --- a/OpenCL/m20510_a3-pure.cl +++ b/OpenCL/m20510_a3-pure.cl @@ -61,14 +61,11 @@ Related publication: https://scitepress.org/PublicationsDetail.aspx?ID=KLPzPqStp */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) typedef struct pkzip_extra { diff --git a/OpenCL/m20600-pure.cl b/OpenCL/m20600-pure.cl index ac37dd8e8..d1c17adcb 100644 --- a/OpenCL/m20600-pure.cl +++ b/OpenCL/m20600-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m20710_a0-optimized.cl b/OpenCL/m20710_a0-optimized.cl index 1c2dedb79..ee00961b3 100644 --- a/OpenCL/m20710_a0-optimized.cl +++ b/OpenCL/m20710_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20710_a0-pure.cl b/OpenCL/m20710_a0-pure.cl index af17f82d1..47ef8c683 100644 --- a/OpenCL/m20710_a0-pure.cl +++ b/OpenCL/m20710_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20710_a1-optimized.cl b/OpenCL/m20710_a1-optimized.cl index 305fb12e8..2eea55a90 100644 --- a/OpenCL/m20710_a1-optimized.cl +++ b/OpenCL/m20710_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20710_a1-pure.cl b/OpenCL/m20710_a1-pure.cl index dce48703c..f2a6ac7d8 100644 --- a/OpenCL/m20710_a1-pure.cl +++ b/OpenCL/m20710_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20710_a3-optimized.cl b/OpenCL/m20710_a3-optimized.cl index 8338a11e8..c7ac9c79c 100644 --- a/OpenCL/m20710_a3-optimized.cl +++ b/OpenCL/m20710_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20710_a3-pure.cl b/OpenCL/m20710_a3-pure.cl index 87f22cf9c..e17cb76e9 100644 --- a/OpenCL/m20710_a3-pure.cl +++ b/OpenCL/m20710_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20720_a0-pure.cl b/OpenCL/m20720_a0-pure.cl index b2ceb0543..a25d65181 100644 --- a/OpenCL/m20720_a0-pure.cl +++ b/OpenCL/m20720_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20720_a1-pure.cl b/OpenCL/m20720_a1-pure.cl index b1631ea74..82ebdb8d2 100644 --- a/OpenCL/m20720_a1-pure.cl +++ b/OpenCL/m20720_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20720_a3-pure.cl b/OpenCL/m20720_a3-pure.cl index 4fd5825fa..0caa7bd4f 100644 --- a/OpenCL/m20720_a3-pure.cl +++ b/OpenCL/m20720_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20800_a0-optimized.cl b/OpenCL/m20800_a0-optimized.cl index 5fa5d5de0..3ef99bb96 100644 --- a/OpenCL/m20800_a0-optimized.cl +++ b/OpenCL/m20800_a0-optimized.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20800_a0-pure.cl b/OpenCL/m20800_a0-pure.cl index 6486c5a20..c9254e633 100644 --- a/OpenCL/m20800_a0-pure.cl +++ b/OpenCL/m20800_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20800_a1-optimized.cl b/OpenCL/m20800_a1-optimized.cl index 75e259d11..b7cbe5d88 100644 --- a/OpenCL/m20800_a1-optimized.cl +++ b/OpenCL/m20800_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20800_a1-pure.cl b/OpenCL/m20800_a1-pure.cl index bc9d67541..b2594147b 100644 --- a/OpenCL/m20800_a1-pure.cl +++ b/OpenCL/m20800_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20800_a3-optimized.cl b/OpenCL/m20800_a3-optimized.cl index 40e19cb2a..9524b13b0 100644 --- a/OpenCL/m20800_a3-optimized.cl +++ b/OpenCL/m20800_a3-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20800_a3-pure.cl b/OpenCL/m20800_a3-pure.cl index c7f73ac89..f0bb42691 100644 --- a/OpenCL/m20800_a3-pure.cl +++ b/OpenCL/m20800_a3-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20900_a0-optimized.cl b/OpenCL/m20900_a0-optimized.cl index 09f280b00..d4a3fa08e 100644 --- a/OpenCL/m20900_a0-optimized.cl +++ b/OpenCL/m20900_a0-optimized.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20900_a0-pure.cl b/OpenCL/m20900_a0-pure.cl index 3cbabc4dc..556d41cf6 100644 --- a/OpenCL/m20900_a0-pure.cl +++ b/OpenCL/m20900_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20900_a1-optimized.cl b/OpenCL/m20900_a1-optimized.cl index 582e76372..6e0bd6d20 100644 --- a/OpenCL/m20900_a1-optimized.cl +++ b/OpenCL/m20900_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20900_a1-pure.cl b/OpenCL/m20900_a1-pure.cl index 740dc050d..0b4f0f898 100644 --- a/OpenCL/m20900_a1-pure.cl +++ b/OpenCL/m20900_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20900_a3-optimized.cl b/OpenCL/m20900_a3-optimized.cl index 83efdcaed..09141655b 100644 --- a/OpenCL/m20900_a3-optimized.cl +++ b/OpenCL/m20900_a3-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m20900_a3-pure.cl b/OpenCL/m20900_a3-pure.cl index 4d0e38e76..23443d5ea 100644 --- a/OpenCL/m20900_a3-pure.cl +++ b/OpenCL/m20900_a3-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21000_a0-optimized.cl b/OpenCL/m21000_a0-optimized.cl index ab8e58ea1..fe3305d8c 100644 --- a/OpenCL/m21000_a0-optimized.cl +++ b/OpenCL/m21000_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_opt (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m21000_a0-pure.cl b/OpenCL/m21000_a0-pure.cl index 5d2c523e8..c66ee9b83 100644 --- a/OpenCL/m21000_a0-pure.cl +++ b/OpenCL/m21000_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m21000_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m21000_a1-optimized.cl b/OpenCL/m21000_a1-optimized.cl index e12d5417f..b0f4b364b 100644 --- a/OpenCL/m21000_a1-optimized.cl +++ b/OpenCL/m21000_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_full (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m21000_a1-pure.cl b/OpenCL/m21000_a1-pure.cl index 38aa63a55..cf0667973 100644 --- a/OpenCL/m21000_a1-pure.cl +++ b/OpenCL/m21000_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m21000_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m21000_a3-optimized.cl b/OpenCL/m21000_a3-optimized.cl index 94da9edad..4096c2e25 100644 --- a/OpenCL/m21000_a3-optimized.cl +++ b/OpenCL/m21000_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_full (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m21000_a3-pure.cl b/OpenCL/m21000_a3-pure.cl index eb24aad81..17854b263 100644 --- a/OpenCL/m21000_a3-pure.cl +++ b/OpenCL/m21000_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m21000_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m21100_a0-optimized.cl b/OpenCL/m21100_a0-optimized.cl index 053db5c49..2c88174aa 100644 --- a/OpenCL/m21100_a0-optimized.cl +++ b/OpenCL/m21100_a0-optimized.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21100_a0-pure.cl b/OpenCL/m21100_a0-pure.cl index 9abae9961..b59d5a31a 100644 --- a/OpenCL/m21100_a0-pure.cl +++ b/OpenCL/m21100_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21100_a1-optimized.cl b/OpenCL/m21100_a1-optimized.cl index b0b1557ad..7035433c1 100644 --- a/OpenCL/m21100_a1-optimized.cl +++ b/OpenCL/m21100_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21100_a1-pure.cl b/OpenCL/m21100_a1-pure.cl index 10acc45dc..9c6019504 100644 --- a/OpenCL/m21100_a1-pure.cl +++ b/OpenCL/m21100_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21100_a3-optimized.cl b/OpenCL/m21100_a3-optimized.cl index 57f6d45fd..989f295d7 100644 --- a/OpenCL/m21100_a3-optimized.cl +++ b/OpenCL/m21100_a3-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21100_a3-pure.cl b/OpenCL/m21100_a3-pure.cl index 33d811d3b..90d39999f 100644 --- a/OpenCL/m21100_a3-pure.cl +++ b/OpenCL/m21100_a3-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21200_a0-optimized.cl b/OpenCL/m21200_a0-optimized.cl index e6a72b694..cd3cf1d51 100644 --- a/OpenCL/m21200_a0-optimized.cl +++ b/OpenCL/m21200_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21200_a0-pure.cl b/OpenCL/m21200_a0-pure.cl index ad07f0143..31a05eafe 100644 --- a/OpenCL/m21200_a0-pure.cl +++ b/OpenCL/m21200_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21200_a1-optimized.cl b/OpenCL/m21200_a1-optimized.cl index 95e3ef9cf..d06154844 100644 --- a/OpenCL/m21200_a1-optimized.cl +++ b/OpenCL/m21200_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21200_a1-pure.cl b/OpenCL/m21200_a1-pure.cl index 54e452e04..9c75b2ba5 100644 --- a/OpenCL/m21200_a1-pure.cl +++ b/OpenCL/m21200_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21200_a3-optimized.cl b/OpenCL/m21200_a3-optimized.cl index a9a6520fc..772c7e60c 100644 --- a/OpenCL/m21200_a3-optimized.cl +++ b/OpenCL/m21200_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21200_a3-pure.cl b/OpenCL/m21200_a3-pure.cl index f2511b961..efd900e8d 100644 --- a/OpenCL/m21200_a3-pure.cl +++ b/OpenCL/m21200_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21300_a0-pure.cl b/OpenCL/m21300_a0-pure.cl index b63e901d5..e1448ba07 100644 --- a/OpenCL/m21300_a0-pure.cl +++ b/OpenCL/m21300_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21300_a1-pure.cl b/OpenCL/m21300_a1-pure.cl index 84dd06fb5..658452e5c 100644 --- a/OpenCL/m21300_a1-pure.cl +++ b/OpenCL/m21300_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21300_a3-pure.cl b/OpenCL/m21300_a3-pure.cl index 9e94a06da..c58bb6cec 100644 --- a/OpenCL/m21300_a3-pure.cl +++ b/OpenCL/m21300_a3-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m21400_a0-optimized.cl b/OpenCL/m21400_a0-optimized.cl index a3764c971..b7e5a037c 100644 --- a/OpenCL/m21400_a0-optimized.cl +++ b/OpenCL/m21400_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m21400_a0-pure.cl b/OpenCL/m21400_a0-pure.cl index 852580291..c16f3c6c1 100644 --- a/OpenCL/m21400_a0-pure.cl +++ b/OpenCL/m21400_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m21400_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m21400_a1-optimized.cl b/OpenCL/m21400_a1-optimized.cl index dc64f979c..cbf78d5df 100644 --- a/OpenCL/m21400_a1-optimized.cl +++ b/OpenCL/m21400_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m21400_a1-pure.cl b/OpenCL/m21400_a1-pure.cl index 2d8788a00..68b1d47e8 100644 --- a/OpenCL/m21400_a1-pure.cl +++ b/OpenCL/m21400_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m21400_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m21400_a3-optimized.cl b/OpenCL/m21400_a3-optimized.cl index 113a904a1..6ffd6a1be 100644 --- a/OpenCL/m21400_a3-optimized.cl +++ b/OpenCL/m21400_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m21400_a3-pure.cl b/OpenCL/m21400_a3-pure.cl index a437fa203..b14318fe5 100644 --- a/OpenCL/m21400_a3-pure.cl +++ b/OpenCL/m21400_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m21400_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m21420_a0-pure.cl b/OpenCL/m21420_a0-pure.cl index 89b44b355..06c7dad00 100644 --- a/OpenCL/m21420_a0-pure.cl +++ b/OpenCL/m21420_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m21420_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m21420_a1-pure.cl b/OpenCL/m21420_a1-pure.cl index 2ac9ff4a6..720b189a1 100644 --- a/OpenCL/m21420_a1-pure.cl +++ b/OpenCL/m21420_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m21420_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m21420_a3-pure.cl b/OpenCL/m21420_a3-pure.cl index f12026bc5..9d81389b9 100644 --- a/OpenCL/m21420_a3-pure.cl +++ b/OpenCL/m21420_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m21420_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m21500-pure.cl b/OpenCL/m21500-pure.cl index 5ed38136a..5231cea9c 100644 --- a/OpenCL/m21500-pure.cl +++ b/OpenCL/m21500-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m21600-pure.cl b/OpenCL/m21600-pure.cl index 6b6d0f93c..d1d891d78 100644 --- a/OpenCL/m21600-pure.cl +++ b/OpenCL/m21600-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m21700-pure.cl b/OpenCL/m21700-pure.cl index d99fc96f5..765142eec 100644 --- a/OpenCL/m21700-pure.cl +++ b/OpenCL/m21700-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_ecc_secp256k1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_ecc_secp256k1.cl) #endif #define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) diff --git a/OpenCL/m21800-pure.cl b/OpenCL/m21800-pure.cl index db837fe40..1c24f7a01 100644 --- a/OpenCL/m21800-pure.cl +++ b/OpenCL/m21800-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_ecc_secp256k1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_zip_inflate.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_ecc_secp256k1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_zip_inflate.cl) #endif typedef struct electrum diff --git a/OpenCL/m22000-pure.cl b/OpenCL/m22000-pure.cl index 9abc43813..4fefb20e5 100644 --- a/OpenCL/m22000-pure.cl +++ b/OpenCL/m22000-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #else #include "inc_vendor.h" #include "inc_types.h" diff --git a/OpenCL/m22001-pure.cl b/OpenCL/m22001-pure.cl index d4889ba0a..2b97e8ad7 100644 --- a/OpenCL/m22001-pure.cl +++ b/OpenCL/m22001-pure.cl @@ -5,19 +5,16 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #else #include "inc_vendor.h" #include "inc_types.h" diff --git a/OpenCL/m22100-pure.cl b/OpenCL/m22100-pure.cl index 4fa362364..15747015c 100644 --- a/OpenCL/m22100-pure.cl +++ b/OpenCL/m22100-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define ITERATION_BITLOCKER 0x100000 diff --git a/OpenCL/m22200_a0-optimized.cl b/OpenCL/m22200_a0-optimized.cl index defb08208..fc7c9406b 100644 --- a/OpenCL/m22200_a0-optimized.cl +++ b/OpenCL/m22200_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m22200_a0-pure.cl b/OpenCL/m22200_a0-pure.cl index 89b39343f..75d20c990 100644 --- a/OpenCL/m22200_a0-pure.cl +++ b/OpenCL/m22200_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m22200_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m22200_a1-optimized.cl b/OpenCL/m22200_a1-optimized.cl index 4ffc04d57..9c426666a 100644 --- a/OpenCL/m22200_a1-optimized.cl +++ b/OpenCL/m22200_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m22200_a1-pure.cl b/OpenCL/m22200_a1-pure.cl index dc146327b..82af2556d 100644 --- a/OpenCL/m22200_a1-pure.cl +++ b/OpenCL/m22200_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m22200_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m22200_a3-optimized.cl b/OpenCL/m22200_a3-optimized.cl index 3d2024e4a..c26d3977c 100644 --- a/OpenCL/m22200_a3-optimized.cl +++ b/OpenCL/m22200_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif DECLSPEC void sha512_transform_intern (PRIVATE_AS const u32x *w0, PRIVATE_AS const u32x *w1, PRIVATE_AS const u32x *w2, PRIVATE_AS const u32x *w3, PRIVATE_AS u64x *digest) diff --git a/OpenCL/m22200_a3-pure.cl b/OpenCL/m22200_a3-pure.cl index 8928aa0c7..4df3d0c63 100644 --- a/OpenCL/m22200_a3-pure.cl +++ b/OpenCL/m22200_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif KERNEL_FQ void m22200_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m22300_a0-optimized.cl b/OpenCL/m22300_a0-optimized.cl index 9cba56fc5..78178a00c 100644 --- a/OpenCL/m22300_a0-optimized.cl +++ b/OpenCL/m22300_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m22300_a0-pure.cl b/OpenCL/m22300_a0-pure.cl index 5bcf0809a..729ac56e0 100644 --- a/OpenCL/m22300_a0-pure.cl +++ b/OpenCL/m22300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m22300_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m22300_a1-optimized.cl b/OpenCL/m22300_a1-optimized.cl index 773b0397b..f57a8c2a1 100644 --- a/OpenCL/m22300_a1-optimized.cl +++ b/OpenCL/m22300_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m22300_a1-pure.cl b/OpenCL/m22300_a1-pure.cl index 6af6a6d77..65af3eb13 100644 --- a/OpenCL/m22300_a1-pure.cl +++ b/OpenCL/m22300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m22300_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m22300_a3-optimized.cl b/OpenCL/m22300_a3-optimized.cl index 92970f3b9..4293778df 100644 --- a/OpenCL/m22300_a3-optimized.cl +++ b/OpenCL/m22300_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define SHA256_STEP_REV(a,b,c,d,e,f,g,h) \ diff --git a/OpenCL/m22300_a3-pure.cl b/OpenCL/m22300_a3-pure.cl index 63b9fc0c7..dfe7fa169 100644 --- a/OpenCL/m22300_a3-pure.cl +++ b/OpenCL/m22300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m22300_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m22400-pure.cl b/OpenCL/m22400-pure.cl index 0978c350d..6556ade65 100644 --- a/OpenCL/m22400-pure.cl +++ b/OpenCL/m22400-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m22500_a0-optimized.cl b/OpenCL/m22500_a0-optimized.cl index f2f50927d..12e14e48d 100644 --- a/OpenCL/m22500_a0-optimized.cl +++ b/OpenCL/m22500_a0-optimized.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC int is_valid_bitcoinj_8 (const u8 v) diff --git a/OpenCL/m22500_a0-pure.cl b/OpenCL/m22500_a0-pure.cl index 08eaab41e..e2c51c557 100644 --- a/OpenCL/m22500_a0-pure.cl +++ b/OpenCL/m22500_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC int is_valid_bitcoinj_8 (const u8 v) diff --git a/OpenCL/m22500_a1-optimized.cl b/OpenCL/m22500_a1-optimized.cl index df0f245bc..9eb8a54c5 100644 --- a/OpenCL/m22500_a1-optimized.cl +++ b/OpenCL/m22500_a1-optimized.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC int is_valid_bitcoinj_8 (const u8 v) diff --git a/OpenCL/m22500_a1-pure.cl b/OpenCL/m22500_a1-pure.cl index 9c8a31630..07b11a97f 100644 --- a/OpenCL/m22500_a1-pure.cl +++ b/OpenCL/m22500_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC int is_valid_bitcoinj_8 (const u8 v) diff --git a/OpenCL/m22500_a3-optimized.cl b/OpenCL/m22500_a3-optimized.cl index 5b11f2426..a16415b0b 100644 --- a/OpenCL/m22500_a3-optimized.cl +++ b/OpenCL/m22500_a3-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC int is_valid_bitcoinj_8 (const u8 v) diff --git a/OpenCL/m22500_a3-pure.cl b/OpenCL/m22500_a3-pure.cl index 144a8abd5..d11b78493 100644 --- a/OpenCL/m22500_a3-pure.cl +++ b/OpenCL/m22500_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC int is_valid_bitcoinj_8 (const u8 v) diff --git a/OpenCL/m22600-pure.cl b/OpenCL/m22600-pure.cl index c02a3b5d0..04558549b 100644 --- a/OpenCL/m22600-pure.cl +++ b/OpenCL/m22600-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct telegram_tmp diff --git a/OpenCL/m22700-pure.cl b/OpenCL/m22700-pure.cl index 397b3a20f..0cfd8facc 100644 --- a/OpenCL/m22700-pure.cl +++ b/OpenCL/m22700-pure.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m22911_a0-pure.cl b/OpenCL/m22911_a0-pure.cl index 596926575..6445b4f02 100644 --- a/OpenCL/m22911_a0-pure.cl +++ b/OpenCL/m22911_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct pem diff --git a/OpenCL/m22911_a1-pure.cl b/OpenCL/m22911_a1-pure.cl index 42c732980..eef5380ae 100644 --- a/OpenCL/m22911_a1-pure.cl +++ b/OpenCL/m22911_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct pem diff --git a/OpenCL/m22911_a3-pure.cl b/OpenCL/m22911_a3-pure.cl index ef552b999..2583ee6b7 100644 --- a/OpenCL/m22911_a3-pure.cl +++ b/OpenCL/m22911_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct pem diff --git a/OpenCL/m22921_a0-pure.cl b/OpenCL/m22921_a0-pure.cl index d9faaa30d..4a0834c1a 100644 --- a/OpenCL/m22921_a0-pure.cl +++ b/OpenCL/m22921_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct pem diff --git a/OpenCL/m22921_a1-pure.cl b/OpenCL/m22921_a1-pure.cl index 6674437fd..be4dadc6c 100644 --- a/OpenCL/m22921_a1-pure.cl +++ b/OpenCL/m22921_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct pem diff --git a/OpenCL/m22921_a3-pure.cl b/OpenCL/m22921_a3-pure.cl index 411e30179..b691b64a9 100644 --- a/OpenCL/m22921_a3-pure.cl +++ b/OpenCL/m22921_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct pem diff --git a/OpenCL/m22931_a0-pure.cl b/OpenCL/m22931_a0-pure.cl index aa80a74fd..9bf8e31c5 100644 --- a/OpenCL/m22931_a0-pure.cl +++ b/OpenCL/m22931_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m22931_a1-pure.cl b/OpenCL/m22931_a1-pure.cl index d845785f5..045076665 100644 --- a/OpenCL/m22931_a1-pure.cl +++ b/OpenCL/m22931_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m22931_a3-pure.cl b/OpenCL/m22931_a3-pure.cl index caa2406ae..b32e9c726 100644 --- a/OpenCL/m22931_a3-pure.cl +++ b/OpenCL/m22931_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m22941_a0-pure.cl b/OpenCL/m22941_a0-pure.cl index 62929289a..87974152a 100644 --- a/OpenCL/m22941_a0-pure.cl +++ b/OpenCL/m22941_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m22941_a1-pure.cl b/OpenCL/m22941_a1-pure.cl index dafa96730..f298c16cf 100644 --- a/OpenCL/m22941_a1-pure.cl +++ b/OpenCL/m22941_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m22941_a3-pure.cl b/OpenCL/m22941_a3-pure.cl index e51fdea2b..20f153181 100644 --- a/OpenCL/m22941_a3-pure.cl +++ b/OpenCL/m22941_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m22951_a0-pure.cl b/OpenCL/m22951_a0-pure.cl index ac7d08963..2ffcfbf69 100644 --- a/OpenCL/m22951_a0-pure.cl +++ b/OpenCL/m22951_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m22951_a1-pure.cl b/OpenCL/m22951_a1-pure.cl index b1178cc1f..6fd4b0c30 100644 --- a/OpenCL/m22951_a1-pure.cl +++ b/OpenCL/m22951_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m22951_a3-pure.cl b/OpenCL/m22951_a3-pure.cl index 352635edf..3d3acc233 100644 --- a/OpenCL/m22951_a3-pure.cl +++ b/OpenCL/m22951_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct pem diff --git a/OpenCL/m23001_a0-optimized.cl b/OpenCL/m23001_a0-optimized.cl index e482065a3..b9e4555b0 100644 --- a/OpenCL/m23001_a0-optimized.cl +++ b/OpenCL/m23001_a0-optimized.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23001_a0-pure.cl b/OpenCL/m23001_a0-pure.cl index b666d29ac..332893e12 100644 --- a/OpenCL/m23001_a0-pure.cl +++ b/OpenCL/m23001_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23001_a1-optimized.cl b/OpenCL/m23001_a1-optimized.cl index 9770aef8e..8df639eb4 100644 --- a/OpenCL/m23001_a1-optimized.cl +++ b/OpenCL/m23001_a1-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23001_a1-pure.cl b/OpenCL/m23001_a1-pure.cl index 39cbe7d4d..5a5d009c5 100644 --- a/OpenCL/m23001_a1-pure.cl +++ b/OpenCL/m23001_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23001_a3-optimized.cl b/OpenCL/m23001_a3-optimized.cl index 593fae943..b8fb0b748 100644 --- a/OpenCL/m23001_a3-optimized.cl +++ b/OpenCL/m23001_a3-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23001_a3-pure.cl b/OpenCL/m23001_a3-pure.cl index d33882694..538106f76 100644 --- a/OpenCL/m23001_a3-pure.cl +++ b/OpenCL/m23001_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23002_a0-optimized.cl b/OpenCL/m23002_a0-optimized.cl index 62ed4a6c7..02deb7d1d 100644 --- a/OpenCL/m23002_a0-optimized.cl +++ b/OpenCL/m23002_a0-optimized.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23002_a0-pure.cl b/OpenCL/m23002_a0-pure.cl index 759636b94..142053dd6 100644 --- a/OpenCL/m23002_a0-pure.cl +++ b/OpenCL/m23002_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23002_a1-optimized.cl b/OpenCL/m23002_a1-optimized.cl index a717ca584..5ca39b3f9 100644 --- a/OpenCL/m23002_a1-optimized.cl +++ b/OpenCL/m23002_a1-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23002_a1-pure.cl b/OpenCL/m23002_a1-pure.cl index 15e3c9cfd..ca1931c14 100644 --- a/OpenCL/m23002_a1-pure.cl +++ b/OpenCL/m23002_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23002_a3-optimized.cl b/OpenCL/m23002_a3-optimized.cl index 936a9839b..c5dd6af46 100644 --- a/OpenCL/m23002_a3-optimized.cl +++ b/OpenCL/m23002_a3-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23002_a3-pure.cl b/OpenCL/m23002_a3-pure.cl index 8b18ef230..99e99fb2e 100644 --- a/OpenCL/m23002_a3-pure.cl +++ b/OpenCL/m23002_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23003_a0-optimized.cl b/OpenCL/m23003_a0-optimized.cl index ed65b9ae8..6a3c918de 100644 --- a/OpenCL/m23003_a0-optimized.cl +++ b/OpenCL/m23003_a0-optimized.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23003_a0-pure.cl b/OpenCL/m23003_a0-pure.cl index 161529e7b..123fbda71 100644 --- a/OpenCL/m23003_a0-pure.cl +++ b/OpenCL/m23003_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23003_a1-optimized.cl b/OpenCL/m23003_a1-optimized.cl index ed04fc905..de9ad1db1 100644 --- a/OpenCL/m23003_a1-optimized.cl +++ b/OpenCL/m23003_a1-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23003_a1-pure.cl b/OpenCL/m23003_a1-pure.cl index b5b2095be..bc26fad52 100644 --- a/OpenCL/m23003_a1-pure.cl +++ b/OpenCL/m23003_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23003_a3-optimized.cl b/OpenCL/m23003_a3-optimized.cl index 3e1f5d2cf..1d32074c3 100644 --- a/OpenCL/m23003_a3-optimized.cl +++ b/OpenCL/m23003_a3-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23003_a3-pure.cl b/OpenCL/m23003_a3-pure.cl index d4f4a50c5..4c9d79332 100644 --- a/OpenCL/m23003_a3-pure.cl +++ b/OpenCL/m23003_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct securezip diff --git a/OpenCL/m23100-pure.cl b/OpenCL/m23100-pure.cl index 6d61e860e..bdc03f0dc 100644 --- a/OpenCL/m23100-pure.cl +++ b/OpenCL/m23100-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct keychain_tmp diff --git a/OpenCL/m23200-pure.cl b/OpenCL/m23200-pure.cl index 960072b48..d7c464ebc 100644 --- a/OpenCL/m23200-pure.cl +++ b/OpenCL/m23200-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m23300-pure.cl b/OpenCL/m23300-pure.cl index 9a5d4ec17..485340612 100644 --- a/OpenCL/m23300-pure.cl +++ b/OpenCL/m23300-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct iwork_tmp diff --git a/OpenCL/m23400-pure.cl b/OpenCL/m23400-pure.cl index c200c7672..c56b8b960 100644 --- a/OpenCL/m23400-pure.cl +++ b/OpenCL/m23400-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m23500-pure.cl b/OpenCL/m23500-pure.cl index 8603333cd..23def62fe 100644 --- a/OpenCL/m23500-pure.cl +++ b/OpenCL/m23500-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct axcrypt2 diff --git a/OpenCL/m23600-pure.cl b/OpenCL/m23600-pure.cl index 27759e850..41f31a873 100644 --- a/OpenCL/m23600-pure.cl +++ b/OpenCL/m23600-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct axcrypt2 diff --git a/OpenCL/m23700-optimized.cl b/OpenCL/m23700-optimized.cl index 4529ad7b1..e539a5c9b 100644 --- a/OpenCL/m23700-optimized.cl +++ b/OpenCL/m23700-optimized.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m23700-pure.cl b/OpenCL/m23700-pure.cl index b4bf1a887..959185015 100644 --- a/OpenCL/m23700-pure.cl +++ b/OpenCL/m23700-pure.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m23800-optimized.cl b/OpenCL/m23800-optimized.cl index 1f2957a2c..4c29a53bc 100644 --- a/OpenCL/m23800-optimized.cl +++ b/OpenCL/m23800-optimized.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m23800-pure.cl b/OpenCL/m23800-pure.cl index dfcc1f29a..aabb0bcee 100644 --- a/OpenCL/m23800-pure.cl +++ b/OpenCL/m23800-pure.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m23900-pure.cl b/OpenCL/m23900-pure.cl index c83538075..bc99e371d 100644 --- a/OpenCL/m23900-pure.cl +++ b/OpenCL/m23900-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define MIN(a,b) (((a) < (b)) ? (a) : (b)) diff --git a/OpenCL/m24100-pure.cl b/OpenCL/m24100-pure.cl index 7168ec62d..94337e49a 100644 --- a/OpenCL/m24100-pure.cl +++ b/OpenCL/m24100-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m24200-pure.cl b/OpenCL/m24200-pure.cl index ba25d13ea..663cdaefe 100644 --- a/OpenCL/m24200-pure.cl +++ b/OpenCL/m24200-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m24300_a0-optimized.cl b/OpenCL/m24300_a0-optimized.cl index facd52cff..90e733fdd 100644 --- a/OpenCL/m24300_a0-optimized.cl +++ b/OpenCL/m24300_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m24300_a0-pure.cl b/OpenCL/m24300_a0-pure.cl index 70dd82c00..f4d9ea8ba 100644 --- a/OpenCL/m24300_a0-pure.cl +++ b/OpenCL/m24300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m24300_a1-optimized.cl b/OpenCL/m24300_a1-optimized.cl index f5622183b..1ac4636ba 100644 --- a/OpenCL/m24300_a1-optimized.cl +++ b/OpenCL/m24300_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m24300_a1-pure.cl b/OpenCL/m24300_a1-pure.cl index 9a63a4bcf..d5d00c6eb 100644 --- a/OpenCL/m24300_a1-pure.cl +++ b/OpenCL/m24300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m24300_a3-optimized.cl b/OpenCL/m24300_a3-optimized.cl index b729ac468..df62cb1d1 100644 --- a/OpenCL/m24300_a3-optimized.cl +++ b/OpenCL/m24300_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m24300_a3-pure.cl b/OpenCL/m24300_a3-pure.cl index f2d1d1e54..776d6dfaa 100644 --- a/OpenCL/m24300_a3-pure.cl +++ b/OpenCL/m24300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m24410-pure.cl b/OpenCL/m24410-pure.cl index c79e28713..07fac3fa4 100644 --- a/OpenCL/m24410-pure.cl +++ b/OpenCL/m24410-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m24420-pure.cl b/OpenCL/m24420-pure.cl index 217d59a66..c43f6ddd7 100644 --- a/OpenCL/m24420-pure.cl +++ b/OpenCL/m24420-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m24500-pure.cl b/OpenCL/m24500-pure.cl index 7e2cb2bf7..2eaf5e8c8 100644 --- a/OpenCL/m24500-pure.cl +++ b/OpenCL/m24500-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct telegram_tmp diff --git a/OpenCL/m24610-pure.cl b/OpenCL/m24610-pure.cl index 594651c55..9165fbcaf 100644 --- a/OpenCL/m24610-pure.cl +++ b/OpenCL/m24610-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m24620-pure.cl b/OpenCL/m24620-pure.cl index 5912c77a6..c5fab00e6 100644 --- a/OpenCL/m24620-pure.cl +++ b/OpenCL/m24620-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m24630-pure.cl b/OpenCL/m24630-pure.cl index 176a9cee1..ac49525e1 100644 --- a/OpenCL/m24630-pure.cl +++ b/OpenCL/m24630-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m24700_a0-optimized.cl b/OpenCL/m24700_a0-optimized.cl index 402778bc4..553589479 100644 --- a/OpenCL/m24700_a0-optimized.cl +++ b/OpenCL/m24700_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m24700_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m24700_a0-pure.cl b/OpenCL/m24700_a0-pure.cl index ee298958d..afffe62cf 100644 --- a/OpenCL/m24700_a0-pure.cl +++ b/OpenCL/m24700_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m24700_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m24700_a1-optimized.cl b/OpenCL/m24700_a1-optimized.cl index 1741f3bc2..94d257636 100644 --- a/OpenCL/m24700_a1-optimized.cl +++ b/OpenCL/m24700_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m24700_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m24700_a1-pure.cl b/OpenCL/m24700_a1-pure.cl index 4156b7623..35c81b748 100644 --- a/OpenCL/m24700_a1-pure.cl +++ b/OpenCL/m24700_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m24700_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m24700_a3-optimized.cl b/OpenCL/m24700_a3-optimized.cl index b26f8bcab..65863064b 100644 --- a/OpenCL/m24700_a3-optimized.cl +++ b/OpenCL/m24700_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m24700m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m24700_a3-pure.cl b/OpenCL/m24700_a3-pure.cl index b84010a13..081c2bc22 100644 --- a/OpenCL/m24700_a3-pure.cl +++ b/OpenCL/m24700_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m24700_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m24800_a0-optimized.cl b/OpenCL/m24800_a0-optimized.cl index 996f3a399..23be925b2 100644 --- a/OpenCL/m24800_a0-optimized.cl +++ b/OpenCL/m24800_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m24800_a0-pure.cl b/OpenCL/m24800_a0-pure.cl index b3a7d0bcb..fb69a94e9 100644 --- a/OpenCL/m24800_a0-pure.cl +++ b/OpenCL/m24800_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m24800_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m24800_a1-optimized.cl b/OpenCL/m24800_a1-optimized.cl index a6981f75e..fe26c52ca 100644 --- a/OpenCL/m24800_a1-optimized.cl +++ b/OpenCL/m24800_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m24800_a1-pure.cl b/OpenCL/m24800_a1-pure.cl index b6fb9e16d..0785b6024 100644 --- a/OpenCL/m24800_a1-pure.cl +++ b/OpenCL/m24800_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m24800_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m24800_a3-optimized.cl b/OpenCL/m24800_a3-optimized.cl index 7b2cad30b..80a8c5b2b 100644 --- a/OpenCL/m24800_a3-optimized.cl +++ b/OpenCL/m24800_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void hmac_sha1_pad (PRIVATE_AS u32x *w0, PRIVATE_AS u32x *w1, PRIVATE_AS u32x *w2, PRIVATE_AS u32x *w3, PRIVATE_AS u32x *ipad, PRIVATE_AS u32x *opad) diff --git a/OpenCL/m24800_a3-pure.cl b/OpenCL/m24800_a3-pure.cl index f8b4c03e9..bbc4acd5c 100644 --- a/OpenCL/m24800_a3-pure.cl +++ b/OpenCL/m24800_a3-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m24800_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m24900_a0-optimized.cl b/OpenCL/m24900_a0-optimized.cl index 50ce5b931..ee1277268 100644 --- a/OpenCL/m24900_a0-optimized.cl +++ b/OpenCL/m24900_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m24900_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m24900_a1-optimized.cl b/OpenCL/m24900_a1-optimized.cl index 1d139787c..ff2e37bcc 100644 --- a/OpenCL/m24900_a1-optimized.cl +++ b/OpenCL/m24900_a1-optimized.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif KERNEL_FQ void m24900_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m24900_a3-optimized.cl b/OpenCL/m24900_a3-optimized.cl index 9f0c2e514..71969b811 100644 --- a/OpenCL/m24900_a3-optimized.cl +++ b/OpenCL/m24900_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC void m24900m (PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 pw_len, KERN_ATTR_FUNC_BASIC ()) diff --git a/OpenCL/m25000-pure.cl b/OpenCL/m25000-pure.cl index 7cceb1ab0..eb11bb16e 100644 --- a/OpenCL/m25000-pure.cl +++ b/OpenCL/m25000-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m25100-pure.cl b/OpenCL/m25100-pure.cl index e7007b60a..6812110f6 100644 --- a/OpenCL/m25100-pure.cl +++ b/OpenCL/m25100-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m25200-pure.cl b/OpenCL/m25200-pure.cl index 3952db69c..ac6ac6e97 100644 --- a/OpenCL/m25200-pure.cl +++ b/OpenCL/m25200-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m25300-pure.cl b/OpenCL/m25300-pure.cl index 7580503a4..2898c867e 100644 --- a/OpenCL/m25300-pure.cl +++ b/OpenCL/m25300-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m25400-pure.cl b/OpenCL/m25400-pure.cl index 38f009388..8a02c2143 100644 --- a/OpenCL/m25400-pure.cl +++ b/OpenCL/m25400-pure.cl @@ -5,16 +5,13 @@ // https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/pdf_reference_archives/PDFReference.pdf -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) -#include STR(INCLUDE_PATH/inc_cipher_rc4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m25500-pure.cl b/OpenCL/m25500-pure.cl index 705063eae..cfca26aee 100644 --- a/OpenCL/m25500-pure.cl +++ b/OpenCL/m25500-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes-gcm.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes-gcm.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m25600-pure.cl b/OpenCL/m25600-pure.cl index e1bd89ea7..f59e4a6f1 100644 --- a/OpenCL/m25600-pure.cl +++ b/OpenCL/m25600-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m25700_a0-optimized.cl b/OpenCL/m25700_a0-optimized.cl index de8ba1979..baea047ca 100644 --- a/OpenCL/m25700_a0-optimized.cl +++ b/OpenCL/m25700_a0-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif DECLSPEC u32 MurmurHash (const u32 seed, PRIVATE_AS const u32 *w, const int pw_len) diff --git a/OpenCL/m25700_a1-optimized.cl b/OpenCL/m25700_a1-optimized.cl index 7b94e140d..403e1b8dd 100644 --- a/OpenCL/m25700_a1-optimized.cl +++ b/OpenCL/m25700_a1-optimized.cl @@ -6,15 +6,12 @@ //too much register pressure //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif DECLSPEC u32 MurmurHash (const u32 seed, PRIVATE_AS const u32 *w, const int pw_len) diff --git a/OpenCL/m25700_a3-optimized.cl b/OpenCL/m25700_a3-optimized.cl index 0f1860695..f5ea00d6c 100644 --- a/OpenCL/m25700_a3-optimized.cl +++ b/OpenCL/m25700_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif DECLSPEC u32x MurmurHash_w0 (const u32 seed, const u32x w0, PRIVATE_AS const u32 *w, const int pw_len) diff --git a/OpenCL/m25800-pure.cl b/OpenCL/m25800-pure.cl index 95e1d34c2..9cff9cd32 100644 --- a/OpenCL/m25800-pure.cl +++ b/OpenCL/m25800-pure.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif #if VECT_SIZE == 1 diff --git a/OpenCL/m25900-pure.cl b/OpenCL/m25900-pure.cl index ab4b1fc5f..8df8f3e6f 100644 --- a/OpenCL/m25900-pure.cl +++ b/OpenCL/m25900-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m26000_a0-pure.cl b/OpenCL/m26000_a0-pure.cl index 99634fcb6..adaf0100d 100644 --- a/OpenCL/m26000_a0-pure.cl +++ b/OpenCL/m26000_a0-pure.cl @@ -5,19 +5,16 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct mozilla_3des diff --git a/OpenCL/m26000_a1-pure.cl b/OpenCL/m26000_a1-pure.cl index e6f7b2f0b..577bbdc08 100644 --- a/OpenCL/m26000_a1-pure.cl +++ b/OpenCL/m26000_a1-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct mozilla_3des diff --git a/OpenCL/m26000_a3-pure.cl b/OpenCL/m26000_a3-pure.cl index df4d38e9f..b7993154b 100644 --- a/OpenCL/m26000_a3-pure.cl +++ b/OpenCL/m26000_a3-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_des.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #endif typedef struct mozilla_3des diff --git a/OpenCL/m26100-pure.cl b/OpenCL/m26100-pure.cl index feb69eb90..a4cdbb253 100644 --- a/OpenCL/m26100-pure.cl +++ b/OpenCL/m26100-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m26200_a0-pure.cl b/OpenCL/m26200_a0-pure.cl index 5ba129646..b38ae40bf 100644 --- a/OpenCL/m26200_a0-pure.cl +++ b/OpenCL/m26200_a0-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) #endif CONSTANT_VK u32a PE_CONST[256] = diff --git a/OpenCL/m26200_a1-pure.cl b/OpenCL/m26200_a1-pure.cl index a670c6fe2..3b84dfba5 100644 --- a/OpenCL/m26200_a1-pure.cl +++ b/OpenCL/m26200_a1-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a PE_CONST[256] = diff --git a/OpenCL/m26200_a3-pure.cl b/OpenCL/m26200_a3-pure.cl index a6b885614..447771260 100644 --- a/OpenCL/m26200_a3-pure.cl +++ b/OpenCL/m26200_a3-pure.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a PE_CONST[256] = diff --git a/OpenCL/m26300_a0-pure.cl b/OpenCL/m26300_a0-pure.cl index 3de0e5293..2020035b1 100644 --- a/OpenCL/m26300_a0-pure.cl +++ b/OpenCL/m26300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m26300_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m26300_a1-pure.cl b/OpenCL/m26300_a1-pure.cl index 88da19902..cf0ab137c 100644 --- a/OpenCL/m26300_a1-pure.cl +++ b/OpenCL/m26300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m26300_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m26300_a3-pure.cl b/OpenCL/m26300_a3-pure.cl index 338f5887b..b4224857b 100644 --- a/OpenCL/m26300_a3-pure.cl +++ b/OpenCL/m26300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif KERNEL_FQ void m26300_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m26401_a0-optimized.cl b/OpenCL/m26401_a0-optimized.cl index 1d2468662..e22fe2fbe 100644 --- a/OpenCL/m26401_a0-optimized.cl +++ b/OpenCL/m26401_a0-optimized.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif KERNEL_FQ void m26401_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m26401_a1-optimized.cl b/OpenCL/m26401_a1-optimized.cl index 827d87e3c..8138ab9a4 100644 --- a/OpenCL/m26401_a1-optimized.cl +++ b/OpenCL/m26401_a1-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif KERNEL_FQ void m26401_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m26401_a3-optimized.cl b/OpenCL/m26401_a3-optimized.cl index b8917fe49..c2bbcaadd 100644 --- a/OpenCL/m26401_a3-optimized.cl +++ b/OpenCL/m26401_a3-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC void m26401m (SHM_TYPE u32a *s_te0, SHM_TYPE u32a *s_te1, SHM_TYPE u32a *s_te2, SHM_TYPE u32a *s_te3, SHM_TYPE u32a *s_te4, SHM_TYPE u32a *s_td0, SHM_TYPE u32a *s_td1, SHM_TYPE u32a *s_td2, SHM_TYPE u32a *s_td3, SHM_TYPE u32a *s_td4, PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m26402_a0-optimized.cl b/OpenCL/m26402_a0-optimized.cl index ea92a47fb..0b27c2baa 100644 --- a/OpenCL/m26402_a0-optimized.cl +++ b/OpenCL/m26402_a0-optimized.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif KERNEL_FQ void m26402_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m26402_a1-optimized.cl b/OpenCL/m26402_a1-optimized.cl index 65d23b59e..68b788251 100644 --- a/OpenCL/m26402_a1-optimized.cl +++ b/OpenCL/m26402_a1-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif KERNEL_FQ void m26402_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m26402_a3-optimized.cl b/OpenCL/m26402_a3-optimized.cl index 64bf33bb2..add930bec 100644 --- a/OpenCL/m26402_a3-optimized.cl +++ b/OpenCL/m26402_a3-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC void m26402m (SHM_TYPE u32a *s_te0, SHM_TYPE u32a *s_te1, SHM_TYPE u32a *s_te2, SHM_TYPE u32a *s_te3, SHM_TYPE u32a *s_te4, SHM_TYPE u32a *s_td0, SHM_TYPE u32a *s_td1, SHM_TYPE u32a *s_td2, SHM_TYPE u32a *s_td3, SHM_TYPE u32a *s_td4, PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m26403_a0-optimized.cl b/OpenCL/m26403_a0-optimized.cl index ced9ddbad..1fae8e779 100644 --- a/OpenCL/m26403_a0-optimized.cl +++ b/OpenCL/m26403_a0-optimized.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif KERNEL_FQ void m26403_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m26403_a1-optimized.cl b/OpenCL/m26403_a1-optimized.cl index 89b8b0d1f..107ba9218 100644 --- a/OpenCL/m26403_a1-optimized.cl +++ b/OpenCL/m26403_a1-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif KERNEL_FQ void m26403_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m26403_a3-optimized.cl b/OpenCL/m26403_a3-optimized.cl index 08e3d2def..76de06b78 100644 --- a/OpenCL/m26403_a3-optimized.cl +++ b/OpenCL/m26403_a3-optimized.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif DECLSPEC void m26403m (SHM_TYPE u32a *s_te0, SHM_TYPE u32a *s_te1, SHM_TYPE u32a *s_te2, SHM_TYPE u32a *s_te3, SHM_TYPE u32a *s_te4, SHM_TYPE u32a *s_td0, SHM_TYPE u32a *s_td1, SHM_TYPE u32a *s_td2, SHM_TYPE u32a *s_td3, SHM_TYPE u32a *s_td4, PRIVATE_AS u32 *w, const u32 pw_len, KERN_ATTR_FUNC_VECTOR ()) diff --git a/OpenCL/m26500-pure.cl b/OpenCL/m26500-pure.cl index cd2846270..79d1c1b6d 100644 --- a/OpenCL/m26500-pure.cl +++ b/OpenCL/m26500-pure.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m26600-pure.cl b/OpenCL/m26600-pure.cl index 4d2362756..92594fb5c 100644 --- a/OpenCL/m26600-pure.cl +++ b/OpenCL/m26600-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes-gcm.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes-gcm.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m26700-pure.cl b/OpenCL/m26700-pure.cl index 0e0e4a016..033aa063d 100644 --- a/OpenCL/m26700-pure.cl +++ b/OpenCL/m26700-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha224.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha224.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m26800-pure.cl b/OpenCL/m26800-pure.cl index a92ce3315..c7224399d 100644 --- a/OpenCL/m26800-pure.cl +++ b/OpenCL/m26800-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m26900-pure.cl b/OpenCL/m26900-pure.cl index 3676f00e3..05d826892 100644 --- a/OpenCL/m26900-pure.cl +++ b/OpenCL/m26900-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha384.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha384.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m27000-pure.cl b/OpenCL/m27000-pure.cl index ab306f2fd..eed9c3c5e 100644 --- a/OpenCL/m27000-pure.cl +++ b/OpenCL/m27000-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m27100-pure.cl b/OpenCL/m27100-pure.cl index 2e4aa23f7..df2c190a3 100644 --- a/OpenCL/m27100-pure.cl +++ b/OpenCL/m27100-pure.cl @@ -5,19 +5,16 @@ // #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_md5.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m27200_a0-optimized.cl b/OpenCL/m27200_a0-optimized.cl index 93df81fb9..5ec604632 100644 --- a/OpenCL/m27200_a0-optimized.cl +++ b/OpenCL/m27200_a0-optimized.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m27200_m04 (KERN_ATTR_RULES ()) diff --git a/OpenCL/m27200_a0-pure.cl b/OpenCL/m27200_a0-pure.cl index 387ea477f..41abbf189 100644 --- a/OpenCL/m27200_a0-pure.cl +++ b/OpenCL/m27200_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m27200_mxx (KERN_ATTR_RULES ()) diff --git a/OpenCL/m27200_a1-optimized.cl b/OpenCL/m27200_a1-optimized.cl index 065308575..2e04d23a0 100644 --- a/OpenCL/m27200_a1-optimized.cl +++ b/OpenCL/m27200_a1-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m27200_m04 (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m27200_a1-pure.cl b/OpenCL/m27200_a1-pure.cl index eef0a073c..cf5cca506 100644 --- a/OpenCL/m27200_a1-pure.cl +++ b/OpenCL/m27200_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m27200_mxx (KERN_ATTR_BASIC ()) diff --git a/OpenCL/m27200_a3-optimized.cl b/OpenCL/m27200_a3-optimized.cl index df41b060b..f7bc79d58 100644 --- a/OpenCL/m27200_a3-optimized.cl +++ b/OpenCL/m27200_a3-optimized.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif DECLSPEC void append_4 (const u32 offset, PRIVATE_AS u32 *w0, PRIVATE_AS u32 *w1, PRIVATE_AS u32 *w2, PRIVATE_AS u32 *w3, const u32 src_r0) diff --git a/OpenCL/m27200_a3-pure.cl b/OpenCL/m27200_a3-pure.cl index 2f0263bea..9b976ee15 100644 --- a/OpenCL/m27200_a3-pure.cl +++ b/OpenCL/m27200_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif KERNEL_FQ void m27200_mxx (KERN_ATTR_VECTOR ()) diff --git a/OpenCL/m27300-pure.cl b/OpenCL/m27300-pure.cl index 31df52fab..cb2067a2b 100644 --- a/OpenCL/m27300-pure.cl +++ b/OpenCL/m27300-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m27400-pure.cl b/OpenCL/m27400-pure.cl index 72b5b4e6f..74137bade 100644 --- a/OpenCL/m27400-pure.cl +++ b/OpenCL/m27400-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m27500-pure.cl b/OpenCL/m27500-pure.cl index 282147fde..eac544f85 100644 --- a/OpenCL/m27500-pure.cl +++ b/OpenCL/m27500-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) diff --git a/OpenCL/m27600-pure.cl b/OpenCL/m27600-pure.cl index 1a7bea63c..39ec4d221 100644 --- a/OpenCL/m27600-pure.cl +++ b/OpenCL/m27600-pure.cl @@ -5,17 +5,14 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif #define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) diff --git a/OpenCL/m27700-pure.cl b/OpenCL/m27700-pure.cl index a83b9684d..588647e49 100644 --- a/OpenCL/m27700-pure.cl +++ b/OpenCL/m27700-pure.cl @@ -3,16 +3,13 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #endif typedef struct diff --git a/OpenCL/m27800_a0-optimized.cl b/OpenCL/m27800_a0-optimized.cl index 2d758b6b8..076bdba12 100644 --- a/OpenCL/m27800_a0-optimized.cl +++ b/OpenCL/m27800_a0-optimized.cl @@ -5,17 +5,14 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif DECLSPEC u32 Murmur32_Scramble(u32 k) diff --git a/OpenCL/m27800_a1-optimized.cl b/OpenCL/m27800_a1-optimized.cl index 2c020a47e..b9bbd8ddc 100644 --- a/OpenCL/m27800_a1-optimized.cl +++ b/OpenCL/m27800_a1-optimized.cl @@ -5,15 +5,12 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif DECLSPEC u32 Murmur32_Scramble(u32 k) diff --git a/OpenCL/m27800_a3-optimized.cl b/OpenCL/m27800_a3-optimized.cl index 59955e3ba..54cafd6e3 100644 --- a/OpenCL/m27800_a3-optimized.cl +++ b/OpenCL/m27800_a3-optimized.cl @@ -5,15 +5,12 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif DECLSPEC u32x Murmur32_Scramble(u32x k) diff --git a/OpenCL/m27900_a0-optimized.cl b/OpenCL/m27900_a0-optimized.cl index d5ce1cb11..fac6a7799 100644 --- a/OpenCL/m27900_a0-optimized.cl +++ b/OpenCL/m27900_a0-optimized.cl @@ -6,17 +6,14 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a crc32ctab[0x100] = diff --git a/OpenCL/m27900_a1-optimized.cl b/OpenCL/m27900_a1-optimized.cl index 728199496..240d7c050 100644 --- a/OpenCL/m27900_a1-optimized.cl +++ b/OpenCL/m27900_a1-optimized.cl @@ -6,15 +6,12 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a crc32ctab[0x100] = diff --git a/OpenCL/m27900_a3-optimized.cl b/OpenCL/m27900_a3-optimized.cl index 9eb6dbb4f..2f9e7ce2a 100644 --- a/OpenCL/m27900_a3-optimized.cl +++ b/OpenCL/m27900_a3-optimized.cl @@ -6,15 +6,12 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif CONSTANT_VK u32a crc32ctab[0x100] = diff --git a/OpenCL/m28000_a0-optimized.cl b/OpenCL/m28000_a0-optimized.cl index e93661712..275a195e7 100644 --- a/OpenCL/m28000_a0-optimized.cl +++ b/OpenCL/m28000_a0-optimized.cl @@ -6,17 +6,14 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp_optimized.h) -#include STR(INCLUDE_PATH/inc_rp_optimized.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp_optimized.h) +#include M2S(INCLUDE_PATH/inc_rp_optimized.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif typedef struct crc64 diff --git a/OpenCL/m28000_a1-optimized.cl b/OpenCL/m28000_a1-optimized.cl index 74c3ea99a..16e840868 100644 --- a/OpenCL/m28000_a1-optimized.cl +++ b/OpenCL/m28000_a1-optimized.cl @@ -6,15 +6,12 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif typedef struct crc64 diff --git a/OpenCL/m28000_a3-optimized.cl b/OpenCL/m28000_a3-optimized.cl index e5dce0b75..b304d64f2 100644 --- a/OpenCL/m28000_a3-optimized.cl +++ b/OpenCL/m28000_a3-optimized.cl @@ -6,15 +6,12 @@ //incompatible because of branches //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) #endif typedef struct crc64 diff --git a/OpenCL/m28100-pure.cl b/OpenCL/m28100-pure.cl index 2d00ccdf8..28f4025b4 100644 --- a/OpenCL/m28100-pure.cl +++ b/OpenCL/m28100-pure.cl @@ -5,18 +5,15 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_md4.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_hash_sha512.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_md4.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m28200-pure.cl b/OpenCL/m28200-pure.cl index 34df1fb2d..8d3c5a828 100644 --- a/OpenCL/m28200-pure.cl +++ b/OpenCL/m28200-pure.cl @@ -3,17 +3,14 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes.cl) -#include STR(INCLUDE_PATH/inc_cipher_aes-gcm.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) +#include M2S(INCLUDE_PATH/inc_cipher_aes-gcm.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/m28300_a0-pure.cl b/OpenCL/m28300_a0-pure.cl index c41c0d669..8551fd776 100644 --- a/OpenCL/m28300_a0-pure.cl +++ b/OpenCL/m28300_a0-pure.cl @@ -5,18 +5,15 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_rp.h) -#include STR(INCLUDE_PATH/inc_rp.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_rp.h) +#include M2S(INCLUDE_PATH/inc_rp.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32 bin2base64[0x40] = diff --git a/OpenCL/m28300_a1-pure.cl b/OpenCL/m28300_a1-pure.cl index 1ec7c92e2..5924ad59d 100644 --- a/OpenCL/m28300_a1-pure.cl +++ b/OpenCL/m28300_a1-pure.cl @@ -5,16 +5,13 @@ //#define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_scalar.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_scalar.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32 bin2base64[0x40] = diff --git a/OpenCL/m28300_a3-pure.cl b/OpenCL/m28300_a3-pure.cl index 8b955cebc..0734fcf5e 100644 --- a/OpenCL/m28300_a3-pure.cl +++ b/OpenCL/m28300_a3-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha1.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #endif CONSTANT_VK u32 bin2base64[0x40] = diff --git a/OpenCL/m28600-pure.cl b/OpenCL/m28600-pure.cl index 492373a20..d91e91bea 100644 --- a/OpenCL/m28600-pure.cl +++ b/OpenCL/m28600-pure.cl @@ -5,16 +5,13 @@ #define NEW_SIMD_CODE -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_simd.cl) -#include STR(INCLUDE_PATH/inc_hash_sha256.cl) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_simd.cl) +#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #endif #define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) diff --git a/OpenCL/markov_be.cl b/OpenCL/markov_be.cl index 2f72fe6f1..0c4dc7d17 100644 --- a/OpenCL/markov_be.cl +++ b/OpenCL/markov_be.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_markov.h) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_markov.h) #endif #define CHARSIZ 256 diff --git a/OpenCL/markov_le.cl b/OpenCL/markov_le.cl index d017d1a96..49da843aa 100644 --- a/OpenCL/markov_le.cl +++ b/OpenCL/markov_le.cl @@ -3,14 +3,11 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_markov.h) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_markov.h) #endif #define CHARSIZ 256 diff --git a/OpenCL/shared.cl b/OpenCL/shared.cl index 093417f2c..55da40a55 100644 --- a/OpenCL/shared.cl +++ b/OpenCL/shared.cl @@ -3,15 +3,12 @@ * License.....: MIT */ -#define XSTR(x) #x -#define STR(x) XSTR(x) - #ifdef KERNEL_STATIC -#include STR(INCLUDE_PATH/inc_vendor.h) -#include STR(INCLUDE_PATH/inc_types.h) -#include STR(INCLUDE_PATH/inc_platform.cl) -#include STR(INCLUDE_PATH/inc_common.cl) -#include STR(INCLUDE_PATH/inc_shared.h) +#include M2S(INCLUDE_PATH/inc_vendor.h) +#include M2S(INCLUDE_PATH/inc_types.h) +#include M2S(INCLUDE_PATH/inc_platform.cl) +#include M2S(INCLUDE_PATH/inc_common.cl) +#include M2S(INCLUDE_PATH/inc_shared.h) #endif DECLSPEC void gpu_decompress_entry (GLOBAL_AS pw_idx_t *pws_idx, GLOBAL_AS u32 *pws_comp, PRIVATE_AS pw_t *buf, const u64 gid) diff --git a/src/backend.c b/src/backend.c index bfd092931..da6577e22 100644 --- a/src/backend.c +++ b/src/backend.c @@ -7967,7 +7967,7 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p if (hc_nvrtcCreateProgram (hashcat_ctx, &program, kernel_sources[0], kernel_name, 0, NULL, NULL) == -1) return false; - char **nvrtc_options = (char **) hccalloc (5 + strlen (build_options_buf) + 1, sizeof (char *)); // ... + char **nvrtc_options = (char **) hccalloc (7 + strlen (build_options_buf) + 1, sizeof (char *)); // ... nvrtc_options[0] = "--restrict"; nvrtc_options[1] = "--device-as-default-execution-space"; @@ -7982,9 +7982,12 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p hc_asprintf (&nvrtc_options[4], "-D INCLUDE_PATH=%s", folder_config->cpath_real); #endif + hc_asprintf (&nvrtc_options[5], "-D XM2S(x)=#x"); + hc_asprintf (&nvrtc_options[6], "-D M2S(x)=XM2S(x)"); + char *nvrtc_options_string = hcstrdup (build_options_buf); - const int num_options = 5 + nvrtc_make_options_array_from_string (nvrtc_options_string, nvrtc_options + 5); + const int num_options = 7 + nvrtc_make_options_array_from_string (nvrtc_options_string, nvrtc_options + 7); const int rc_nvrtcCompileProgram = hc_nvrtcCompileProgram (hashcat_ctx, program, num_options, (const char * const *) nvrtc_options); @@ -8206,7 +8209,7 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p if (hc_hiprtcCreateProgram (hashcat_ctx, &program, kernel_sources[0], kernel_name, 0, NULL, NULL) == -1) return false; - char **hiprtc_options = (char **) hccalloc (6 + strlen (build_options_buf) + 1, sizeof (char *)); // ... + char **hiprtc_options = (char **) hccalloc (8 + strlen (build_options_buf) + 1, sizeof (char *)); // ... //hiprtc_options[0] = "--restrict"; //hiprtc_options[1] = "--device-as-default-execution-space"; @@ -8234,9 +8237,12 @@ static bool load_kernel (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_p hc_asprintf (&hiprtc_options[5], "-D INCLUDE_PATH=%s", folder_config->cpath_real); #endif + hc_asprintf (&hiprtc_options[6], "-D XM2S(x)=#x"); + hc_asprintf (&hiprtc_options[7], "-D M2S(x)=XM2S(x)"); + char *hiprtc_options_string = hcstrdup (build_options_buf); - const int num_options = 6 + hiprtc_make_options_array_from_string (hiprtc_options_string, hiprtc_options + 6); + const int num_options = 8 + hiprtc_make_options_array_from_string (hiprtc_options_string, hiprtc_options + 8); const int rc_hiprtcCompileProgram = hc_hiprtcCompileProgram (hashcat_ctx, program, num_options, (const char * const *) hiprtc_options); @@ -9374,6 +9380,9 @@ int backend_session_begin (hashcat_ctx_t *hashcat_ctx) build_options_len += snprintf (build_options_buf + build_options_len, build_options_sz - build_options_len, "-D KERNEL_STATIC -D INCLUDE_PATH=\"%s\" ", folder_config->cpath_real); #endif + build_options_len += snprintf (build_options_buf + build_options_len, build_options_sz - build_options_len, "-D XM2S(x)=#x "); + build_options_len += snprintf (build_options_buf + build_options_len, build_options_sz - build_options_len, "-D M2S(x)=XM2S(x) "); + #if defined (__APPLE__) if (is_apple_silicon() == true) {