[PATCH 2/4] msvcrt: Import _logbf implementation from musl.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/math.c | 49 +++++++++++++++++++++++++------------------ dlls/msvcrt/unixlib.c | 9 -------- dlls/msvcrt/unixlib.h | 1 - 3 files changed, 29 insertions(+), 30 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=90950 Your paranoid android. === debiant2 (32 bit report) === ucrtbase: misc.c:769: Test failed: _logb(0.000000) got errno 33 misc.c:771: Test failed: _logb(0.000000) got exception type 1 === debiant2 (32 bit Chinese:China report) === ucrtbase: misc.c:769: Test failed: _logb(0.000000) got errno 33 misc.c:771: Test failed: _logb(0.000000) got exception type 1 === debiant2 (32 bit WoW report) === ucrtbase: misc.c:769: Test failed: _logb(0.000000) got errno 33 misc.c:771: Test failed: _logb(0.000000) got exception type 1 === debiant2 (64 bit WoW report) === ucrtbase: misc.c:769: Test failed: _logb(0.000000) got errno 33 misc.c:771: Test failed: _logb(0.000000) got exception type 1
participants (2)
-
Marvin -
Piotr Caban