How I can aligh data in FPC like in C? struct __declspec(align(16)) VECTOR4F { float x; float y; float z; float w; };