On Thu Jul 18, 2024 at 12:23 PM BST, Jan Beulich wrote: > On 09.07.2024 17:52, Alejandro Vallejo wrote: > > Making the union non-anonymous causes a lot of headaches, > > Maybe better "would cause", as that's not what you're doing here?
Yes, sounds better. > > > because a lot of code > > relies on it being so, but it's possible to make a typedef of the anonymous > > union so all callsites currently relying on typeof() can stop doing so > > directly. > > > > This commit creates a `fpusse_t` typedef to the anonymous union at the head > > of > > the XSAVE area and uses it instead of typeof(). > > > > No functional change. > > > > Signed-off-by: Alejandro Vallejo <alejandro.vall...@cloud.com> > > Acked-by: Jan Beulich <jbeul...@suse.com> Thanks Alejandro