Module: wine Branch: master Commit: b9b19ea2db2266b3cb35d20882e286dc117d04c5 URL: https://gitlab.winehq.org/wine/wine/-/commit/b9b19ea2db2266b3cb35d20882e286d...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 3 17:36:09 2023 +0200
msvcrt: Use the __rem_pio2()/__rem_pio2f() implementation from the bundled musl library.
---
dlls/msvcrt/math.c | 424 +-------------------------------------- libs/musl/src/math/__rem_pio2.c | 2 +- libs/musl/src/math/__rem_pio2f.c | 2 +- 3 files changed, 10 insertions(+), 418 deletions(-)