msvcrt: Use the fma()/fmaf() implementation from the bundled musl library.
commita44bf343ba72ff86e16602ba4e97ebf1b627f846
authorAlexandre Julliard <julliard@winehq.org>
Fri, 31 Mar 2023 10:25:24 +0000 (31 12:25 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Apr 2023 12:32:45 +0000 (6 14:32 +0200)
treead61fea678ab3a88d30ba7ac0e714a0d9de32bee
parent21cbe74b881aafe7f04c82041572297c022302f7
msvcrt: Use the fma()/fmaf() implementation from the bundled musl library.
dlls/msvcrt/math.c
dlls/msvcrt/msvcrt.spec
libs/musl/src/math/fma.c
libs/musl/src/math/fmaf.c