[PATCH 1/4 v3] msvcrt: Import _logb implementation from musl.

Piotr Caban piotr at codeweavers.com
Thu May 20 16:04:36 CDT 2021


Signed-off-by: Piotr Caban <piotr at codeweavers.com>
---
v3:
  - fixed __ilogb and __ilogbf prototype

I was not able to reproduce the warnings while compiling with clang 
locally so I'm not sure if it's fixed (there's still int->float 
conversion when __ilogb is called inside _logb).

  dlls/msvcrt/math.c    | 47 +++++++++++++++++++++++++------------------
  dlls/msvcrt/unixlib.c |  9 ---------
  dlls/msvcrt/unixlib.h |  1 -
  3 files changed, 27 insertions(+), 30 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msvcrt-Import-_logb-implementation-from-musl.txt
Type: text/x-patch
Size: 3184 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210520/b2d69ec3/attachment.bin>


More information about the wine-devel mailing list