在 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
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