Commit fd83be4e authored by Laurent THOMAS's avatar Laurent THOMAS

change the alignment of OAI mutli-dim arrays from 16 to 32 bytes

parent 07b9daa7
......@@ -90,7 +90,7 @@ extern "C" {
int dim2;
int dim3;
int dim4;
uint8_t data[];
uint8_t data[] __attribute__((aligned(32)));
} fourDimArray_t;
static inline fourDimArray_t *allocateFourDimArray(int elmtSz, int dim1, int dim2, int dim3, int dim4)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment