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

View File

@@ -5,11 +5,13 @@
#define NEW_SIMD_CODE
#ifdef KERNEL_STATIC
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#include "inc_simd.cl"
#include "inc_hash_sha512.cl"
#endif
DECLSPEC void sha512_transform_intern (const u32x *w0, const u32x *w1, const u32x *w2, const u32x *w3, u64x *digest)
{