MPC5744P Data multiplication operation time

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MPC5744P Data multiplication operation time

1,888 次查看
XSL-WF
Contributor I

Our company uses s32ds development environment and the chip platform is mpc5744p As shown in the figure, the first line of code runs much longer than the second line during multiplication. We found that the first line uses double precision and the second line uses float. Is the long running time due to inconsistent data types? What is the difference between double precision operation and single precision operation in mpc5744p? Is there a special 64 bit multiplier in mpc5744p?

9225f1d7c7591265.png9225f1d7c7591265.png

0 项奖励
回复
2 回复数

1,851 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, apparently it is because MPC5644P use EFPU engine natively supporting 32-bit floating point operations. 64-bit calculation are SW emulated.

0 项奖励
回复

1,814 次查看
XSL-WF
Contributor I

tkank you!

0 项奖励
回复