TI中文支持网
TI专业的中文技术问题搜集分享网站

C64X+与C6727浮点问题,求解答

C6727使用C64x+的imgelib库,C64x+芯片是定点系列的芯片,相应的库也应该是定点的库,而C6727中的项目使用的浮点运算,如果要使用的话需要进行定点和浮点的转换吗?(进行转换的数据精度会丢失,不适合项目)请问C64x+支持浮点运算吗?(相应的库是否也支持)如果不支持,那这个问题有别的解决方法吗?

Shine:

请关注下面的帖子。
e2e.ti.com/…/673751

Shine:

请看下面的回复:
The C64x+ is a fixed point architecture while the C6727 device has the C6700 DSP floating point architecture. Their assembly instruction set is not compatible hence we don`t recommend use of IMGLIB directly.

However, the IMGLIB contains lot of C code implementation and intrinsic C implementation that can be crosss compiled for the C6727 architecture using the -mv flag of the C6000 compiler.

赞(0)
未经允许不得转载:TI中文支持网 » C64X+与C6727浮点问题,求解答
分享到: 更多 (0)