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
In addition to this I think it would be helpful if you can specify the default alignment of structs. And maybe especially for packed structs. Currently all packed structs get an alignment of 1, while that might not be appropriate if you want to pass them to some C function.
The text was updated successfully, but these errors were encountered:
I would think that these both need to produce a struct with an alignment of 8, instead TestStruct1 ends up with an alignment of 1.
In addition to this I think it would be helpful if you can specify the default alignment of structs. And maybe especially for packed structs. Currently all packed structs get an alignment of 1, while that might not be appropriate if you want to pass them to some C function.
The text was updated successfully, but these errors were encountered: