See [bug 56824](https://bugs.winehq.org/show_bug.cgi?id=56824) Commit 2fc773199080dedbe64a33ef66be02a4f44bcd08 unified the sqrt handling across architectures, this lead to _libm_sse2_sqrt_precise calling the x87 version instead of the SSE2 version. I don't think we need to do a call at all, this function is i386 exclusive, so just use the SSE2 instruction for sqrt directly.