Use scalar swap32() version for scalar variable

pull/937/merge
Jens Steube 7 years ago
parent 26a345334f
commit a93a143d1e

@ -891,11 +891,11 @@ __kernel void m02500_comp (__global pw_t *pws, __global const kernel_rule_t *rul
{
u32 t = to;
t = swap32 (t);
t = swap32_S (t);
t += nonce_error_correction;
t = swap32 (t);
t = swap32_S (t);
if (wpa->nonce_compare < 0)
{

Loading…
Cancel
Save