Remove hard-coded static keyword from OpenCL kernels

This commit is contained in:
jsteube
2019-04-13 18:46:19 +02:00
parent 27f130ea90
commit 7c6970dbdd
347 changed files with 969 additions and 959 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ typedef struct oldoffice01
} oldoffice01_t;
DECLSPEC static void gen336 (u32x *digest_pre, u32 *salt_buf, u32x *digest)
DECLSPEC void gen336 (u32x *digest_pre, u32 *salt_buf, u32x *digest)
{
u32x digest_t0[2];
u32x digest_t1[2];