I tried out a Java benchmark, to test speed of FP - with this benchmark,
it appears to be nearly twice as fast, which is fairly impressive.
Unfortunately, the benchmark uses exp() to calculate the final result,
which makes it result wrong, as it appears to be misbehaving:
int main(void) {
printf("%f\n", exp(4));
printf("%f\n", exp(5));
printf("%f\n", exp(6));
}
34.333335
65.375003
115.000005
With calculator (or trusty BBC Basic)
54.59
148.41
403.43
I'm wondering if this is causing some other things to break more
seriously.
Peter
--
------------------------------------------------------------------------
Peter Naulls - [EMAIL PROTECTED]
Homepage - http://free.prohosting.com/~chocky/
Java for RISC OS and ARM - http://www.java.riscos.org.uk/
Debian Linux on RiscPCs - http://www.erble.freeserve.co.uk/
------------------------------------------------------------------------
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.