v2: - reset FPU stack and status on i386 when grabbing Unix side FP context. Even if sse is used on the Unix side the float return values are still passed as x87 stack top.
It is perhaps possible to make it more accurate on i386 by storing mxcsr as on x64 and additionally x87 control word in unix_call_dispatcher, but I hope we can get away without?