Skip to content

meson: disable UCRT math usage on 32-bit Windows target

Kacper Michajłow requested to merge kasper93/libplacebo:i686 into master

32-bit UCRT does not provide specialized float functions. There are inline versions of them, but set of inlined functions is not the same as in the mingw-w64 headers. To avoid making it more complex than it should be, just disable UCRT usage on 32-bit target.

Merge request reports