I know below is an old quote, but I've just discovered something interesting:
MWeston said:
I tried this today. I guess I don't have everything on my card needed to run the test all the way through but at 600MHz these are the results I got (and it stops here at any speed):
CODE
TEST : Iterations/sec. : Old Index : New Index
: : Pentium 90* : AMD K6/233*
--------------------:------------------:-------------:------------
NUMERIC SORT : 246.24 : 6.31 : 2.07
STRING SORT : 33.986 : 15.19 : 2.35
BITFIELD : 9.0931e+07 : 15.60 : 3.26
FP EMULATION : 62.046 : 29.77 : 6.87
FOURIER : 270.59 : 0.31 : 0.17
Notaz did a 900MHz test months ago (on a much older kernel, 2.6.22 I think). He knows more about making sure all dependencies are met than I do. I will post his results. I hope he doesn't mind but it fits this topic well:
CODE
TEST : Iterations/sec. : Old Index : New Index
: : Pentium 90* : AMD K6/233*
--------------------:------------------:-------------:------------
NUMERIC SORT : 363.48 : 9.32 : 3.06
STRING SORT : 49.96 : 22.32 : 3.46
BITFIELD : 1.3284e+08 : 22.79 : 4.76
FP EMULATION : 91.527 : 43.92 : 10.13
FOURIER : 395.63 : 0.45 : 0.25
ASSIGNMENT : 5.8503 : 22.26 : 5.77
IDEA : 982.24 : 15.02 : 4.46
HUFFMAN : 604.53 : 16.76 : 5.35
NEURAL NET : 1.1844 : 1.90 : 0.80
LU DECOMPOSITION : 66.92 : 3.47 : 2.50
==========================ORIGINAL BYTEMARK RESULTS==========================
INTEGER INDEX : 19.739
FLOATING-POINT INDEX: 1.437
Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
==============================LINUX DATA BELOW===============================
MEMORY INDEX : 4.562
INTEGER INDEX : 5.217
FLOATING-POINT INDEX: 0.797
And below is a quote taken from the spanish pandora forums, concerning the results taken from the Xbox's 733mhz processor:
CODE
TEST : Iterations/sec. : Old Index : New Index
: : Pentium 90* : AMD K6/233*
--------------------:------------------:-------------:------------
NUMERIC SORT : 381.54 : 9.78 : 3.21
STRING SORT : 29.968 : 13.39 : 2.07
BITFIELD : 1.0268e+008 : 17.61 : 3.68
FP EMULATION : 26.875 : 12.90 : 2.98
FOURIER : 8896 : 10.12 : 5.68
ASSIGNMENT : 5.8271 : 22.17 : 5.75
IDEA : 1237.2 : 18.92 : 5.62
HUFFMAN : 630.19 : 17.48 : 5.58
NEURAL NET : 9.3681 : 15.05 : 6.33
LU DECOMPOSITION : 352.41 : 18.26 : 13.18
So is it correct to guess that the Pandora has about the same performance as the xbox's processor when clocked to 900Mhz? Seems that floating point emulation is much higher on the Pandora too.