added missing pre-load

pull/1962/head
Sein Coray 5 years ago
parent 06554f5071
commit 845878f607
No known key found for this signature in database
GPG Key ID: 44C4180EA69758EC

@ -827,6 +827,15 @@ KERNEL_FQ void m17220_mxx (KERN_ATTR_VECTOR_ESALT (pkzip_t))
SYNC_THREADS();
LOCAL_VK u32 l_data[MAX_LOCAL];
for (u64 i = lid; i < MAX_LOCAL; i += lsz)
{
l_data[i] = esalt_bufs[digests_offset].hashes[0].data[i];
}
SYNC_THREADS();
if (gid >= gid_max) return;
/**

Loading…
Cancel
Save