https://bugs.winehq.org/show_bug.cgi?id=49663
--- Comment #10 from Fabian Maurer dark.shadow4@web.de --- The glibc implementation offers about up to 50% more speed, but it's all written in assembly to take advantage of AVX/SSE, combined with architecture checks to choose the best path at runtime. I didn't want to replicate all that into Wine, when musl is fast enough. What's your thought on that?