Date: Wed, 22 Mar 2000 01:04:04 +0100 From: Javier Bardal Prieto Subject: Re: please run the benchmark in a K7 To: djgpp AT delorie DOT com Message-id: <200003220004.BAA16147@golum.inforg.uniovi.es> Content-transfer-encoding: 7BIT Reply-To: djgpp AT delorie DOT com Kalum Somaratna aka Grendel wrote: > I have a K7 and will be glad to help, but could you please post the > command line which is used to compile the code, as there must be standard > compile line. I'll try to see wether you mentioned this in your earlier > posts too. compile the bench.c file: gcc -O9 -fomit-frame-pointer -funroll-loops -m386 -mcpu=i386 -march=i386 -ffast-math bench.c -obench create a param.txt file that contains the following two lines: 8 8 execute the bench.exe file: bench K7.TXT after about 20 minutes you will obtain the result in the file K7.TXT, please post it, and don't forget to specify the MHz of your processor! IMPORTANT: Use gcc2.95.2 and run it in plain dos, no windows Thanks!