bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] A few speed measures


From: Holger
Subject: [Bug-gnubg] A few speed measures
Date: Wed, 22 Jan 2003 19:55:47 +0100

Hi,

A few speed measures (values in static ev./s):

AMD Athlon XP 1600+, Win2k, gcc 3.2

CFLAGS  = -O -mms-bitfields -Wall $(DEFS) $(INCLUDE)
14200 - 14300

CFLAGS  = -O -mms-bitfields -march=pentium-mmx -mcpu=pentium-mmx -mmmx
-Wall $(DEFS) $(INCLUDE) 
14300 - 14400

CFLAGS  = -O -mms-bitfields -march=athlon-xp -mcpu=athlon-xp -msse -Wall
$(DEFS) $(INCLUDE)
14700 - 14800

CFLAGS  = -O3 -mms-bitfields -Wall $(DEFS) $(INCLUDE)
15750 - 15820

CFLAGS  = -O3 -mms-bitfields -march=pentium-mmx -mcpu=pentium-mmx -mmmx
-Wall $(DEFS) $(INCLUDE)
16400 - 16500

CFLAGS  = -O2 -mms-bitfields -march=athlon-xp -mcpu=athlon-xp -msse -Wall
$(DEFS) $(INCLUDE)
16700 - 16850

CFLAGS  = -O3 -mms-bitfields -march=athlon-xp -mcpu=athlon-xp -mmmx -m3dnow
-msse -Wall $(DEFS) $(INCLUDE)
16980 - 17030

CFLAGS  = -O3 -mms-bitfields -march=athlon-xp -mcpu=athlon-xp -mmmx -m3dnow
-msse -mfpmath=sse -Wall $(DEFS) $(INCLUDE)
17100 - 17150

CFLAGS  = -O3 -mms-bitfields -march=athlon-xp -mcpu=athlon-xp -msse -Wall
$(DEFS) $(INCLUDE)
17100 - 17170

Wish I had this at home. ;-)

Regards,

        Holger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]