Quote:
My goal is to show that if you do computer calculations, you can switch from or to PowerPC, Sparc ( hope to find Mips ) because those processors are good citizens in their FPU impletantion. But, you cannot use x86 "transparently" in order to replace well running Risc machines.
If you use x86 like Apple uses x86 then you will get an 80-bit intermediate floating point precision if you use double-precision numbers.
Therefore you could do BETTER if you use x86 over a well-running RISC box, if you needed double precision numbers, with higher precision.
An alternative on PowerPC or SPARC might be to use the vector unit (there are lots of generic multiprecision math libraries around), however this is also available on x86.
I don't think you can prove one way is better than the other, therefore.
Also; you should attempt to set the PowerPC CPU in and out of Java FPU mode and see if it makes any difference for you. You may need a more comprehensive test to see the actual difference, however.