msvcrt: Use the __rem_pio2()/__rem_pio2f() implementation from the bundled musl library.
commitb9b19ea2db2266b3cb35d20882e286dc117d04c5
authorAlexandre Julliard <julliard@winehq.org>
Mon, 3 Apr 2023 15:36:09 +0000 (3 17:36 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2023 11:29:46 +0000 (7 13:29 +0200)
treedd23ce1d2ff3b4e99080455c690279bf1007669b
parent8252be560eb836755157bf07876b447e6bf36957
msvcrt: Use the __rem_pio2()/__rem_pio2f() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/__rem_pio2.c
libs/musl/src/math/__rem_pio2f.c