Overlapping the execution of VDIV.F32 and SDIV/UDIV

[复制链接]
226|0
 楼主| roucun 发表于 2018-9-9 07:04 | 显示全部楼层 |阅读模式
App, AN, IO, ov, sd
The Cortex-M4F has separate hardware for integer and floating-point arithmetic. Both integer and floating-point divide instructions take up to 12 clock cycles to complete. I\'ve verified that integer instructions immediately following a VDIV are able to execute simultaneously while the VDIV is finishing. However, the reverse does not seem to be true - i.e., floating-point instructions immediately following an integer divide (SDIV or UDIV) must wait for the divide to complete before the floating-point instructions proceed. Does anyone know why the you can\'t overlap the execution of an integer divide with the execution of floating-point instructions?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

421

主题

446

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部