Browse Source

An extra change snuck into the phatk kernel that was unintentional.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
26dd7983f0
  1. 4
      phatk120222.cl

4
phatk120222.cl

@ -168,8 +168,8 @@ void search( const uint state0, const uint state1, const uint state2, const uint
{ {
u W[132]; u W[124];
u *Vals=&W[124]; u Vals[8];
//Dummy Variable to prevent compiler from reordering between rounds //Dummy Variable to prevent compiler from reordering between rounds
u t1; u t1;

Loading…
Cancel
Save