void DSPF_sp_fftSPxSP(int N, float * ptr_x, float * ptr_w, float * ptr_y, unsigned char * brev, int n_min, int offset, int n_max)
这个说是cache优化过的代码,Multi-Pass Implementation怎么结果不对啊?Multi-Pass Implementation到底是怎么用的啊?
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.
void DSPF_sp_fftSPxSP(int N, float * ptr_x, float * ptr_w, float * ptr_y, unsigned char * brev, int n_min, int offset, int n_max)
这个说是cache优化过的代码,Multi-Pass Implementation怎么结果不对啊?Multi-Pass Implementation到底是怎么用的啊?