Welcome to the "port" of release 2 of BYTE Magazine's BYTEmark benchmark program. Well, actually there wasn't that much to port, I just changed the code in a few places, where I had trouble with the compiler: 1) commented #include in: nbench1.c emfloat.c 2) changed sprintfs "lf" option to "f". 3) bracketed nmglobal.h in an ifndef/define/endif statement, nbench1.c had problems, because both nbench1.c and sysspec.h include nmglobal.h. While compiling, I run into a compiler problem ( I am using the compiler native on the BeBox): The compiler crashed when I tried to compile the program with "-O6" or "-O7", with "-O5" it succeded, but since I saw some difference between the results without optimizing and with "-O5" I expect the values to go up with 6 or 7... To compile: (Assuming you are in the BYTEMark directory) 1) cd Src 2) (change the makefile to suit your needs, if you want to) 3) make 4) cd .. 5) BYTEMark If you move the executable to another directory remember to put the file "nnet.dat" in the same directory, it is used in the neural net test. If you want to contact me, write to: stegeman@ai-lab.fh-furtwangen.de Here is the output I get: BBBBBB YYY Y TTTTTTT EEEEEEE BBB B YYY Y TTT EEE BBB B YYY Y TTT EEE BBBBBB YYY Y TTT EEEEEEE BBB B YYY TTT EEE BBB B YYY TTT EEE BBBBBB YYY TTT EEEEEEE BYTEmark (tm) Native Mode Benchmark ver. 2 (3/95) NUMERIC SORT: Iterations/sec.: 20.357631 Index: 0.526105 STRING SORT: Iterations/sec.: 1.052190 Index: 0.462501 BITFIELD: Iterations/sec.: 5851754.908922 Index: 1.003761 FP EMULATION: Iterations/sec.: 2.072048 Index: 0.996177 FOURIER: Iterations/sec.: 319.471348 Index: 0.361737 ASSIGNMENT: Iterations/sec.: 0.170743 Index: 0.650525 IDEA: Iterations/sec.: 69.396358 Index: 1.061756 HUFFMAN: Iterations/sec.: 34.744150 Index: 0.965518 NEURAL NET: Iterations/sec.: 0.250728 Index: 0.424244 LU DECOMPOSITION: Iterations/sec.: 6.295887 Index: 0.371702 ...done... ===========OVERALL============ INTEGER INDEX: 0.771208 FLOATING-POINT INDEX: 0.384951 (90 MHz Dell Pentium = 1.00) ==============================