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.

C6455 16位有符号整数除法 内联函数是?

Other Parts Discussed in Thread: TMS320C6455

请教,

1、TMS320C6455下,_divi(int,int)进行32位整数除法,时钟周期是多少?

2、我是将_divi()用在循环中,无法实现软件流水,平均一次_divi()需要36个周期。请问如何在循环中再缩短周期呢?

3、16位整数除法有现成的内联函数吗?能提供相资料或例子吗?