Crystal

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

karger
Posts: 218
Joined: Tue Feb 02, 2010 2:27 am
Full name: John Karger

Re: Crystal

Post by karger »

Dann Corbit , I downloaded your package and there are no complies in it , Only source code. Can you share windows compiles ? Karger
jhellis3
Posts: 546
Joined: Sat Aug 17, 2013 12:36 am

Re: Crystal

Post by jhellis3 »

Ok, I have uploaded 2 very basic compiles here: https://github.com/jhellis3/Stockfish/releases/tag/v1.1

The performance of these compiles will not be the best, but should be sufficient for analysis.
User avatar
Eelco de Groot
Posts: 4561
Joined: Sun Mar 12, 2006 2:40 am
Full name:   

Re: Crystal

Post by Eelco de Groot »

Here is another simple BMI2 compile with TDM-GCC. Had to post it in the Rybka forum because this forum won't accept files this large. So thanks to the Rybka forum! A Crystal BMI2 compile
Bench:
===========================
Total time (ms) : 4665
Nodes searched : 7410759
Nodes/second : 1588587

(Compiling the Stockfish derivatives is actually simple, I think anyone can do this. Even me :) Takes two minutes, for your own optimized PGO.)
Debugging is twice as hard as writing the code in the first
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan
karger
Posts: 218
Joined: Tue Feb 02, 2010 2:27 am
Full name: John Karger

Re: Crystal

Post by karger »

Thank you guys for the good compiles , Karger