msvcrt: Use the log1p()/log1pf() implementation from the bundled musl library.
commit714874ba469ece719c6fcf5e7ee9aee47e03bae2
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 15:59:33 +0000 (4 17:59 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Apr 2023 12:32:44 +0000 (6 14:32 +0200)
tree69a0866a6fefe33cf836eb5b81a3143a0c4d7fc9
parentca0643875961ef62c76e0b9cbd0433002a948d9b
msvcrt: Use the log1p()/log1pf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/log1p.c
libs/musl/src/math/log1pf.c