msvcrt: Use the ilogb()/ilogbf() implementation from the bundled musl library.
commitd1ba9a30dc7269aad8d8b6b0162917296c79db61
authorAlexandre Julliard <julliard@winehq.org>
Mon, 3 Apr 2023 15:12:25 +0000 (3 17:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Apr 2023 14:51:40 +0000 (5 16:51 +0200)
tree97a761b69247c536f07f81a46d712d98a7dff93e
parent52621691fdadc62113a7edcd45a8a01c50424615
msvcrt: Use the ilogb()/ilogbf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/ilogb.c
libs/musl/src/math/ilogbf.c