Alexandre Julliard : msvcrt: Use the log2()/log2f() implementation from the bundled musl library.
6 Apr
2023
6 Apr
'23
8:35 p.m.
Module: wine Branch: master Commit: 21cbe74b881aafe7f04c82041572297c022302f7 URL: https://gitlab.winehq.org/wine/wine/-/commit/21cbe74b881aafe7f04c82041572297... Author: Alexandre Julliard <julliard(a)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(-)
986
Age (days ago)
986
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard