--- Begin Message ---
Hi,
if I define this type:

typedef unsigned char UCHAR __attribute__((aligned(32)));

void func(void) {
char example;
UCHAR vector[40];
...


}

The vector array is 4 byte alignment in any case?

Regards Michael






--- End Message ---

Reply via email to