Alexandre Julliard : msvcrt: Use the lgamma()/lgammaf() implementation from the bundled musl library.
5 Apr
2023
5 Apr
'23
8:29 p.m.
Module: wine Branch: master Commit: 442052fe1872f6a1461abb7231025340beb177d0 URL: https://gitlab.winehq.org/wine/wine/-/commit/442052fe1872f6a1461abb723102534... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 3 17:20:19 2023 +0200 msvcrt: Use the lgamma()/lgammaf() implementation from the bundled musl library. --- dlls/msvcrt/math.c | 382 +---------------------------------------- libs/musl/src/math/lgamma_r.c | 4 +- libs/musl/src/math/lgammaf_r.c | 4 +- 3 files changed, 8 insertions(+), 382 deletions(-)
1078
Age (days ago)
1078
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard