ImportC and #pragma pack

Walter Bright newshound2 at digitalmars.com
Tue Sep 28 17:31:04 UTC 2021


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.


More information about the Digitalmars-d mailing list