TIL alignas and __attribute__ ((packed)) in C:

alignas(16) float sse_data[4];