[fpc-devel] (no subject)
Ростислав Окулов
ogldelphi at mail.ru
Fri Aug 12 08:23:30 CEST 2005
How I can aligh data in FPC like in C?
struct __declspec(align(16)) VECTOR4F
{
float x;
float y;
float z;
float w;
};
More information about the fpc-devel
mailing list