Replace __kernel, __constant, __global and __local qualifiers with macro for better control

This commit is contained in:
jsteube
2019-03-22 22:27:58 +01:00
parent 340d2ae7d3
commit adeeaee84a
825 changed files with 7926 additions and 7871 deletions
+3 -3
View File
@@ -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