You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsrc/cip.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1347,7 +1347,7 @@ finrle: ;
1347
1347
// ngoodperma is the number of values in perma inherited from earlier blocks
1348
1348
1349
1349
UIpermx=0; Cperm=0xE4; // index of perm we are using, and that perm
1350
-
Cstaticperms8[25] = {0xE4,0xB4,0xD8,0x78,0x9C,0x6C,0xE1,0xB1,0xC9,0x39,0x8D,0x2D,0xD2,0x72,0xC6,0x36,0x4E,0x1E,0x93,0x63,0x87,0x27,0x4B,0x1B,~0x1B}; // perms in order of reversed bitpos, i. e. 3 2 1 0 first
1350
+
staticCperms8[25] = {0xE4,0xB4,0xD8,0x78,0x9C,0x6C,0xE1,0xB1,0xC9,0x39,0x8D,0x2D,0xD2,0x72,0xC6,0x36,0x4E,0x1E,0x93,0x63,0x87,0x27,0x4B,0x1B,~0x1B}; // perms in order of reversed bitpos, i. e. 3 2 1 0 first
1351
1351
Ibestnperma=ngoodperma; Cbestperm=perm; // best incomplete value so far
0 commit comments