7 Apr
2023
7 Apr
'23
8:29 p.m.
Module: wine Branch: master Commit: b89b7b9aaf6f1bb6a8bb9c4308c6107b35793552 URL: https://gitlab.winehq.org/wine/wine/-/commit/b89b7b9aaf6f1bb6a8bb9c4308c6107... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Mar 30 17:06:07 2023 +0200 msvcrt: Use the pow()/powf() implementation from the bundled musl library. --- dlls/msvcrt/math.c | 597 ----------------------------------------- libs/musl/src/math/pow.c | 42 ++- libs/musl/src/math/powf.c | 21 +- libs/musl/src/math/powf_data.h | 4 - 4 files changed, 25 insertions(+), 639 deletions(-)