msvcrt: Use the exp() implementation from the bundled musl library.
commit5c3de7d79471dd71d07544c117233bf02d444192
authorAlexandre Julliard <julliard@winehq.org>
Fri, 31 Mar 2023 14:38:57 +0000 (31 16:38 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Apr 2023 12:18:10 +0000 (10 14:18 +0200)
tree93a1c5a8d5c98d64854d4a027c05139fcc7b95d8
parente525730cc1d929ebd17c99ceb704476ea7f693ff
msvcrt: Use the exp() implementation from the bundled musl library.
dlls/msvcrt/math.c
dlls/msvcrt/msvcrt.spec
libs/musl/src/math/exp.c