On Mon Apr 3 20:19:05 2023 +0000, Zebediah Figura wrote:
Why can't we implement these in ntdll and delegate to that from msvcrt?
There's much more math functions in C-runtime. In some functions there are differences regarding error handling. We also had some bugs when functions were forwarded to ntdll. I think it makes sense to import musl so the code can be shared.