Commit 26dd7983f003e5216f4ebec6fca914b97f4aae30

Con Kolivas 2012-02-23T09:29:38

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/phatk120222.cl b/phatk120222.cl
index bb49ce1..0072217 100644
--- a/phatk120222.cl
+++ b/phatk120222.cl
@@ -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;