Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty 19.03 Bench on Dual 1.8 Ghz P4 Xeon -> 1,216,697 NPS

Author: Jeff Lischer

Date: 09:56:36 02/20/03

Go up one level in this thread


On February 19, 2003 at 17:49:04, Mike Byrne wrote:

>This much higher than I used to get, )must be doing someting right in my
>optimizations ;>).

Mike,

With Sean's helpful message, I'm now able to compile crafty 19.03 on Windows
with mingw32. My benchmark seems slow though.  Do you have any optimization
suggestions that might speed it up for me?

Thanks, Jeff

Here's what I'm using now:

mingw32:
	$(MAKE) target=NT_i386 \
		CC=gcc CXX=g++ \
		CFLAGS='$(CFLAGS) -march=pentium3 -fomit-frame-pointer -O3' \
		CXFLAGS=$(CFLAGS) \
		LDFLAGS=$(LDFLAGS) \
		opt='$(opt) -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
		     -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST' \
		asm=X86-aout.o \
		crafty-make



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.