Re: [PATCH gnumach v3 1/3] add xfloat thread state interface

2024-09-07 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le mer. 04 sept. 2024 22:18:04 +0200, a ecrit: > * i386/i386/fpu.c: extend current getter and setter to support the > extended state; move the struct casting here to reuse the locking > and allocation logic for the thread state; make sure the new state > is set a

[PATCH gnumach v3 1/3] add xfloat thread state interface

2024-09-04 Thread Luca Dariz
* i386/i386/fpu.c: extend current getter and setter to support the extended state; move the struct casting here to reuse the locking and allocation logic for the thread state; make sure the new state is set as valid, otherwise it won't be applied; add i386_get_xstate_size() to dynamically r