Module: wine Branch: master Commit: bfc3a2bdb3d189ca9221943aa606d66e692c4f89 URL: https://gitlab.winehq.org/wine/wine/-/commit/bfc3a2bdb3d189ca9221943aa606d66...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 30 18:00:27 2023 +0200
msvcrt: Use the erf()/erfc()/erff()/erfcf() implementation from the bundled musl library.
---
dlls/msvcrt/math.c | 369 ---------------------------------------------- libs/musl/src/math/erf.c | 5 +- libs/musl/src/math/erff.c | 5 +- 3 files changed, 8 insertions(+), 371 deletions(-)