Replace __kernel, __constant, __global and __local qualifiers with macro for better control
This commit is contained in:
+3
-3
@@ -1,3 +1,3 @@
|
||||
DECLSPEC u32x ix_create_bft (__global const bf_t *bfs_buf, const u32 il_pos)
|
||||
DECLSPEC u32x pwlenx_create_combt (__global const pw_t *combs_buf, const u32 il_pos)
|
||||
DECLSPEC u32x ix_create_combt (__global const pw_t *combs_buf, const u32 il_pos, const int idx)
|
||||
DECLSPEC u32x ix_create_bft (GLOBAL_AS const bf_t *bfs_buf, const u32 il_pos);
|
||||
DECLSPEC u32x pwlenx_create_combt (GLOBAL_AS const pw_t *combs_buf, const u32 il_pos);
|
||||
DECLSPEC u32x ix_create_combt (GLOBAL_AS const pw_t *combs_buf, const u32 il_pos, const int idx);
|
||||
|
||||
Reference in New Issue
Block a user