Prepare OpenCL kernels for non-static compilation

This commit is contained in:
jsteube
2019-03-22 15:16:25 +01:00
parent 5f5468be6f
commit c9d60c079f
766 changed files with 3830 additions and 2074 deletions
+2
View File
@@ -5,6 +5,7 @@
#define NEW_SIMD_CODE
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
@@ -12,6 +13,7 @@
#include "inc_rp_optimized.cl"
#include "inc_simd.cl"
#include "inc_hash_sha512.cl"
#endif
DECLSPEC void sha512_transform (const u32x *w0, const u32x *w1, const u32x *w2, const u32x *w3, u64x *digest)
{