mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
An extra change snuck into the phatk kernel that was unintentional.
This commit is contained in:
parent
93459839c8
commit
26dd7983f0
@ -168,8 +168,8 @@ void search( const uint state0, const uint state1, const uint state2, const uint
|
||||
{
|
||||
|
||||
|
||||
u W[132];
|
||||
u *Vals=&W[124];
|
||||
u W[124];
|
||||
u Vals[8];
|
||||
|
||||
//Dummy Variable to prevent compiler from reordering between rounds
|
||||
u t1;
|
||||
|
Loading…
Reference in New Issue
Block a user