请教大神:我在写函数时,矩阵的大小是函数形参,想要申请动态缓存作为动态数组,但是之后的很多向量运算都必须字节对齐才能够计算,如DSPF_sp_vecrecip函数,所以我想问一下:malloc函数在CCS编译器中是否自动做了字节对齐;malloc函数申请的动态数组是否可以使用类似_amem4、_amemd8等要求字节对齐的内联函数?
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.