Re: [PATCH v2 gnumach] fpu: Fix for cpus that have no fxsave instruction

2024-12-05 Thread Samuel Thibault
Applied, thanks! Damien Zammit via Bug reports for the GNU Hurd, le jeu. 05 déc. 2024 07:49:41 +, a ecrit: > Fallthrough was incorrectly using fxsave() instead of > xsave() or xsaveopt(). > > TESTED: on AMD fam15h: no longer throws "No coprocessor" exception. > --- > i386/i386/fpu.c | 18 +-

[PATCH v2 gnumach] fpu: Fix for cpus that have no fxsave instruction

2024-12-04 Thread Damien Zammit via Bug reports for the GNU Hurd
Fallthrough was incorrectly using fxsave() instead of xsave() or xsaveopt(). TESTED: on AMD fam15h: no longer throws "No coprocessor" exception. --- i386/i386/fpu.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c index 3d146