I defined aligned floats like this
typedef __attribute((aligned(64))) float aligned_float;
And then I define aligned floats with the rest
rest