Module: wine Branch: master Commit: 21cbe74b881aafe7f04c82041572297c022302f7 URL: https://gitlab.winehq.org/wine/wine/-/commit/21cbe74b881aafe7f04c82041572297...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 4 17:59:56 2023 +0200
msvcrt: Use the log2()/log2f() implementation from the bundled musl library.
---
dlls/msvcrt/math.c | 338 --------------------------------------------- libs/musl/src/math/log2.c | 10 +- libs/musl/src/math/log2f.c | 10 +- 3 files changed, 16 insertions(+), 342 deletions(-)