You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Structure or union types larger than eight bytes, and up to sixteen bytes in size are assigned to two consecutive
parameter array words, and align according to the alignment requirements of the structure or at least to an eight-byte
boundary.
However, Clang fails to correctly align structs when passed by value. For instance, in this example: