On Tue Nov 18 09:08:08 2025 +0000, Rémi Bernon wrote:
There are apparently test failures on Windows, and it also fails to build on arm64 because of a missing log2 import, will need to be fixed (possibly by removing the tests for now if it's too difficult to fix otherwise, I don't know why this error happens). `lld-link: error: undefined symbol: __declspec(dllimport) log2`
The error is caused by missing `log2` function in `msvcrt`. I don't know why it works on x86, for some reason there is no import for `log2` in `dmsynth.o`. Fixed in v3.