Re: [Mingw-w64-public] Patch for finally fix fesetenv

2019-02-25 Thread Liu Hao
在 2019/2/25 19:27, Zidane Sama 写道: > After this commit: > > [e98d80] (2.0 kB) by Kai Tietz > Add a fix for working fesetenv in libquadmath-library > > fesetenv was broken and do not sets new fpu state because it's now > overwrites new env state by fnstenv. > > And this patch must fix it by stor

[Mingw-w64-public] Patch for finally fix fesetenv

2019-02-25 Thread Zidane Sama
After this commit: [e98d80] (2.0 kB) by Kai Tietz Add a fix for working fesetenv in libquadmath-library fesetenv was broken and do not sets new fpu state because it's now overwrites new env state by fnstenv. And this patch must fix it by store only mxcsr and load its afterwards: diff --git a/m