Geschrieben von:/Posted by: Paul Hunter at 15 April 2004 02:27:58:
Crafty built with this free compiler surprised me. It is definitely faster than that built with Mingw.
http://www.geocities.com/alternativecra ... lmars.html
If inline assembly is done for this compiler, it might approach the binary speeds of the MS-VC build, but this one, for free!
Raw nodes per second: 971025
Total elapsed time: 97
SMP time-to-ply measurement: 6.597938
There is however a problem with displays. So, for now, the only way to get it to work in Winboard is not to enable "post" - that is, do not turn-on the WB option for thinking lines (PV display).
The issue is that the compiler does not properly interpret strings of the format "..." "..." "..." as just one string.
In the crafty code, this is used a lot to encapsulate the format string for 64-bit integers (see macros BMF, BMF6, etc., and their use in printf's).
The DigitalMars build is usable and fast. Just don't turn-on PV display.
I'll see what I can do to make the PV output work with minimal code change.