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
Force alignment 1 for every element of packed struct
The packed struct is definied by align 1. In our code the first buffer was created with the correct byte-size, but then the re-alignment took place to align struct's members.
The second alignment that took place didn't remember about packed-struct align 1, so this PR forces it.
0 commit comments