K 10 svn:author V 5 peter K 8 svn:date V 27 2003-07-22T06:50:34.000000Z K 7 svn:log V 291 Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because on AMD64, gcc (and the ABI) expects the x87 unit to be running in 80/64 mode (not 64/53) so that it can use it for 'long double' operations. It takes the expected precision differences into account when generating code. END