On 9/28/2021 5:45 AM, russhy wrote: > It's quite common to see #pragma pack used in gamedev libraries when you need to > squeeze every little bit for performance The point is C11 specifies using _Alignas, and by now all used C compilers should support that.