Mail Archives: djgpp/2000/03/21/19:20:14
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 <param.txt >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!
- Raw text -