msvcrt: Use the exp2()/exp2f() implementation from the bundled musl library.
commitca0643875961ef62c76e0b9cbd0433002a948d9b
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 15:49:05 +0000 (4 17:49 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Apr 2023 12:32:44 +0000 (6 14:32 +0200)
treeb0fd7dff52a616a284757bae548f4ff34f7dc8d6
parent6148bf503ba32e65364d96efa3e46183940d41f9
msvcrt: Use the exp2()/exp2f() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/exp2.c
libs/musl/src/math/exp2f.c