main函数调用 DSPF_sp_fftSPxSP (N, &ptr_x_sa[0], &ptr_w[0], ptr_y_sa, brev, rad, 0, N); (该函数有8个入参)//线性汇编后的FFT
而线性汇编时库函数是这么写的:
_DSPF_sp_fftSPxSP .cproc A_n, B_ptr_x, A_ptr_w, B_ptr_y 此时才有4个参数,有点不解,求大神解惑
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.