Remove hard-coded static keyword from OpenCL kernels
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
|
||||
#define CHARSIZ 256
|
||||
|
||||
DECLSPEC static void generate_pw (u32 *pw_buf, GLOBAL_AS const cs_t *root_css_buf, GLOBAL_AS const cs_t *markov_css_buf, const u32 pw_l_len, const u32 pw_r_len, const u32 mask80, const u32 bits14, const u32 bits15, u64 val)
|
||||
DECLSPEC void generate_pw (u32 *pw_buf, GLOBAL_AS const cs_t *root_css_buf, GLOBAL_AS const cs_t *markov_css_buf, const u32 pw_l_len, const u32 pw_r_len, const u32 mask80, const u32 bits14, const u32 bits15, u64 val)
|
||||
{
|
||||
GLOBAL_AS const cs_t *cs = &root_css_buf[pw_r_len];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user