TIL `alignas` and `__attribute__ ((packed))` in C Aug 1, 2025 TIL alignas and __attribute__ ((packed)) in C: alignas(16) float sse_data[4];