Replace __kernel, __constant, __global and __local qualifiers with macro for better control
This commit is contained in:
@@ -678,7 +678,7 @@ DECLSPEC u32 memcat20_x80 (u32 *block, const u32 offset, const u32 *append, cons
|
||||
return offset + append_len;
|
||||
}
|
||||
|
||||
__kernel void m07400_init (KERN_ATTR_TMPS (sha256crypt_tmp_t))
|
||||
KERNEL_FQ void m07400_init (KERN_ATTR_TMPS (sha256crypt_tmp_t))
|
||||
{
|
||||
/**
|
||||
* base
|
||||
@@ -927,7 +927,7 @@ __kernel void m07400_init (KERN_ATTR_TMPS (sha256crypt_tmp_t))
|
||||
tmps[gid].s_bytes[3] = s_bytes[3];
|
||||
}
|
||||
|
||||
__kernel void m07400_loop (KERN_ATTR_TMPS (sha256crypt_tmp_t))
|
||||
KERNEL_FQ void m07400_loop (KERN_ATTR_TMPS (sha256crypt_tmp_t))
|
||||
{
|
||||
/**
|
||||
* base
|
||||
@@ -1090,7 +1090,7 @@ __kernel void m07400_loop (KERN_ATTR_TMPS (sha256crypt_tmp_t))
|
||||
tmps[gid].alt_result[7] = alt_result[7];
|
||||
}
|
||||
|
||||
__kernel void m07400_comp (KERN_ATTR_TMPS (sha256crypt_tmp_t))
|
||||
KERNEL_FQ void m07400_comp (KERN_ATTR_TMPS (sha256crypt_tmp_t))
|
||||
{
|
||||
/**
|
||||
* base
|
||||
|
||||
Reference in New Issue
Block a user