Module: wine Branch: master Commit: a44bf343ba72ff86e16602ba4e97ebf1b627f846 URL: https://gitlab.winehq.org/wine/wine/-/commit/a44bf343ba72ff86e16602ba4e97ebf...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Mar 31 12:25:24 2023 +0200
msvcrt: Use the fma()/fmaf() implementation from the bundled musl library.
---
dlls/msvcrt/math.c | 257 ---------------------------------------------- dlls/msvcrt/msvcrt.spec | 2 - libs/musl/src/math/fma.c | 26 +++-- libs/musl/src/math/fmaf.c | 2 +- 4 files changed, 16 insertions(+), 271 deletions(-)