msvcrt: Use the log2()/log2f() implementation from the bundled musl library.
commit21cbe74b881aafe7f04c82041572297c022302f7
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 15:59:56 +0000 (4 17:59 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Apr 2023 12:32:44 +0000 (6 14:32 +0200)
treecae2e3a661294e2dd653549bbc9fd017eed1a1b3
parent714874ba469ece719c6fcf5e7ee9aee47e03bae2
msvcrt: Use the log2()/log2f() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/log2.c
libs/musl/src/math/log2f.c