Alexandre Julliard : msvcrt: Use the erf()/erfc()/erff()/erfcf() implementation from the bundled musl library.
11 Apr
2023
11 Apr
'23
8:26 p.m.
Module: wine Branch: master Commit: bfc3a2bdb3d189ca9221943aa606d66e692c4f89 URL: https://gitlab.winehq.org/wine/wine/-/commit/bfc3a2bdb3d189ca9221943aa606d66... Author: Alexandre Julliard <julliard(a)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(-)
981
Age (days ago)
981
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard