[Issue 10691] real type on Win 64 broken (?)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon May 26 09:01:53 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=10691
Johannes Blume <jblume at jblume.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jblume at jblume.com
--- Comment #2 from Johannes Blume <jblume at jblume.com> ---
=================================
DMD v2.065 official (32-bit):
3.3621e-4932 1.18973e+4932
3.3621e-4932 1.18973e+4932
3.3621e-4932 1.18973e+4932
DMD v2.065 official (64-bit):
2.27151e-312 2.27151e-312
2.79471e-312 2.79471e-312
1.74681e-312 1.74681e-312
=================================
DMD v2.066 git MSVC2013 (32-bit):
3.3621e-4932 1.18973e+4932
3.3621e-4932 1.18973e+4932
3.3621e-4932 1.18973e+4932
DMD v2.066 git MSVC2013 (64-bit):
0 inf
0 inf
0 inf
=================================
So the random results on Win64 seem to be fixed on git.
--
More information about the Digitalmars-d-bugs
mailing list