msvcrt: Use the floor()/floorf() implementation from the bundled musl library.
commit70bcaec7dcde177cab84f28b71c41efc61784741
authorAlexandre Julliard <julliard@winehq.org>
Thu, 30 Mar 2023 16:14:13 +0000 (30 18:14 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 7 Apr 2023 11:28:05 +0000 (7 13:28 +0200)
tree9c03537ac232566129cd3ad1eb8f33286b77e05a
parent9db27802c3574b18909f5d927331a741e19657df
msvcrt: Use the floor()/floorf() implementation from the bundled musl library.

With the changes from 29c07324c19bbdaf5255b230cca5e0db5c5796c4.
dlls/msvcrt/math.c
libs/musl/src/math/floor.c