Tord wrote:But because Sloppy 0.1.0 is also released under the GPL (version 3), everything appears to be OK.
Yup. And I intend to keep Sloppy GPL'd in the future as well. Any forks or clones will be taken as compliments and signs of success, not as competition.
I'll send you a Mac OS X executable and the modified source code as soon as I succeed.
Thanks a bunch. I don't own a Mac myself, but I'll be happy to host an OSX version too.
I recompiled, but benchmark the same.
Which benchmark (bench or perft)? "perft 7" should definitely display a wrong node count if you print it with %d. The right number is 3195901860, your build gives me -1099065436.
Yes sorry about sending that in the src. The compiled exe didn't use that.
No problem. But the build definitely does use it, at least the "all processors" version does. Here's a perft comparison:
My builds:
- Code: Select all
White: divide 7
0: a3 106743106
1: b3 133233975
0: c3 144074944
1: d3 227598692
1: f3 102021008
0: e3 306138410
1: g3 135987651
0: h3 106678423
1: a4 137077337
0: b4 134087476
1: c4 157756443
0: d4 269605599
0: f4 119614841
1: e4 309478263
0: g4 130293018
1: h4 138495290
0: Na3 120142144
1: Nc3 148527161
1: Nh3 120669525
0: Nf3 147678554
Perft(7): 3195901860 nodes.
Your build:
- Code: Select all
White: divide 7
0: a3 320229318
1: b3 399701925
0: c3 432224832
1: d3 682796076
1: f3 306063024
0: e3 918415230
1: g3 407962953
0: h3 320035269
1: a4 411232011
0: b4 402262428
1: c4 473269329
0: d4 808816797
0: f4 358844523
1: e4 928434789
0: g4 390879054
1: h4 415485870
0: Na3 360426432
1: Nc3 445581483
1: Nh3 362008575
0: Nf3 443035662
Perft(7): -1099065436 nodes