[Bug 38266] Precision of math functions needs to be improved

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 7 22:24:15 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=38266

--- Comment #2 from Bruno Jesus <00cpxxx at gmail.com> ---
Not sure how to test this. I compiled the testcase in mingw and the results in
vanilla or patched wine (from bug 37149) is the same:
6741961161019537394602307493150652354869067776.0000000000

If I compile the testcase on Visual Studio 6 the result is (which is the same
as XP with this binary):
6741961161019537400000000000000000000000000000.0000000000

Native binary compiled with gcc (same result as mingw):
6741961161019537394602307493150652354869067776.0000000000

So I guess the the compiler is resolving the function on its own and not
linking.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list