Why don't we switch to C like floating pointed arithmetic instead of automatic expansion to reals?
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Fri Aug 5 02:31:36 PDT 2016
On 8/5/2016 1:17 AM, Ilya Yaroshenko wrote:
> 2. C compilers not promote double to 80-bit reals anyway.
Java originally came out with an edict that floats will all be done in float
precision, and double in double.
Sun had evidently never used an x87 before, because it soon became obvious that
it was unworkable on the x87, and the spec was changed to allow intermediate
values out to 80 bits.
More information about the Digitalmars-d
mailing list