Module: wine Branch: master Commit: ff4d7edc338b35dce3274dd6887dbaf55cf86513 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ff4d7edc338b35dce3274dd68...
Author: Piotr Caban piotr@codeweavers.com Date: Mon Jun 14 17:40:33 2021 +0200
msvcrt: Import pow implementation from musl.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crtdll/Makefile.in | 1 - dlls/msvcr100/Makefile.in | 1 - dlls/msvcr110/Makefile.in | 1 - dlls/msvcr120/Makefile.in | 1 - dlls/msvcr70/Makefile.in | 1 - dlls/msvcr71/Makefile.in | 1 - dlls/msvcr80/Makefile.in | 1 - dlls/msvcr90/Makefile.in | 1 - dlls/msvcrt/Makefile.in | 1 - dlls/msvcrt/math.c | 423 ++++++++++++++++++++++++++++++++++++++++++++-- dlls/msvcrt/unixlib.c | 64 ------- dlls/msvcrt/unixlib.h | 29 ---- dlls/msvcrtd/Makefile.in | 1 - dlls/ucrtbase/Makefile.in | 1 - 14 files changed, 412 insertions(+), 115 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ff4d7edc338b35dce3274...