[PATCH 2/4] msvcrt: Improved _atoflt_l precision

Piotr Caban piotr.caban at gmail.com
Tue Nov 6 03:35:10 CST 2012


On 11/05/12 18:02, Alexandre Julliard wrote:
> Piotr Caban <piotr at 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.



More information about the wine-devel mailing list