Module: wine Branch: master Commit: 5c3de7d79471dd71d07544c117233bf02d444192 URL: https://gitlab.winehq.org/wine/wine/-/commit/5c3de7d79471dd71d07544c117233bf...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 31 16:38:57 2023 +0200
msvcrt: Use the exp() implementation from the bundled musl library.
---
dlls/msvcrt/math.c | 245 +---------------------------------------------- dlls/msvcrt/msvcrt.spec | 2 +- libs/musl/src/math/exp.c | 28 ++---- 3 files changed, 16 insertions(+), 259 deletions(-)