Re: [PATCH 2/4] msvcrt: Improved _atoflt_l precision
Piotr Caban <piotr(a)codeweavers.com> writes:
--- dlls/msvcrt/string.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
It doesn't work here: ../../../tools/runtest -q -P wine -M msvcr90.dll -T ../../.. -p msvcr90_test.exe.so msvcr90.c && touch msvcr90.ok msvcr90.c:895: Test failed: got ret 0, expected ret 4, for 1e-39 make: *** [msvcr90.ok] Error 1 -- Alexandre Julliard julliard(a)winehq.org
On 11/05/12 18:02, Alexandre Julliard wrote:
Piotr Caban <piotr(a)codeweavers.com> writes:
--- dlls/msvcrt/string.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M msvcr90.dll -T ../../.. -p msvcr90_test.exe.so msvcr90.c && touch msvcr90.ok msvcr90.c:895: Test failed: got ret 0, expected ret 4, for 1e-39 make: *** [msvcr90.ok] Error 1
I've sent a fixed version. The function is reporting _UNDERFLOW for sub-normal floating point numbers.
participants (2)
-
Alexandre Julliard -
Piotr Caban