This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

求救,C语言的问题1



各位兄弟姐妹:

#pragma DATA_ALIGN(x_ref, 8);

#pragma DATA_ALIGN(x_32x32, 8);

#pragma DATA_ALIGN(w_32x32, 8);

#pragma DATA_ALIGN(y_32x32, 8);

int32_t x_ref [2*N];

int32_t x_32x32 [2*N];

int32_t w_32x32 [2*N];

int32_t y_32x32 [2*N];

这些数组定义为全局变量的时候,运行到fread的时候就不动了,但是要把这些数组定义在main里面,就可以顺利运行,但是不能对齐,但fft函数要求输入的数组8字节对齐,请专家指导,谢谢!

No source available for "minsert(struct pack *) at 0x811f20" 一直报错,不知道什么问题。